Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Bump drift from 2.13.1 to 2.14.1 #326

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -270,18 +270,18 @@ packages:
dependency: "direct main"
description:
name: drift
sha256: ef2ddafe89c1f5f26767e5eada65d739de4e9d2820303f7249f15a005999d5fc
sha256: "05363b695885c72036ed5c76287125bfc6f1deda20cb3aa044a09fe22792f81b"
url: "https://pub.dev"
source: hosted
version: "2.13.1"
version: "2.14.1"
drift_dev:
dependency: "direct dev"
description:
name: drift_dev
sha256: "369d2769d84e0c2d2cb4cd420e4fdb4f975852c83ebb934733c3b382c62961cd"
sha256: "50c14b8248d133d36b41c1b08ceed138be869b5b98ccaf3af16c9b88c7adc54e"
url: "https://pub.dev"
source: hosted
version: "2.13.2"
version: "2.14.1"
encrypt:
dependency: "direct main"
description:
Expand Down Expand Up @@ -849,10 +849,10 @@ packages:
dependency: transitive
description:
name: sqlite3
sha256: db65233e6b99e99b2548932f55a987961bc06d82a31a0665451fa0b4fff4c3fb
sha256: c4a4c5a4b2a32e2d0f6837b33d7c91a67903891a5b7dbe706cf4b1f6b0c798c5
url: "https://pub.dev"
source: hosted
version: "2.1.0"
version: "2.3.0"
sqlite3_flutter_libs:
dependency: "direct main"
description:
Expand All @@ -865,10 +865,10 @@ packages:
dependency: transitive
description:
name: sqlparser
sha256: db6354e8ba71acc50bc4afeafff2a248710ae2c00c9412e2c8b796916d4b1c45
sha256: "877fcefabb725d120e31f54fa669a98c002db0feeaca6cea5354543f03b5e906"
url: "https://pub.dev"
source: hosted
version: "0.32.1"
version: "0.33.0"
stack_trace:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ dependencies:
system_clock: ^2.0.0
handy_window: ^0.3.1
dio: any
drift: ^2.13.1
drift: ^2.14.1
sqlite3_flutter_libs: ^0.5.18

dev_dependencies:
Expand Down
Loading