Skip to content

Commit

Permalink
chore: upgrade package:js min dependency to 0.7.0 (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
chungdaniel authored Dec 4, 2024
1 parent 610685c commit 8efe43d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ packages:
dependency: transitive
description:
name: js
sha256: a5e201311cb08bf3912ebbe9a2be096e182d703f881136ec1e81a2338a9e120d
sha256: c1b2e9b5ea78c45e1a0788d29606ba27dc5f71f019f32ca5140f61ef071838cf
url: "https://pub.dev"
source: hosted
version: "0.6.4"
version: "0.7.1"
leak_tracker:
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 @@ -13,7 +13,7 @@ dependencies:
sdk: flutter
flutter_web_plugins:
sdk: flutter
js: ^0.6.3
js: ^0.7.0

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 8efe43d

Please sign in to comment.