Skip to content

Commit 1078272

Browse files
committed
build: update deps
1 parent 95ff329 commit 1078272

File tree

3 files changed

+866
-376
lines changed

3 files changed

+866
-376
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
"update-version": "bun run --bun ./scripts/update_version.ts"
2121
},
2222
"dependencies": {
23-
"@mantine/core": "7.2.2",
24-
"@mantine/hooks": "7.2.2",
23+
"@mantine/core": "7.3.0",
24+
"@mantine/hooks": "7.3.0",
2525
"@mantine/utils": "6.0.21",
2626
"@swan-io/boxed": "1.2.0",
2727
"@swan-io/chicane": "1.4.1",
2828
"@tauri-apps/api": "1.5.1",
2929
"@total-typescript/ts-reset": "0.5.1",
30-
"core-js": "3.33.3",
30+
"core-js": "3.34.0",
3131
"immer": "10.0.3",
3232
"jotai": "2.6.0",
3333
"jotai-immer": "0.2.0",
@@ -39,35 +39,35 @@
3939
"tauri-plugin-store-api": "git://github.com/tauri-apps/tauri-plugin-store",
4040
"throttle-debounce": "5.0.0",
4141
"tiny-invariant": "1.3.1",
42-
"ts-pattern": "5.0.5",
42+
"ts-pattern": "5.0.6",
4343
"zod": "3.22.4"
4444
},
4545
"devDependencies": {
46-
"@eslint-react/eslint-plugin": "0.8.11-beta.0",
47-
"@tauri-apps/cli": "1.5.6",
46+
"@eslint-react/eslint-plugin": "0.9.2",
47+
"@tauri-apps/cli": "1.5.7",
4848
"@tsconfig/node20": "20.1.2",
4949
"@tsconfig/strictest": "2.0.2",
50-
"@types/node": "20.10.0",
51-
"@types/react": "18.2.38",
50+
"@types/node": "20.10.3",
51+
"@types/react": "18.2.42",
5252
"@types/react-dom": "18.2.17",
5353
"@types/throttle-debounce": "5.0.2",
5454
"@vanilla-extract/css": "1.14.0",
5555
"@vanilla-extract/vite-plugin": "3.9.2",
5656
"@vitejs/plugin-react-swc": "3.5.0",
57-
"bun": "1.0.14",
57+
"bun": "1.0.15",
5858
"concurrently": "8.2.2",
5959
"core-dts": "0.0.3",
60-
"dprint": "0.43.0",
61-
"eslint": "8.54.0",
62-
"eslint-config-with-tsconfig": "2.9.60",
60+
"dprint": "0.43.2",
61+
"eslint": "8.55.0",
62+
"eslint-config-with-tsconfig": "2.9.120",
6363
"leasot": "13.3.0",
6464
"prettier": "3.1.0",
6565
"sass": "1.69.5",
6666
"skott": "0.31.3",
6767
"ts-essentials": "9.4.1",
6868
"typesafe-i18n": "5.26.2",
6969
"typescript": "5.3.2",
70-
"vite": "5.0.2",
70+
"vite": "5.0.6",
7171
"zx": "7.2.3"
7272
},
7373
"packageManager": "pnpm@8.10.5",

0 commit comments

Comments
 (0)