Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilian Schulte committed Dec 18, 2023
1 parent 25a0578 commit fe6229a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion examples/flutter_plugin_interop/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ packages:
path: "../../modules/build/jaspr_web_compilers"
relative: true
source: path
version: "4.0.6"
version: "4.0.7"
js:
dependency: transitive
description:
Expand Down
12 changes: 6 additions & 6 deletions examples/package_riverpod/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ packages:
dependency: transitive
description:
name: build_modules
sha256: "409fc1be491612bc1e2262f4c7fec6c91c683560662a34cfeedfcd1f7c13470b"
sha256: bd2e3693a33761fce4260704fcfa519042573457c8cf61c50249a7dde2fbe5e1
url: "https://pub.dev"
source: hosted
version: "5.0.3"
version: "5.0.5"
build_resolvers:
dependency: transitive
description:
Expand Down Expand Up @@ -125,10 +125,10 @@ packages:
dependency: "direct dev"
description:
name: build_web_compilers
sha256: "544333e7f16eddc6f260c426ba8ea5a8fdf1809acc555b2c1c8c8446d1b61ea7"
sha256: "70d67a571b068aa0b8f5569fea8f2d91647731643ad6d744f9035b47eefb2ace"
url: "https://pub.dev"
source: hosted
version: "4.0.4"
version: "4.0.7"
built_collection:
dependency: transitive
description:
Expand Down Expand Up @@ -316,7 +316,7 @@ packages:
path: "../../modules/build/jaspr_web_compilers"
relative: true
source: path
version: "4.0.6"
version: "4.0.7"
js:
dependency: transitive
description:
Expand Down Expand Up @@ -614,4 +614,4 @@ packages:
source: hosted
version: "3.1.2"
sdks:
dart: ">=3.0.0 <3.2.0"
dart: ">=3.1.0 <3.4.0"
10 changes: 5 additions & 5 deletions examples/server_shelf/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ packages:
dependency: transitive
description:
name: build_modules
sha256: "409fc1be491612bc1e2262f4c7fec6c91c683560662a34cfeedfcd1f7c13470b"
sha256: bd2e3693a33761fce4260704fcfa519042573457c8cf61c50249a7dde2fbe5e1
url: "https://pub.dev"
source: hosted
version: "5.0.3"
version: "5.0.5"
build_resolvers:
dependency: transitive
description:
Expand Down Expand Up @@ -117,10 +117,10 @@ packages:
dependency: "direct dev"
description:
name: build_web_compilers
sha256: "544333e7f16eddc6f260c426ba8ea5a8fdf1809acc555b2c1c8c8446d1b61ea7"
sha256: "70d67a571b068aa0b8f5569fea8f2d91647731643ad6d744f9035b47eefb2ace"
url: "https://pub.dev"
source: hosted
version: "4.0.4"
version: "4.0.7"
built_collection:
dependency: transitive
description:
Expand Down Expand Up @@ -584,4 +584,4 @@ packages:
source: hosted
version: "3.1.1"
sdks:
dart: ">=3.0.0 <3.2.0"
dart: ">=3.1.0 <3.4.0"

0 comments on commit fe6229a

Please sign in to comment.