Skip to content

Commit f2d82fe

Browse files
committed
Update deps
1 parent ccd9977 commit f2d82fe

File tree

4 files changed

+464
-430
lines changed

4 files changed

+464
-430
lines changed

.ncurc.cjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ module.exports = {
33
if (dependencyName.startsWith("@mantine/")) return "minor";
44
if (dependencyName === "eslint") return "minor";
55
if (dependencyName === "@tabler/icons-react") return "minor";
6+
if (dependencyName === "react") return "minor";
7+
if (dependencyName === "@types/react") return "minor";
8+
if (dependencyName === "react-dom") return "minor";
9+
if (dependencyName === "@types/react-dom") return "minor";
610
if (major === "0") return "minor";
711
return "latest";
812
},

dprint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"pnpm-lock.yaml"
2929
],
3030
"plugins": [
31-
"https://plugins.dprint.dev/typescript-0.93.0.wasm",
31+
"https://plugins.dprint.dev/typescript-0.93.3.wasm",
3232
"https://plugins.dprint.dev/json-0.19.4.wasm",
3333
"https://plugins.dprint.dev/markdown-0.17.8.wasm",
3434
"https://plugins.dprint.dev/g-plane/pretty_yaml-v0.5.0.wasm"

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@mantine/ds": "^6.0.22",
1818
"@mantine/form": "^6.0.22",
1919
"@mantine/hooks": "^6.0.22",
20-
"@sinclair/typebox": "^0.34.9",
20+
"@sinclair/typebox": "^0.34.11",
2121
"@tabler/icons-react": "^2.47.0",
2222
"@uiw/react-codemirror": "^4.23.6",
2323
"coi-serviceworker": "^0.1.7",
@@ -30,27 +30,27 @@
3030
"wasi-js": "^1.7.3"
3131
},
3232
"devDependencies": {
33-
"@types/node": "^22.10.0",
34-
"@types/react": "^18.3.12",
35-
"@types/react-dom": "^18.3.1",
33+
"@types/node": "^22.10.1",
34+
"@types/react": "^18.3.14",
35+
"@types/react-dom": "^18.3.2",
3636
"@types/tmp": "^0.2.6",
37-
"@typescript-eslint/eslint-plugin": "^8.16.0",
38-
"@typescript-eslint/parser": "^8.16.0",
37+
"@typescript-eslint/eslint-plugin": "^8.17.0",
38+
"@typescript-eslint/parser": "^8.17.0",
3939
"@vitejs/plugin-react": "^4.3.4",
40-
"dprint": "^0.47.5",
40+
"dprint": "^0.47.6",
4141
"esbuild": "0.24.0",
4242
"eslint": "^8.57.1",
4343
"eslint-plugin-simple-import-sort": "^12.1.1",
4444
"eslint-plugin-unicorn": "^56.0.1",
45-
"execa": "^9.5.1",
45+
"execa": "^9.5.2",
4646
"node-fetch": "^3.3.2",
4747
"tmp": "^0.2.3",
4848
"ts-morph": "^24.0.0",
4949
"tsx": "^4.19.2",
5050
"typescript": "^5.7.2",
51-
"vite": "^6.0.1",
51+
"vite": "^6.0.3",
5252
"vite-plugin-node-polyfills": "^0.22.0",
53-
"vite-plugin-static-copy": "^2.1.0"
53+
"vite-plugin-static-copy": "^2.2.0"
5454
},
5555
"pnpm": {
5656
"updateConfig": {
@@ -66,5 +66,5 @@
6666
"[email protected]": "^0.30.5"
6767
}
6868
},
69-
"packageManager": "pnpm@9.14.2+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387"
69+
"packageManager": "pnpm@9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
7070
}

0 commit comments

Comments
 (0)