Skip to content

Commit

Permalink
refactor: rename tooling package scope
Browse files Browse the repository at this point in the history
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
  • Loading branch information
bcakmakoglu committed Feb 22, 2023
1 parent 8b38a7f commit a0729b4
Show file tree
Hide file tree
Showing 28 changed files with 109 additions and 127 deletions.
3 changes: 0 additions & 3 deletions .changeset/config.json
Expand Up @@ -16,9 +16,6 @@
"@vue-flow/examples-vite",
"@vue-flow/examples-nuxt3",
"@vue-flow/examples-quasar",
"@vue-flow/eslint-config",
"@vue-flow/tsconfig",
"@vue-flow/vite-config",
"@vue-flow/tests",
"vueflow"
],
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Expand Up @@ -32,7 +32,7 @@
"@iconify/json": "^2.1.95",
"@types/canvas-confetti": "^1.6.0",
"@types/node": "^18.14.0",
"@vue-flow/eslint-config": "workspace:*",
"@tooling/eslint-config": "workspace:*",
"@windicss/plugin-scrollbar": "^1.2.3",
"dotenv": "^16.0.3",
"ohmyfetch": "^0.4.21",
Expand Down
2 changes: 1 addition & 1 deletion examples/nuxt3/package.json
Expand Up @@ -12,7 +12,7 @@
"@vue-flow/minimap": "workspace:*"
},
"devDependencies": {
"@vue-flow/eslint-config": "workspace:*",
"@tooling/eslint-config": "workspace:*",
"nuxt": "^3.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/quasar/package.json
Expand Up @@ -17,8 +17,8 @@
"vue-router": "^4.1.5"
},
"devDependencies": {
"@tooling/eslint-config": "workspace:*",
"@quasar/app-vite": "^1.0.5",
"@vue-flow/eslint-config": "workspace:*",
"@vitejs/plugin-vue": "^2.3.4",
"@types/node": "^18.8.3",
"autoprefixer": "^10.4.12"
Expand Down
3 changes: 2 additions & 1 deletion examples/vite/package.json
Expand Up @@ -16,8 +16,9 @@
"@vue-flow/node-toolbar": "workspace:*"
},
"devDependencies": {
"@tooling/eslint-config": "workspace:*",
"@tooling/tsconfig": "workspace:*",
"@types/dagre": "^0.7.48",
"@vue-flow/eslint-config": "workspace:*",
"@vitejs/plugin-vue": "^4.0.0",
"dagre": "^0.8.5",
"unplugin-auto-import": "^0.14.4",
Expand Down
20 changes: 1 addition & 19 deletions examples/vite/tsconfig.json
@@ -1,37 +1,19 @@
{
"extends": "@tooling/tsconfig/base",
"compilerOptions": {
"baseUrl": ".",
"module": "ESNext",
"target": "es2017",
"lib": [
"DOM",
"ESNext"
],
"noEmit": true,
"declaration": false,
"strict": true,
"esModuleInterop": true,
"incremental": false,
"skipLibCheck": true,
"moduleResolution": "node",
"resolveJsonModule": true,
"noUnusedLocals": false,
"strictNullChecks": true,
"forceConsistentCasingInFileNames": true,
"types": [
"vite/client"
],
"jsx": "preserve",
"paths": {
"~/*": [
"../../packages/core/src/*"
]
}
},
"exclude": [
"node_modules",
"dist"
],
"references": [
{
"path": "./tsconfig.node.json"
Expand Down
6 changes: 3 additions & 3 deletions packages/background/package.json
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/background/tsconfig.json
@@ -1,5 +1,5 @@
{
"extends": "@vue-flow/tsconfig/base",
"extends": "@tooling/tsconfig/base",
"compilerOptions": {
"baseUrl": ".",
"declarationDir": "./dist",
Expand Down
6 changes: 3 additions & 3 deletions packages/controls/package.json
Expand Up @@ -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",
"vite-svg-loader": "^4.0.0",
"vue-tsc": "^1.1.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/controls/tsconfig.json
@@ -1,5 +1,5 @@
{
"extends": "@vue-flow/tsconfig/base",
"extends": "@tooling/tsconfig/base",
"compilerOptions": {
"baseUrl": ".",
"declarationDir": "./dist",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Expand Up @@ -46,10 +46,10 @@
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.2",
"@tooling/eslint-config": "workspace:*",
"@tooling/tsconfig": "workspace:*",
"@tooling/vite-config": "workspace:*",
"@types/d3": "^7.4.0",
"@vue-flow/eslint-config": "workspace:*",
"@vue-flow/tsconfig": "workspace:*",
"@vue-flow/vite-config": "workspace:*",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"postcss-cli": "^10.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/tsconfig.json
@@ -1,5 +1,5 @@
{
"extends": "@vue-flow/tsconfig/base",
"extends": "@tooling/tsconfig/base",
"compilerOptions": {
"baseUrl": ".",
"declarationDir": "./dist",
Expand Down
6 changes: 3 additions & 3 deletions packages/minimap/package.json
Expand Up @@ -36,12 +36,12 @@
"d3-zoom": "^3.0.0"
},
"devDependencies": {
"@tooling/eslint-config": "workspace:*",
"@tooling/tsconfig": "workspace:*",
"@tooling/vite-config": "workspace:*",
"@types/d3-selection": "^3.0.3",
"@types/d3-zoom": "^3.0.1",
"@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"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/minimap/tsconfig.json
@@ -1,5 +1,5 @@
{
"extends": "@vue-flow/tsconfig/base",
"extends": "@tooling/tsconfig/base",
"compilerOptions": {
"baseUrl": ".",
"declarationDir": "./dist",
Expand Down
6 changes: 3 additions & 3 deletions packages/node-resizer/package.json
Expand Up @@ -37,12 +37,12 @@
"d3-selection": "^3.0.0"
},
"devDependencies": {
"@tooling/eslint-config": "workspace:*",
"@tooling/tsconfig": "workspace:*",
"@tooling/vite-config": "workspace:*",
"@types/d3-drag": "^3.0.1",
"@types/d3-selection": "^3.0.3",
"@vue-flow/core": "workspace:*",
"@vue-flow/eslint-config": "workspace:*",
"@vue-flow/tsconfig": "workspace:*",
"@vue-flow/vite-config": "workspace:*",
"vite-plugin-vue-type-imports": "^0.2.4",
"vite": "^4.1.4",
"vue-tsc": "^1.1.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/node-resizer/tsconfig.json
@@ -1,5 +1,5 @@
{
"extends": "@vue-flow/tsconfig/base",
"extends": "@tooling/tsconfig/base",
"compilerOptions": {
"baseUrl": ".",
"declarationDir": "./dist",
Expand Down
6 changes: 3 additions & 3 deletions packages/node-toolbar/package.json
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/node-toolbar/tsconfig.json
@@ -1,5 +1,5 @@
{
"extends": "@vue-flow/tsconfig/base",
"extends": "@tooling/tsconfig/base",
"compilerOptions": {
"baseUrl": ".",
"declarationDir": "./dist",
Expand Down
6 changes: 3 additions & 3 deletions packages/pathfinding-edge/package.json
Expand Up @@ -34,11 +34,11 @@
"perfect-arrows": "^0.3.7"
},
"devDependencies": {
"@tooling/eslint-config": "workspace:*",
"@tooling/tsconfig": "workspace:*",
"@tooling/vite-config": "workspace:*",
"@types/pathfinding": "^0.0.6",
"@vue-flow/core": "workspace:*",
"@vue-flow/eslint-config": "workspace:*",
"@vue-flow/tsconfig": "workspace:*",
"@vue-flow/vite-config": "workspace:*",
"@vitejs/plugin-vue": "^4.0.0",
"ts-patch": "^2.1.0",
"typescript-transform-paths": "^3.4.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/pathfinding-edge/tsconfig.json
@@ -1,5 +1,5 @@
{
"extends": "@vue-flow/tsconfig/base",
"extends": "@tooling/tsconfig/base",
"compilerOptions": {
"baseUrl": ".",
"declarationDir": "./dist",
Expand Down
6 changes: 3 additions & 3 deletions packages/vue-flow/package.json
Expand Up @@ -36,12 +36,12 @@
"@vue-flow/background": "workspace:*",
"@vue-flow/controls": "workspace:*",
"@vue-flow/core": "workspace:*",
"@vue-flow/eslint-config": "workspace:*",
"@vue-flow/tsconfig": "workspace:*",
"@vue-flow/vite-config": "workspace:*",
"@vue-flow/minimap": "workspace:*"
},
"devDependencies": {
"@tooling/eslint-config": "workspace:*",
"@tooling/tsconfig": "workspace:*",
"@tooling/vite-config": "workspace:*",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"postcss-cli": "^10.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-flow/tsconfig.json
@@ -1,5 +1,5 @@
{
"extends": "@vue-flow/tsconfig/base",
"extends": "@tooling/tsconfig/base",
"compilerOptions": {
"baseUrl": ".",
"declarationDir": "./dist",
Expand Down

0 comments on commit a0729b4

Please sign in to comment.