|
10 | 10 | "vendor-esbuild": "tsx ./scripts/vendor-esbuild.ts"
|
11 | 11 | },
|
12 | 12 | "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", |
15 | 15 | "@emotion/react": "^11.14.0",
|
16 | 16 | "@esbuild/wasi-preview1": "0.25.5",
|
17 | 17 | "@mantine/core": "^6.0.22",
|
18 | 18 | "@mantine/ds": "^6.0.22",
|
19 | 19 | "@mantine/form": "^6.0.22",
|
20 | 20 | "@mantine/hooks": "^6.0.22",
|
21 |
| - "@sinclair/typebox": "^0.34.25", |
| 21 | + "@sinclair/typebox": "^0.34.36", |
22 | 22 | "@tabler/icons-react": "^2.47.0",
|
23 |
| - "@uiw/react-codemirror": "^4.23.8", |
| 23 | + "@uiw/react-codemirror": "^4.23.13", |
24 | 24 | "coi-serviceworker": "^0.1.7",
|
25 | 25 | "comlink": "^4.4.2",
|
26 | 26 | "js-base64": "^3.7.7",
|
|
30 | 30 | "react-dom": "^18.3.1"
|
31 | 31 | },
|
32 | 32 | "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", |
37 | 37 | "@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", |
40 | 40 | "esbuild": "0.25.5",
|
41 |
| - "eslint": "^9.20.1", |
| 41 | + "eslint": "^9.29.0", |
42 | 42 | "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", |
46 | 46 | "node-fetch": "^3.3.2",
|
47 | 47 | "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", |
53 | 53 | "vite-plugin-node-polyfills": "^0.23.0",
|
54 |
| - "vite-plugin-static-copy": "^2.2.0" |
| 54 | + "vite-plugin-static-copy": "^3.0.2" |
55 | 55 | },
|
56 | 56 | "pnpm": {
|
57 | 57 | "updateConfig": {
|
|
72 | 72 | "wasi-js"
|
73 | 73 | ]
|
74 | 74 | },
|
75 |
| - "packageManager": "pnpm@10.4.1+sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af" |
| 75 | + "packageManager": "pnpm@10.12.2+sha512.a32540185b964ee30bb4e979e405adc6af59226b438ee4cc19f9e8773667a66d302f5bfee60a39d3cac69e35e4b96e708a71dd002b7e9359c4112a1722ac323f" |
76 | 76 | }
|
0 commit comments