Skip to content

Commit 7df6f6a

Browse files
committed
chore: update dependencies to latest versions
1 parent fb95da0 commit 7df6f6a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,18 +64,18 @@
6464
"release:patch": "changelog -p && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version patch && git push origin && git push origin --tags && sh -c 'gh release create $(git describe --tags) --generate-notes'"
6565
},
6666
"devDependencies": {
67-
"@types/node": "^22.9.0",
68-
"@types/react": "^18.3.12",
69-
"@vitejs/plugin-react": "^4.3.3",
70-
"@vitejs/plugin-vue": "^5.1.4",
67+
"@types/node": "^22.10.1",
68+
"@types/react": "^19.0.1",
69+
"@vitejs/plugin-react": "^4.3.4",
70+
"@vitejs/plugin-vue": "^5.2.1",
7171
"generate-changelog": "^1.8.0",
72-
"typescript": "~5.6.2",
73-
"vite": "^5.4.10",
72+
"typescript": "~5.7.2",
73+
"vite": "^6.0.3",
7474
"vite-plugin-dts": "^4.3.0"
7575
},
7676
"dependencies": {
77-
"react": "^18.3.1",
78-
"vue": "^3.5.12"
77+
"react": "^19.0.0",
78+
"vue": "^3.5.13"
7979
},
8080
"publishConfig": {
8181
"access": "public"

0 commit comments

Comments
 (0)