File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 64
64
"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'"
65
65
},
66
66
"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 " ,
71
71
"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 " ,
74
74
"vite-plugin-dts" : " ^4.3.0"
75
75
},
76
76
"dependencies" : {
77
- "react" : " ^18.3.1 " ,
78
- "vue" : " ^3.5.12 "
77
+ "react" : " ^19.0.0 " ,
78
+ "vue" : " ^3.5.13 "
79
79
},
80
80
"publishConfig" : {
81
81
"access" : " public"
You can’t perform that action at this time.
0 commit comments