Skip to content

Commit 6d2b392

Browse files
chore(deps): bump the sqlite3 group across 1 directory with 4 updates
Bumps the sqlite3 group with 4 updates in the /packages/common/amplify_db_common_dart directory: [sqlite3](https://github.com/simolus3/sqlite3.dart), [build_runner](https://github.com/dart-lang/build), [drift](https://github.com/simolus3/drift) and [drift_dev](https://github.com/simolus3/drift). Updates `sqlite3` from 2.4.5 to 2.7.4 - [Release notes](https://github.com/simolus3/sqlite3.dart/releases) - [Commits](simolus3/sqlite3.dart@sqlite3-2.4.5...sqlite3-2.7.4) Updates `build_runner` from 2.4.14 to 2.4.15 - [Release notes](https://github.com/dart-lang/build/releases) - [Commits](dart-lang/build@build_runner-v2.4.14...build_runner-v2.4.15) Updates `drift` from 2.18.0 to 2.25.1 - [Release notes](https://github.com/simolus3/drift/releases) - [Commits](simolus3/drift@drift-2.18.0...drift-2.25.1) Updates `drift_dev` from 2.18.0 to 2.25.2 - [Release notes](https://github.com/simolus3/drift/releases) - [Commits](simolus3/drift@drift_dev-2.18.0...drift_dev-2.25.2) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: sqlite3 - dependency-name: build_runner dependency-type: direct:production update-type: version-update:semver-patch dependency-group: sqlite3 - dependency-name: drift dependency-type: direct:production update-type: version-update:semver-minor dependency-group: sqlite3 - dependency-name: drift_dev dependency-type: direct:production update-type: version-update:semver-minor dependency-group: sqlite3 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1143a5b commit 6d2b392

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/common/amplify_db_common_dart/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ dependencies:
1212
amplify_core: ">=2.6.0 <2.7.0"
1313
async: ^2.10.0
1414
aws_common: ">=0.7.3 <0.8.0"
15-
drift: ">=2.18.0 <2.19.0"
15+
drift: ^2.18.0
1616
meta: ^1.7.0
1717
path: ">=1.8.0 <2.0.0"
18-
sqlite3: ">=2.0.0 <2.4.7"
18+
sqlite3: ^2.0.0
1919

2020
dev_dependencies:
2121
amplify_lints: ">=3.1.0 <3.2.0"
2222
build_runner: ^2.4.9
2323
build_test: ^2.0.0
2424
build_web_compilers: ^4.0.0
25-
drift_dev: ">=2.18.0 <2.19.0"
25+
drift_dev: ^2.18.0
2626
test: ^1.22.1

0 commit comments

Comments
 (0)