refactor: rename tooling package scope

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-02-22 20:20:11 +01:00
committed by Braks
parent 7d6fb443f0
commit 3df4edd797
49 changed files with 130 additions and 148 deletions
+3 -3
View File
@@ -32,10 +32,10 @@
"@vue-flow/core": "^1.12.2"
},
"devDependencies": {
"@tooling/eslint-config": "workspace:*",
"@tooling/tsconfig": "workspace:*",
"@tooling/vite-config": "workspace:*",
"@vue-flow/core": "workspace:*",
"@vue-flow/eslint-config": "workspace:*",
"@vue-flow/tsconfig": "workspace:*",
"@vue-flow/vite-config": "workspace:*",
"vite": "^4.1.4",
"vue-tsc": "^1.1.5"
},