Skip to content

Commit ba830e1

Browse files
committed
Update deps
1 parent 347b62d commit ba830e1

File tree

2 files changed

+960
-879
lines changed

2 files changed

+960
-879
lines changed

package.json

Lines changed: 22 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
"vendor-esbuild": "tsx ./scripts/vendor-esbuild.ts"
1111
},
1212
"dependencies": {
13-
"@codemirror/lang-javascript": "^6.2.2",
14-
"@emotion/react": "^11.13.5",
13+
"@codemirror/lang-javascript": "^6.2.3",
14+
"@emotion/react": "^11.14.0",
1515
"@esbuild/wasi-preview1": "0.25.0",
1616
"@mantine/core": "^6.0.22",
1717
"@mantine/ds": "^6.0.22",
1818
"@mantine/form": "^6.0.22",
1919
"@mantine/hooks": "^6.0.22",
20-
"@sinclair/typebox": "^0.34.11",
20+
"@sinclair/typebox": "^0.34.21",
2121
"@tabler/icons-react": "^2.47.0",
22-
"@uiw/react-codemirror": "^4.23.6",
22+
"@uiw/react-codemirror": "^4.23.8",
2323
"coi-serviceworker": "^0.1.7",
2424
"comlink": "^4.4.2",
2525
"js-base64": "^3.7.7",
@@ -30,26 +30,26 @@
3030
"wasi-js": "^1.7.3"
3131
},
3232
"devDependencies": {
33-
"@types/node": "^22.10.1",
34-
"@types/react": "^18.3.14",
35-
"@types/react-dom": "^18.3.2",
33+
"@types/node": "^22.13.2",
34+
"@types/react": "^18.3.18",
35+
"@types/react-dom": "^18.3.5",
3636
"@types/tmp": "^0.2.6",
3737
"@vitejs/plugin-react": "^4.3.4",
38-
"dprint": "^0.47.6",
38+
"dprint": "^0.49.0",
3939
"esbuild": "0.25.0",
40-
"eslint": "^9.16.0",
40+
"eslint": "^9.20.1",
4141
"eslint-plugin-simple-import-sort": "^12.1.1",
4242
"eslint-plugin-unicorn": "^56.0.1",
4343
"execa": "^9.5.2",
44-
"globals": "^15.13.0",
44+
"globals": "^15.15.0",
4545
"node-fetch": "^3.3.2",
4646
"tmp": "^0.2.3",
47-
"ts-morph": "^24.0.0",
47+
"ts-morph": "^25.0.1",
4848
"tsx": "^4.19.2",
49-
"typescript": "^5.7.2",
50-
"typescript-eslint": "^8.17.0",
51-
"vite": "^6.0.3",
52-
"vite-plugin-node-polyfills": "^0.22.0",
49+
"typescript": "^5.7.3",
50+
"typescript-eslint": "^8.24.0",
51+
"vite": "^6.1.0",
52+
"vite-plugin-node-polyfills": "^0.23.0",
5353
"vite-plugin-static-copy": "^2.2.0"
5454
},
5555
"pnpm": {
@@ -64,7 +64,12 @@
6464
"overrides": {
6565
"json5@>=2.0.0 <2.2.2": ">=2.2.2",
6666
"[email protected]": "^0.30.5"
67-
}
67+
},
68+
"onlyBuiltDependencies": [
69+
"dprint",
70+
"esbuild",
71+
"wasi-js"
72+
]
6873
},
69-
"packageManager": "pnpm@9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
74+
"packageManager": "pnpm@10.3.0+sha512.ee592eda8815a8a293c206bb0917c4bb0ff274c50def7cbc17be05ec641fc2d1b02490ce660061356bd0d126a4d7eb2ec8830e6959fb8a447571c631d5a2442d"
7075
}

0 commit comments

Comments
 (0)