Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Added funding options
  • Loading branch information
NicolaVerbeeck committed Nov 4, 2022
1 parent 03dda8e commit 52c103d
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 42 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.4.0

* Upgrade dependencies
* Added funding options

## 0.3.0

* Upgrade to drift v2
Expand Down
12 changes: 6 additions & 6 deletions example/lib/db/driftdb.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

54 changes: 27 additions & 27 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ packages:
name: _fe_analyzer_shared
url: "https://pub.dartlang.org"
source: hosted
version: "46.0.0"
version: "50.0.0"
analyzer:
dependency: transitive
description:
name: analyzer
url: "https://pub.dartlang.org"
source: hosted
version: "4.6.0"
version: "5.2.0"
analyzer_plugin:
dependency: transitive
description:
name: analyzer_plugin
url: "https://pub.dartlang.org"
source: hosted
version: "0.11.1"
version: "0.11.2"
args:
dependency: transitive
description:
Expand All @@ -35,7 +35,7 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.8.2"
version: "2.9.0"
boolean_selector:
dependency: transitive
description:
Expand All @@ -49,7 +49,7 @@ packages:
name: build
url: "https://pub.dartlang.org"
source: hosted
version: "2.3.0"
version: "2.3.1"
build_config:
dependency: transitive
description:
Expand All @@ -70,14 +70,14 @@ packages:
name: build_resolvers
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.9"
version: "2.1.0"
build_runner:
dependency: "direct dev"
description:
name: build_runner
url: "https://pub.dartlang.org"
source: hosted
version: "2.2.0"
version: "2.3.2"
build_runner_core:
dependency: transitive
description:
Expand Down Expand Up @@ -105,7 +105,7 @@ packages:
name: characters
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
version: "1.2.1"
charcode:
dependency: transitive
description:
Expand Down Expand Up @@ -133,7 +133,7 @@ packages:
name: clock
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
version: "1.1.1"
code_builder:
dependency: transitive
description:
Expand Down Expand Up @@ -175,35 +175,35 @@ packages:
name: dart_style
url: "https://pub.dartlang.org"
source: hosted
version: "2.2.3"
version: "2.2.4"
drift:
dependency: "direct main"
description:
name: drift
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.1"
version: "2.2.0"
drift_dev:
dependency: "direct dev"
description:
name: drift_dev
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
version: "2.2.0+1"
drift_local_storage_inspector:
dependency: "direct main"
description:
path: ".."
relative: true
source: path
version: "0.2.3"
version: "0.4.0"
fake_async:
dependency: transitive
description:
name: fake_async
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.0"
version: "1.3.1"
ffi:
dependency: transitive
description:
Expand Down Expand Up @@ -248,7 +248,7 @@ packages:
name: frontend_server_client
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.3"
version: "3.1.0"
glob:
dependency: transitive
description:
Expand Down Expand Up @@ -318,21 +318,21 @@ packages:
name: matcher
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.11"
version: "0.12.12"
material_color_utilities:
dependency: transitive
description:
name: material_color_utilities
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.4"
version: "0.1.5"
meta:
dependency: transitive
description:
name: meta
url: "https://pub.dartlang.org"
source: hosted
version: "1.7.0"
version: "1.8.0"
mime:
dependency: transitive
description:
Expand All @@ -353,7 +353,7 @@ packages:
name: path
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.1"
version: "1.8.2"
pool:
dependency: transitive
description:
Expand Down Expand Up @@ -414,14 +414,14 @@ packages:
name: source_gen
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.2"
version: "1.2.6"
source_span:
dependency: transitive
description:
name: source_span
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.2"
version: "1.9.0"
sqlite3:
dependency: transitive
description:
Expand All @@ -435,7 +435,7 @@ packages:
name: sqlparser
url: "https://pub.dartlang.org"
source: hosted
version: "0.23.0"
version: "0.23.3"
stack_trace:
dependency: transitive
description:
Expand All @@ -449,7 +449,7 @@ packages:
name: storage_inspector
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.3"
version: "0.3.0"
stream_channel:
dependency: transitive
description:
Expand All @@ -470,7 +470,7 @@ packages:
name: string_scanner
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
version: "1.1.1"
synchronized:
dependency: transitive
description:
Expand All @@ -484,14 +484,14 @@ packages:
name: term_glyph
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
version: "1.2.1"
test_api:
dependency: transitive
description:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.9"
version: "0.4.12"
timing:
dependency: transitive
description:
Expand Down Expand Up @@ -556,4 +556,4 @@ packages:
source: hosted
version: "3.1.1"
sdks:
dart: ">=2.17.0 <3.0.0"
dart: ">=2.18.0 <3.0.0"
8 changes: 4 additions & 4 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ dependencies:
sdk: flutter
drift_local_storage_inspector:
path: ../
storage_inspector: ^0.2.3
drift: ^2.0.1
storage_inspector: ^0.3.0
drift: ^2.2.0

dev_dependencies:
build_runner: ^2.1.7
drift_dev: ^2.0.0
build_runner: ^2.3.2
drift_dev: ^2.2.0+1
flutter_test:
sdk: flutter
flutter_lints: ^2.0.1
Expand Down
14 changes: 9 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
name: drift_local_storage_inspector
description: A SQL local storage inspector implementation that exposes drift databases
version: 0.3.0
version: 0.4.0
homepage: https://github.com/NicolaVerbeeck/drift_local_storage_inspector

funding:
- https://github.com/sponsors/NicolaVerbeeck
- https://ko-fi.com/nicolaverbeeck

environment:
sdk: ">=2.17.0 <3.0.0"
sdk: ">=2.18.0 <3.0.0"

dependencies:
drift: ^2.0.1
drift: ^2.2.0
flutter:
sdk: flutter
storage_inspector: ^0.2.3
storage_inspector: ^0.3.0

dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^1.0.0
flutter_lints: ^2.0.1

0 comments on commit 52c103d

Please sign in to comment.