chore: correct pkg deps

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-02-23 14:59:29 +01:00
parent 487274089c
commit 3211686c40
10 changed files with 26 additions and 5 deletions
+1
View File
@@ -37,6 +37,7 @@
"@tooling/vite-config": "workspace:*",
"@vue-flow/core": "workspace:*",
"vite": "^4.1.4",
"vue": "^3.2.25",
"vue-tsc": "^1.1.5"
},
"publishConfig": {
+1
View File
@@ -38,6 +38,7 @@
"@vue-flow/core": "workspace:*",
"vite": "^4.1.4",
"vite-svg-loader": "^4.0.0",
"vue": "^3.2.25",
"vue-tsc": "^1.1.5"
},
"publishConfig": {
+1
View File
@@ -59,6 +59,7 @@
"unplugin-auto-import": "^0.12.2",
"unplugin-vue-macros": "^1.8.2",
"vite": "^4.1.4",
"vue": "^3.2.25",
"vue-tsc": "^1.1.5"
},
"publishConfig": {
+1
View File
@@ -43,6 +43,7 @@
"@types/d3-zoom": "^3.0.1",
"@vue-flow/core": "workspace:*",
"vite": "^4.1.4",
"vue": "^3.2.25",
"vue-tsc": "^1.1.5"
},
"publishConfig": {
+1
View File
@@ -45,6 +45,7 @@
"@vue-flow/core": "workspace:*",
"vite-plugin-vue-type-imports": "^0.2.4",
"vite": "^4.1.4",
"vue": "^3.2.25",
"vue-tsc": "^1.1.5"
},
"publishConfig": {
+1
View File
@@ -37,6 +37,7 @@
"@tooling/vite-config": "workspace:*",
"@vue-flow/core": "workspace:*",
"vite": "^4.1.4",
"vue": "^3.2.25",
"vue-tsc": "^1.1.5"
},
"publishConfig": {
+1
View File
@@ -43,6 +43,7 @@
"ts-patch": "^2.1.0",
"typescript-transform-paths": "^3.4.6",
"vite": "^4.1.4",
"vue": "^3.2.25",
"vue-tsc": "^1.1.5"
},
"publishConfig": {
+2 -1
View File
@@ -46,7 +46,8 @@
"postcss": "^8.4.21",
"postcss-cli": "^10.1.0",
"postcss-nested": "^6.0.1",
"vite": "^4.1.4"
"vite": "^4.1.4",
"vue": "^3.2.25"
},
"publishConfig": {
"access": "public",