From 900e43b5eca5b88f3db0777ffd7b6fe6cb588913 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Mon, 23 Jun 2025 12:46:45 +0800 Subject: [PATCH] (example) (web) update build_web_compilers dependency --- examples/dart/js_wasm/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/dart/js_wasm/pubspec.yaml b/examples/dart/js_wasm/pubspec.yaml index d1ad9d2b..3195f0c7 100644 --- a/examples/dart/js_wasm/pubspec.yaml +++ b/examples/dart/js_wasm/pubspec.yaml @@ -16,4 +16,4 @@ dev_dependencies: test: ^1.24.0 build_runner: ^2.4.13 build_test: ^2.2.2 - build_web_compilers: ^4.0.11 + build_web_compilers: ^4.1.5