chore: update deps
This commit is contained in:
@@ -14,6 +14,6 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@tooling/eslint-config": "workspace:*",
|
"@tooling/eslint-config": "workspace:*",
|
||||||
"nuxt": "^3.2.2"
|
"nuxt": "^3.7.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,20 +7,20 @@
|
|||||||
"lint": "eslint --ext .js,.ts,.vue ./"
|
"lint": "eslint --ext .js,.ts,.vue ./"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@quasar/extras": "^1.16.7",
|
||||||
"@vue-flow/background": "workspace:*",
|
"@vue-flow/background": "workspace:*",
|
||||||
"@vue-flow/controls": "workspace:*",
|
"@vue-flow/controls": "workspace:*",
|
||||||
"@vue-flow/core": "workspace:*",
|
"@vue-flow/core": "workspace:*",
|
||||||
"@vue-flow/minimap": "workspace:*",
|
"@vue-flow/minimap": "workspace:*",
|
||||||
"@quasar/extras": "^1.16.2",
|
"quasar": "^2.12.7",
|
||||||
"quasar": "^2.11.10",
|
"vue": "^3.3.4",
|
||||||
"vue": "^3.2.47",
|
"vue-router": "^4.2.5"
|
||||||
"vue-router": "^4.1.6"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@quasar/app-vite": "^1.6.2",
|
||||||
"@tooling/eslint-config": "workspace:*",
|
"@tooling/eslint-config": "workspace:*",
|
||||||
"@quasar/app-vite": "^1.2.1",
|
"@types/node": "^18.18.4",
|
||||||
"@vitejs/plugin-vue": "^4.1.0",
|
"@vitejs/plugin-vue": "^4.4.0",
|
||||||
"@types/node": "^18.15.12",
|
"autoprefixer": "^10.4.16"
|
||||||
"autoprefixer": "^10.4.14"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -27,6 +27,6 @@
|
|||||||
"vite-svg-loader": "^4.0.0",
|
"vite-svg-loader": "^4.0.0",
|
||||||
"vue": "^3.3.4",
|
"vue": "^3.3.4",
|
||||||
"vue-router": "^4.2.5",
|
"vue-router": "^4.2.5",
|
||||||
"vue-tsc": "^1.8.15"
|
"vue-tsc": "^1.8.16"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -55,7 +55,7 @@
|
|||||||
"lint:dist": "eslint --ext \".ts,.tsx\" -c .eslintrc.js --fix --ignore-pattern !**/* ./dist",
|
"lint:dist": "eslint --ext \".ts,.tsx\" -c .eslintrc.js --fix --ignore-pattern !**/* ./dist",
|
||||||
"test": "exit 0"
|
"test": "exit 0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@vue-flow/core": "^1.23.0",
|
"@vue-flow/core": "^1.23.0",
|
||||||
"vue": "^3.3.0"
|
"vue": "^3.3.0"
|
||||||
},
|
},
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
"@tooling/tsconfig": "workspace:*",
|
"@tooling/tsconfig": "workspace:*",
|
||||||
"@tooling/vite-config": "workspace:*",
|
"@tooling/vite-config": "workspace:*",
|
||||||
"@vue-flow/core": "workspace:*",
|
"@vue-flow/core": "workspace:*",
|
||||||
"vue-tsc": "^1.8.15"
|
"vue-tsc": "^1.8.16"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
|
|||||||
@@ -68,7 +68,7 @@
|
|||||||
"@tooling/vite-config": "workspace:*",
|
"@tooling/vite-config": "workspace:*",
|
||||||
"@vue-flow/core": "workspace:*",
|
"@vue-flow/core": "workspace:*",
|
||||||
"vite-svg-loader": "^4.0.0",
|
"vite-svg-loader": "^4.0.0",
|
||||||
"vue-tsc": "^1.8.15"
|
"vue-tsc": "^1.8.16"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
|
|||||||
@@ -68,18 +68,18 @@
|
|||||||
"vue": "^3.3.0"
|
"vue": "^3.3.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@vueuse/core": "^10.4.1",
|
"@vueuse/core": "^10.5.0",
|
||||||
"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"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@rollup/plugin-replace": "^5.0.3",
|
"@rollup/plugin-replace": "^5.0.3",
|
||||||
|
"@tooling/eslint-config": "workspace:*",
|
||||||
|
"@tooling/tsconfig": "workspace:*",
|
||||||
"@types/d3-drag": "^3.0.4",
|
"@types/d3-drag": "^3.0.4",
|
||||||
"@types/d3-selection": "^3.0.7",
|
"@types/d3-selection": "^3.0.7",
|
||||||
"@types/d3-zoom": "^3.0.5",
|
"@types/d3-zoom": "^3.0.5",
|
||||||
"@tooling/eslint-config": "workspace:*",
|
|
||||||
"@tooling/tsconfig": "workspace:*",
|
|
||||||
"@vitejs/plugin-vue": "^4.4.0",
|
"@vitejs/plugin-vue": "^4.4.0",
|
||||||
"autoprefixer": "^10.4.16",
|
"autoprefixer": "^10.4.16",
|
||||||
"postcss": "^8.4.31",
|
"postcss": "^8.4.31",
|
||||||
@@ -88,7 +88,7 @@
|
|||||||
"ts-patch": "^3.0.2",
|
"ts-patch": "^3.0.2",
|
||||||
"typescript-transform-paths": "^3.4.6",
|
"typescript-transform-paths": "^3.4.6",
|
||||||
"vite": "^4.4.11",
|
"vite": "^4.4.11",
|
||||||
"vue-tsc": "^1.8.15"
|
"vue-tsc": "^1.8.16"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
|
|||||||
@@ -71,7 +71,7 @@
|
|||||||
"@types/d3-selection": "^3.0.7",
|
"@types/d3-selection": "^3.0.7",
|
||||||
"@types/d3-zoom": "^3.0.5",
|
"@types/d3-zoom": "^3.0.5",
|
||||||
"@vue-flow/core": "workspace:*",
|
"@vue-flow/core": "workspace:*",
|
||||||
"vue-tsc": "^1.8.15"
|
"vue-tsc": "^1.8.16"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
|
|||||||
@@ -73,7 +73,7 @@
|
|||||||
"@types/d3-drag": "^3.0.4",
|
"@types/d3-drag": "^3.0.4",
|
||||||
"@types/d3-selection": "^3.0.7",
|
"@types/d3-selection": "^3.0.7",
|
||||||
"@vue-flow/core": "workspace:*",
|
"@vue-flow/core": "workspace:*",
|
||||||
"vue-tsc": "^1.8.15"
|
"vue-tsc": "^1.8.16"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
|
|||||||
@@ -48,7 +48,7 @@
|
|||||||
"@tooling/tsconfig": "workspace:*",
|
"@tooling/tsconfig": "workspace:*",
|
||||||
"@tooling/vite-config": "workspace:*",
|
"@tooling/vite-config": "workspace:*",
|
||||||
"@vue-flow/core": "workspace:*",
|
"@vue-flow/core": "workspace:*",
|
||||||
"vue-tsc": "^1.8.15"
|
"vue-tsc": "^1.8.16"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
|
|||||||
@@ -69,7 +69,7 @@
|
|||||||
"@tooling/vite-config": "workspace:*",
|
"@tooling/vite-config": "workspace:*",
|
||||||
"@types/pathfinding": "^0.0.6",
|
"@types/pathfinding": "^0.0.6",
|
||||||
"@vue-flow/core": "workspace:*",
|
"@vue-flow/core": "workspace:*",
|
||||||
"vue-tsc": "^1.8.15"
|
"vue-tsc": "^1.8.16"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
|
|||||||
4626
pnpm-lock.yaml
generated
4626
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -16,11 +16,11 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@tooling/eslint-config": "workspace:*",
|
"@tooling/eslint-config": "workspace:*",
|
||||||
"@tooling/tsconfig": "workspace:*",
|
"@tooling/tsconfig": "workspace:*",
|
||||||
"@vitejs/plugin-vue": "^4.2.3",
|
"@vitejs/plugin-vue": "^4.4.0",
|
||||||
"cypress": "^12.12.0",
|
"cypress": "^12.17.4",
|
||||||
"eslint-plugin-cypress": "^2.13.3",
|
"eslint-plugin-cypress": "^2.15.1",
|
||||||
"typescript": "^4.9.5",
|
"typescript": "^4.9.5",
|
||||||
"vite": "^4.3.7",
|
"vite": "^4.4.11",
|
||||||
"vue": "^3.2.25"
|
"vue": "^3.3.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,10 +6,10 @@
|
|||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@antfu/eslint-config": "^0.38.6",
|
"@antfu/eslint-config": "^0.38.6",
|
||||||
"eslint": "^8.40.0",
|
"eslint": "^8.51.0",
|
||||||
"eslint-config-prettier": "^8.8.0",
|
"eslint-config-prettier": "^8.10.0",
|
||||||
"eslint-plugin-prettier": "^4.2.1",
|
|
||||||
"eslint-config-turbo": "^1.10.15",
|
"eslint-config-turbo": "^1.10.15",
|
||||||
|
"eslint-plugin-prettier": "^4.2.1",
|
||||||
"prettier": "^2.8.8"
|
"prettier": "^2.8.8"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^18.14.6",
|
"@types/node": "^18.18.4",
|
||||||
"typescript": "^4.9.5"
|
"typescript": "^4.9.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user