Skip to content

Commit 8695a93

Browse files
committed
Update dependencies
1 parent 15c089d commit 8695a93

File tree

2 files changed

+347
-425
lines changed

2 files changed

+347
-425
lines changed

package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -18,31 +18,31 @@
1818
"release:patch": "lerna version patch"
1919
},
2020
"devDependencies": {
21-
"@eslint/js": "9.13.0",
21+
"@eslint/js": "9.15.0",
2222
"@preact/preset-vite": "2.9.1",
23-
"@types/node": "22.8.1",
23+
"@types/node": "22.9.0",
2424
"@types/react": "18.3.12",
2525
"@types/react-dom": "18.3.1",
26-
"@typescript-eslint/eslint-plugin": "8.11.0",
27-
"@typescript-eslint/parser": "8.11.0",
26+
"@typescript-eslint/eslint-plugin": "8.15.0",
27+
"@typescript-eslint/parser": "8.15.0",
2828
"@vitejs/plugin-react": "4.3.3",
29-
"@vitejs/plugin-vue": "5.1.4",
30-
"@vue/compiler-sfc": "3.5.12",
29+
"@vitejs/plugin-vue": "5.2.0",
30+
"@vue/compiler-sfc": "3.5.13",
3131
"@vue/eslint-config-typescript": "14.1.3",
32-
"eslint": "9.13.0",
32+
"eslint": "9.15.0",
3333
"eslint-plugin-prefer-arrow-functions": "3.4.1",
3434
"eslint-plugin-react": "7.37.2",
35-
"eslint-plugin-vue": "9.30.0",
36-
"lerna": "8.1.8",
35+
"eslint-plugin-vue": "9.31.0",
36+
"lerna": "8.1.9",
3737
"preact": "10.24.3",
3838
"react": "18.3.1",
3939
"react-dom": "18.3.1",
4040
"typescript": "5.6.3",
41-
"typescript-eslint": "8.11.0",
42-
"vite": "5.4.10",
41+
"typescript-eslint": "8.15.0",
42+
"vite": "5.4.11",
4343
"vite-plugin-banner": "0.8.0",
4444
"vite-plugin-dts": "4.3.0",
45-
"vue": "3.5.12",
46-
"vue-tsc": "2.1.8"
45+
"vue": "3.5.13",
46+
"vue-tsc": "2.1.10"
4747
}
4848
}

0 commit comments

Comments
 (0)