diff options
| author | 2026-03-26 08:10:49 +0800 | |
|---|---|---|
| committer | 2026-03-26 08:47:17 +0800 | |
| commit | 906a04226be13a7435b775c0f21a685d95fdbf34 (patch) | |
| tree | e6d0191176ee74a3b9e782ddff9cfda236b479f6 /package.json | |
| parent | f021eabab64490ebf0f39509642a7d86ad858af8 (diff) | |
| download | DropOut-906a04226be13a7435b775c0f21a685d95fdbf34.tar.gz DropOut-906a04226be13a7435b775c0f21a685d95fdbf34.zip | |
chore(smif): add docs and patch bump
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" ] |