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.15.0 #332

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: b50a8342c6ddf05be53bda1d246404cbad101b64dc73e8d6d1ac1090d119b4e2
url: "https://pub.dev"
source: hosted
version: "2.13.1"
version: "2.15.0"
drift_dev:
dependency: "direct dev"
description:
name: drift_dev
sha256: "369d2769d84e0c2d2cb4cd420e4fdb4f975852c83ebb934733c3b382c62961cd"
sha256: c037d9431b6f8dc633652b1469e5f53aaec6e4eb405ed29dd232fa888ef10d88
url: "https://pub.dev"
source: hosted
version: "2.13.2"
version: "2.15.0"
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: dc384bb1f56d1384ce078edb5ff8247976abdab79d0c83e437210c85f06ecb61
url: "https://pub.dev"
source: hosted
version: "0.32.1"
version: "0.34.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.15.0
sqlite3_flutter_libs: ^0.5.18

dev_dependencies:
Expand Down
Loading