diff options
| author | 2026-03-26 09:01:31 +0800 | |
|---|---|---|
| committer | 2026-03-26 09:01:31 +0800 | |
| commit | 3a31d3004b2814cd8a26d49a0f8a96636411dcd2 (patch) | |
| tree | e86c8d46e73262c67c1755aaf4202cbcd1f8f844 /package.json | |
| parent | 1aeb0d1f5cf6c5c2492e749e3c25c3649b591c59 (diff) | |
| parent | 7d0e92e6d3b172adfe552ffae9b97f8dad6f63ae (diff) | |
| download | DropOut-3a31d3004b2814cd8a26d49a0f8a96636411dcd2.tar.gz DropOut-3a31d3004b2814cd8a26d49a0f8a96636411dcd2.zip | |
Merge branch 'main' into feature/multi-instances
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 7c20e86..c91e0d4 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "toml": "^3.0.0" }, "devDependencies": { - "@biomejs/biome": "^2.3.11", + "@biomejs/biome": "^2.4.5", "@j178/prek": "^0.2.29", "@tauri-apps/cli": "^2.9.6", "@types/node": "^24.10.9", @@ -35,6 +35,7 @@ }, "onlyBuiltDependencies": [ "@j178/prek", + "core-js", "esbuild", "msw" ] |