chore(core,deps-dev): update to vue 3.3

This commit is contained in:
braks
2023-10-30 13:36:07 +01:00
committed by Braks
parent eca82edae1
commit 8fa3e345b6
+4 -6
View File
@@ -65,10 +65,10 @@
"test": "exit 0" "test": "exit 0"
}, },
"peerDependencies": { "peerDependencies": {
"vue": "^3.2.25" "vue": "^3.3.0"
}, },
"dependencies": { "dependencies": {
"@vueuse/core": "^10.1.2", "@vueuse/core": "^10.2.1",
"d3-drag": "^3.0.0", "d3-drag": "^3.0.0",
"d3-selection": "^3.0.0", "d3-selection": "^3.0.0",
"d3-zoom": "^3.0.0" "d3-zoom": "^3.0.0"
@@ -87,10 +87,8 @@
"postcss-nested": "^6.0.1", "postcss-nested": "^6.0.1",
"ts-patch": "^2.1.0", "ts-patch": "^2.1.0",
"typescript-transform-paths": "^3.4.6", "typescript-transform-paths": "^3.4.6",
"unplugin-vue-macros": "^2.1.7", "vite": "^4.4.7",
"vite": "^4.3.7", "vue-tsc": "^1.8.6"
"vue": "^3.2.25",
"vue-tsc": "^1.6.5"
}, },
"publishConfig": { "publishConfig": {
"access": "public", "access": "public",