Skip to content

Commit 821bb3f

Browse files
committed
Update deps
1 parent fb0dfaf commit 821bb3f

File tree

2 files changed

+968
-1413
lines changed

2 files changed

+968
-1413
lines changed

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010
"vendor-esbuild": "tsx ./scripts/vendor-esbuild.ts"
1111
},
1212
"dependencies": {
13-
"@bjorn3/browser_wasi_shim": "^0.4.1",
14-
"@codemirror/lang-javascript": "^6.2.3",
13+
"@bjorn3/browser_wasi_shim": "^0.4.2",
14+
"@codemirror/lang-javascript": "^6.2.4",
1515
"@emotion/react": "^11.14.0",
1616
"@esbuild/wasi-preview1": "0.25.5",
1717
"@mantine/core": "^6.0.22",
1818
"@mantine/ds": "^6.0.22",
1919
"@mantine/form": "^6.0.22",
2020
"@mantine/hooks": "^6.0.22",
21-
"@sinclair/typebox": "^0.34.25",
21+
"@sinclair/typebox": "^0.34.36",
2222
"@tabler/icons-react": "^2.47.0",
23-
"@uiw/react-codemirror": "^4.23.8",
23+
"@uiw/react-codemirror": "^4.23.13",
2424
"coi-serviceworker": "^0.1.7",
2525
"comlink": "^4.4.2",
2626
"js-base64": "^3.7.7",
@@ -30,28 +30,28 @@
3030
"react-dom": "^18.3.1"
3131
},
3232
"devDependencies": {
33-
"@eslint/js": "^9.20.0",
34-
"@types/node": "^22.13.4",
35-
"@types/react": "^18.3.18",
36-
"@types/react-dom": "^18.3.5",
33+
"@eslint/js": "^9.29.0",
34+
"@types/node": "^24.0.3",
35+
"@types/react": "^18.3.23",
36+
"@types/react-dom": "^18.3.7",
3737
"@types/tmp": "^0.2.6",
38-
"@vitejs/plugin-react": "^4.3.4",
39-
"dprint": "^0.49.0",
38+
"@vitejs/plugin-react": "^4.6.0",
39+
"dprint": "^0.50.0",
4040
"esbuild": "0.25.5",
41-
"eslint": "^9.20.1",
41+
"eslint": "^9.29.0",
4242
"eslint-plugin-simple-import-sort": "^12.1.1",
43-
"eslint-plugin-unicorn": "^57.0.0",
44-
"execa": "^9.5.2",
45-
"globals": "^15.15.0",
43+
"eslint-plugin-unicorn": "^59.0.1",
44+
"execa": "^9.6.0",
45+
"globals": "^16.2.0",
4646
"node-fetch": "^3.3.2",
4747
"tmp": "^0.2.3",
48-
"ts-morph": "^25.0.1",
49-
"tsx": "^4.19.2",
50-
"typescript": "^5.7.3",
51-
"typescript-eslint": "^8.24.1",
52-
"vite": "^6.1.0",
48+
"ts-morph": "^26.0.0",
49+
"tsx": "^4.20.3",
50+
"typescript": "^5.8.3",
51+
"typescript-eslint": "^8.35.0",
52+
"vite": "^6.3.5",
5353
"vite-plugin-node-polyfills": "^0.23.0",
54-
"vite-plugin-static-copy": "^2.2.0"
54+
"vite-plugin-static-copy": "^3.0.2"
5555
},
5656
"pnpm": {
5757
"updateConfig": {
@@ -72,5 +72,5 @@
7272
"wasi-js"
7373
]
7474
},
75-
"packageManager": "pnpm@10.4.1+sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af"
75+
"packageManager": "pnpm@10.12.2+sha512.a32540185b964ee30bb4e979e405adc6af59226b438ee4cc19f9e8773667a66d302f5bfee60a39d3cac69e35e4b96e708a71dd002b7e9359c4112a1722ac323f"
7676
}

0 commit comments

Comments
 (0)