Skip to content

Commit 437bfb7

Browse files
committed
chore: update deps
1 parent 0849477 commit 437bfb7

File tree

7 files changed

+983
-485
lines changed

7 files changed

+983
-485
lines changed

.eslintrc.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ module.exports = defineConfig({
3232
files: [
3333
"scripts/**/*.ts",
3434
"./*.config.ts",
35+
".eslintrc.cjs",
3536
],
3637
rules: {
3738
"@typescript-eslint/no-unsafe-assignment": "off",

package.json

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,12 @@
1212
"i18n": "typesafe-i18n --no-watch",
1313
"lint": "pnpm run /^lint:/",
1414
"lint:deps": "pnpm skott -m graph -e .ts,.tsx -s",
15-
"lint:fix": "eslint . --fix",
1615
"lint:types": "tsc --noEmit -p .",
1716
"list:unused": "ts-unused-exports ./tsconfig.json --excludePathsFromReport=src/i18n",
1817
"preview": "vite preview",
1918
"tauri": "tauri",
2019
"todo": "leasot 'src/**/*.ts' 'src/**/*.tsx' 'scripts/**/*.ts'",
21-
"update-version": "tsx ./scripts/update_version.ts"
20+
"update-version": "bun run --bun ./scripts/update_version.ts"
2221
},
2322
"dependencies": {
2423
"@mantine/core": "7.2.2",
@@ -28,9 +27,9 @@
2827
"@swan-io/chicane": "1.4.1",
2928
"@tauri-apps/api": "1.5.1",
3029
"@total-typescript/ts-reset": "0.5.1",
31-
"core-js": "3.33.2",
30+
"core-js": "3.33.3",
3231
"immer": "10.0.3",
33-
"jotai": "2.5.1",
32+
"jotai": "2.6.0",
3433
"jotai-immer": "0.2.0",
3534
"react": "18.2.0",
3635
"react-dom": "18.2.0",
@@ -44,29 +43,31 @@
4443
"zod": "3.22.4"
4544
},
4645
"devDependencies": {
47-
"@eslint-react/eslint-plugin": "0.8.6-beta.3",
46+
"@eslint-react/eslint-plugin": "0.8.11-beta.0",
4847
"@tauri-apps/cli": "1.5.6",
49-
"@types/node": "20.9.0",
50-
"@types/react": "18.2.37",
51-
"@types/react-dom": "18.2.15",
48+
"@tsconfig/node20": "20.1.2",
49+
"@tsconfig/strictest": "2.0.2",
50+
"@types/node": "20.10.0",
51+
"@types/react": "18.2.38",
52+
"@types/react-dom": "18.2.17",
5253
"@types/throttle-debounce": "5.0.2",
5354
"@vanilla-extract/css": "1.14.0",
54-
"@vanilla-extract/vite-plugin": "3.9.1",
55-
"@vitejs/plugin-react-swc": "3.4.1",
55+
"@vanilla-extract/vite-plugin": "3.9.2",
56+
"@vitejs/plugin-react-swc": "3.5.0",
57+
"bun": "1.0.14",
5658
"concurrently": "8.2.2",
5759
"core-dts": "0.0.3",
58-
"dprint": "0.42.5",
59-
"eslint": "8.53.0",
60-
"eslint-config-with-tsconfig": "2.9.50",
60+
"dprint": "0.43.0",
61+
"eslint": "8.54.0",
62+
"eslint-config-with-tsconfig": "2.9.60",
6163
"leasot": "13.3.0",
6264
"prettier": "3.1.0",
6365
"sass": "1.69.5",
6466
"skott": "0.31.3",
6567
"ts-essentials": "9.4.1",
66-
"tsx": "3.14.0",
6768
"typesafe-i18n": "5.26.2",
68-
"typescript": "5.2.2",
69-
"vite": "4.5.0",
69+
"typescript": "5.3.2",
70+
"vite": "5.0.2",
7071
"zx": "7.2.3"
7172
},
7273
"packageManager": "pnpm@8.10.5",
@@ -77,7 +78,8 @@
7778
"@mantine/utils": "latest",
7879
"react": "18.2.0",
7980
"react-dom": "18.2.0",
80-
"typescript": "latest"
81+
"typescript": "latest",
82+
"hasown": "npm:@nolyfill/hasown@latest"
8183
}
8284
}
8385
}

0 commit comments

Comments
 (0)