Skip to content

Commit fb74601

Browse files
committed
vite 7
1 parent 821bb3f commit fb74601

File tree

4 files changed

+218
-214
lines changed

4 files changed

+218
-214
lines changed

dprint.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
"pnpm-lock.yaml"
2929
],
3030
"plugins": [
31-
"https://plugins.dprint.dev/typescript-0.93.3.wasm",
32-
"https://plugins.dprint.dev/json-0.19.4.wasm",
33-
"https://plugins.dprint.dev/markdown-0.17.8.wasm",
34-
"https://plugins.dprint.dev/g-plane/pretty_yaml-v0.5.0.wasm"
31+
"https://plugins.dprint.dev/typescript-0.95.8.wasm",
32+
"https://plugins.dprint.dev/json-0.20.0.wasm",
33+
"https://plugins.dprint.dev/markdown-0.19.0.wasm",
34+
"https://plugins.dprint.dev/g-plane/pretty_yaml-v0.5.1.wasm"
3535
]
3636
}

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"@mantine/ds": "^6.0.22",
1919
"@mantine/form": "^6.0.22",
2020
"@mantine/hooks": "^6.0.22",
21-
"@sinclair/typebox": "^0.34.36",
21+
"@sinclair/typebox": "^0.34.37",
2222
"@tabler/icons-react": "^2.47.0",
23-
"@uiw/react-codemirror": "^4.23.13",
23+
"@uiw/react-codemirror": "^4.23.14",
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.29.0",
34-
"@types/node": "^24.0.3",
33+
"@eslint/js": "^9.30.1",
34+
"@types/node": "^24.0.10",
3535
"@types/react": "^18.3.23",
3636
"@types/react-dom": "^18.3.7",
3737
"@types/tmp": "^0.2.6",
3838
"@vitejs/plugin-react": "^4.6.0",
39-
"dprint": "^0.50.0",
39+
"dprint": "^0.50.1",
4040
"esbuild": "0.25.5",
41-
"eslint": "^9.29.0",
41+
"eslint": "^9.30.1",
4242
"eslint-plugin-simple-import-sort": "^12.1.1",
4343
"eslint-plugin-unicorn": "^59.0.1",
4444
"execa": "^9.6.0",
45-
"globals": "^16.2.0",
45+
"globals": "^16.3.0",
4646
"node-fetch": "^3.3.2",
4747
"tmp": "^0.2.3",
4848
"ts-morph": "^26.0.0",
4949
"tsx": "^4.20.3",
5050
"typescript": "^5.8.3",
51-
"typescript-eslint": "^8.35.0",
52-
"vite": "^6.3.5",
51+
"typescript-eslint": "^8.35.1",
52+
"vite": "^7.0.0",
5353
"vite-plugin-node-polyfills": "^0.23.0",
54-
"vite-plugin-static-copy": "^3.0.2"
54+
"vite-plugin-static-copy": "^3.1.0"
5555
},
5656
"pnpm": {
5757
"updateConfig": {
@@ -72,5 +72,5 @@
7272
"wasi-js"
7373
]
7474
},
75-
"packageManager": "[email protected].2+sha512.a32540185b964ee30bb4e979e405adc6af59226b438ee4cc19f9e8773667a66d302f5bfee60a39d3cac69e35e4b96e708a71dd002b7e9359c4112a1722ac323f"
75+
"packageManager": "[email protected].4+sha512.5ea8b0deed94ed68691c9bad4c955492705c5eeb8a87ef86bc62c74a26b037b08ff9570f108b2e4dbd1dd1a9186fea925e527f141c648e85af45631074680184"
7676
}

0 commit comments

Comments
 (0)