chore(deps): upgrade dependencies

This commit is contained in:
braks
2022-07-22 17:23:43 +02:00
parent 78f176cf46
commit c16cd464b3
4 changed files with 764 additions and 193 deletions
+1 -1
View File
@@ -45,7 +45,7 @@
"vue-tsc": "^0.35.0" "vue-tsc": "^0.35.0"
}, },
"peerDependencies": { "peerDependencies": {
"@braks/vue-flow": "^0.4.15", "@braks/vue-flow": "^0.4.29",
"vue": "^3.2.25" "vue": "^3.2.25"
}, },
"publishConfig": { "publishConfig": {
+1 -1
View File
@@ -44,7 +44,7 @@
"vue-tsc": "^0.35.0" "vue-tsc": "^0.35.0"
}, },
"peerDependencies": { "peerDependencies": {
"@braks/vue-flow": "^0.4.15", "@braks/vue-flow": "^0.4.29",
"vue": "^3.2.25" "vue": "^3.2.25"
}, },
"publishConfig": { "publishConfig": {
+6 -6
View File
@@ -38,7 +38,7 @@
"vue": "^3.2.25" "vue": "^3.2.25"
}, },
"dependencies": { "dependencies": {
"@vueuse/core": "^8.7.5", "@vueuse/core": "^8.9.4",
"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"
@@ -48,18 +48,18 @@
"@types/d3": "^7.4.0", "@types/d3": "^7.4.0",
"@vitejs/plugin-vue": "^2.3.3", "@vitejs/plugin-vue": "^2.3.3",
"autoprefixer": "^10.4.7", "autoprefixer": "^10.4.7",
"np": "^7.6.1", "np": "^7.6.2",
"postcss": "^8.4.14", "postcss": "^8.4.14",
"postcss-cli": "^9.1.0", "postcss-cli": "^9.1.0",
"postcss-nested": "^5.0.6", "postcss-nested": "^5.0.6",
"ts-patch": "^2.0.1", "ts-patch": "^2.0.1",
"typedoc": "^0.22.17", "typedoc": "^0.23.8",
"typescript-transform-paths": "^3.3.1", "typescript-transform-paths": "^3.3.1",
"unplugin-auto-import": "^0.9.0", "unplugin-auto-import": "^0.10.0",
"vite": "^2.9.10", "vite": "^2.9.10",
"vite-plugin-vue-type-imports": "^0.2.0", "vite-plugin-vue-type-imports": "^0.2.0",
"vite-svg-loader": "^3.3.0", "vite-svg-loader": "^3.4.0",
"vue-tsc": "^0.38.1" "vue-tsc": "^0.38.9"
}, },
"publishConfig": { "publishConfig": {
"access": "public", "access": "public",
+756 -185
View File
File diff suppressed because it is too large Load Diff