Skip to content
Merged
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
8 changes: 4 additions & 4 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ packages:
dependency: transitive
description:
name: _fe_analyzer_shared
sha256: c209688d9f5a5f26b2fb47a188131a6fb9e876ae9e47af3737c0b4f58a93470d
sha256: "5b7468c326d2f8a4f630056404ca0d291ade42918f4a3c6233618e724f39da8e"
url: "https://pub.dev"
source: hosted
version: "91.0.0"
version: "92.0.0"
analyzer:
dependency: "direct dev"
description:
name: analyzer
sha256: a40a0cee526a7e1f387c6847bd8a5ccbf510a75952ef8a28338e989558072cb0
sha256: "70e4b1ef8003c64793a9e268a551a82869a8a96f39deb73dea28084b0e8bf75e"
url: "https://pub.dev"
source: hosted
version: "8.4.0"
version: "9.0.0"
async:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ dependencies:
path: ..

dev_dependencies:
analyzer: ^8.4.0
analyzer: ^9.0.0
pedantic_sensuikan1973: ^5.15.0
12 changes: 2 additions & 10 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -285,10 +285,10 @@ packages:
dependency: "direct dev"
description:
name: pana
sha256: bbad5a3e085fcc2475f08fe1240041e25d74482da80d9af00bc17cce99989e29
sha256: c6a2c709b7e1e3ca7f78fdf115adc651c8f08154f3abde59534fc4abbdc69872
url: "https://pub.dev"
source: hosted
version: "0.22.24"
version: "0.23.0"
path:
dependency: transitive
description:
Expand Down Expand Up @@ -433,14 +433,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.4.1"
tar:
dependency: transitive
description:
name: tar
sha256: b2f7bb01fa95e21e7197cd0dc3c087e6e4551c5d698b3e88d6398b2124c566d6
url: "https://pub.dev"
source: hosted
version: "2.0.1"
term_glyph:
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 @@ -18,7 +18,7 @@ dev_dependencies:
analyzer: ^8.4.0
coverage: ^1.15.0 # See: https://github.com/dart-lang/test/issues/1265
ffigen: ^19.1.0
pana: ^0.22.24
pana: ^0.23.0
pedantic_sensuikan1973: ^5.15.0
test: ^1.26.3

Expand Down
Loading