Skip to content

Commit 0849477

Browse files
committed
chore: update deps
1 parent 910dc6c commit 0849477

File tree

2 files changed

+415
-280
lines changed

2 files changed

+415
-280
lines changed

Diff for: package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@
2121
"update-version": "tsx ./scripts/update_version.ts"
2222
},
2323
"dependencies": {
24-
"@mantine/core": "7.1.7",
25-
"@mantine/hooks": "7.1.7",
24+
"@mantine/core": "7.2.2",
25+
"@mantine/hooks": "7.2.2",
2626
"@mantine/utils": "6.0.21",
2727
"@swan-io/boxed": "1.2.0",
2828
"@swan-io/chicane": "1.4.1",
2929
"@tauri-apps/api": "1.5.1",
3030
"@total-typescript/ts-reset": "0.5.1",
3131
"core-js": "3.33.2",
3232
"immer": "10.0.3",
33-
"jotai": "2.5.0",
33+
"jotai": "2.5.1",
3434
"jotai-immer": "0.2.0",
3535
"react": "18.2.0",
3636
"react-dom": "18.2.0",
@@ -44,22 +44,22 @@
4444
"zod": "3.22.4"
4545
},
4646
"devDependencies": {
47-
"@eslint-react/eslint-plugin": "0.5.9",
47+
"@eslint-react/eslint-plugin": "0.8.6-beta.3",
4848
"@tauri-apps/cli": "1.5.6",
49-
"@types/node": "20.8.10",
50-
"@types/react": "18.2.34",
51-
"@types/react-dom": "18.2.14",
52-
"@types/throttle-debounce": "5.0.1",
53-
"@vanilla-extract/css": "1.13.0",
54-
"@vanilla-extract/vite-plugin": "3.9.0",
49+
"@types/node": "20.9.0",
50+
"@types/react": "18.2.37",
51+
"@types/react-dom": "18.2.15",
52+
"@types/throttle-debounce": "5.0.2",
53+
"@vanilla-extract/css": "1.14.0",
54+
"@vanilla-extract/vite-plugin": "3.9.1",
5555
"@vitejs/plugin-react-swc": "3.4.1",
5656
"concurrently": "8.2.2",
5757
"core-dts": "0.0.3",
5858
"dprint": "0.42.5",
59-
"eslint": "8.52.0",
60-
"eslint-config-with-tsconfig": "2.9.0",
59+
"eslint": "8.53.0",
60+
"eslint-config-with-tsconfig": "2.9.50",
6161
"leasot": "13.3.0",
62-
"prettier": "3.0.3",
62+
"prettier": "3.1.0",
6363
"sass": "1.69.5",
6464
"skott": "0.31.3",
6565
"ts-essentials": "9.4.1",
@@ -69,7 +69,7 @@
6969
"vite": "4.5.0",
7070
"zx": "7.2.3"
7171
},
72-
"packageManager": "[email protected].2",
72+
"packageManager": "[email protected].5",
7373
"pnpm": {
7474
"overrides": {
7575
"@mantine/core": "latest",

0 commit comments

Comments
 (0)