Skip to content

Commit 53d21bc

Browse files
committed
chore(deps-dev): update deps-dev
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
1 parent 6359632 commit 53d21bc

File tree

13 files changed

+515
-330
lines changed

13 files changed

+515
-330
lines changed

examples/vite/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"@tooling/eslint-config": "workspace:*",
2020
"@tooling/tsconfig": "workspace:*",
2121
"@types/dagre": "^0.7.48",
22-
"@vitejs/plugin-vue": "^4.0.0",
22+
"@vitejs/plugin-vue": "^4.1.0",
2323
"dagre": "^0.8.5",
24-
"unplugin-auto-import": "^0.14.4",
25-
"vite": "^4.1.4",
24+
"unplugin-auto-import": "^0.15.2",
25+
"vite": "^4.2.1",
2626
"vite-svg-loader": "^3.6.0",
2727
"vue": "^3.2.45",
2828
"vue-router": "^4.1.6"

packages/background/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"@tooling/tsconfig": "workspace:*",
3737
"@tooling/vite-config": "workspace:*",
3838
"@vue-flow/core": "workspace:*",
39-
"vite": "^4.1.4",
40-
"vue": "^3.2.25",
39+
"vite": "^4.2.1",
40+
"vue": "^3.2.37",
4141
"vue-tsc": "^1.2.0"
4242
},
4343
"publishConfig": {

packages/controls/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
"@tooling/tsconfig": "workspace:*",
3737
"@tooling/vite-config": "workspace:*",
3838
"@vue-flow/core": "workspace:*",
39-
"vite": "^4.1.4",
39+
"vite": "^4.2.1",
4040
"vite-svg-loader": "^4.0.0",
41-
"vue": "^3.2.25",
41+
"vue": "^3.2.37",
4242
"vue-tsc": "^1.2.0"
4343
},
4444
"publishConfig": {

packages/core/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"test": "exit 0"
3838
},
3939
"peerDependencies": {
40-
"vue": "^3.2.25"
40+
"vue": "^3.2.37"
4141
},
4242
"dependencies": {
4343
"@vueuse/core": "^9.13.0",
@@ -50,17 +50,17 @@
5050
"@types/d3": "^7.4.0",
5151
"@tooling/eslint-config": "workspace:*",
5252
"@tooling/tsconfig": "workspace:*",
53-
"@vitejs/plugin-vue": "^4.0.0",
54-
"autoprefixer": "^10.4.13",
53+
"@vitejs/plugin-vue": "^4.1.0",
54+
"autoprefixer": "^10.4.14",
5555
"postcss": "^8.4.21",
5656
"postcss-cli": "^10.1.0",
5757
"postcss-nested": "^6.0.1",
5858
"ts-patch": "^2.1.0",
5959
"typescript-transform-paths": "^3.4.6",
6060
"unplugin-auto-import": "^0.12.2",
61-
"unplugin-vue-macros": "1.8.2",
62-
"vite": "^4.1.4",
63-
"vue": "^3.2.25",
61+
"unplugin-vue-macros": "1.11.2",
62+
"vite": "^4.2.1",
63+
"vue": "^3.2.37",
6464
"vue-tsc": "^1.2.0"
6565
},
6666
"publishConfig": {

packages/minimap/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939
"@tooling/eslint-config": "workspace:*",
4040
"@tooling/tsconfig": "workspace:*",
4141
"@tooling/vite-config": "workspace:*",
42-
"@types/d3-selection": "^3.0.3",
43-
"@types/d3-zoom": "^3.0.1",
42+
"@types/d3-selection": "^3.0.5",
43+
"@types/d3-zoom": "^3.0.2",
4444
"@vue-flow/core": "workspace:*",
45-
"vite": "^4.1.4",
46-
"vue": "^3.2.25",
45+
"vite": "^4.2.1",
46+
"vue": "^3.2.37",
4747
"vue-tsc": "^1.2.0"
4848
},
4949
"publishConfig": {

packages/node-resizer/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
"@tooling/tsconfig": "workspace:*",
4242
"@tooling/vite-config": "workspace:*",
4343
"@types/d3-drag": "^3.0.2",
44-
"@types/d3-selection": "^3.0.4",
44+
"@types/d3-selection": "^3.0.5",
4545
"@vue-flow/core": "workspace:*",
4646
"vite-plugin-vue-type-imports": "^0.2.4",
47-
"vite": "^4.1.4",
48-
"vue": "^3.2.25",
47+
"vite": "^4.2.1",
48+
"vue": "^3.2.37",
4949
"vue-tsc": "^1.2.0"
5050
},
5151
"publishConfig": {

packages/node-toolbar/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"@tooling/tsconfig": "workspace:*",
3737
"@tooling/vite-config": "workspace:*",
3838
"@vue-flow/core": "workspace:*",
39-
"vite": "^4.1.4",
40-
"vue": "^3.2.25",
39+
"vite": "^4.2.1",
40+
"vue": "^3.2.37",
4141
"vue-tsc": "^1.2.0"
4242
},
4343
"publishConfig": {

packages/pathfinding-edge/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939
"@tooling/vite-config": "workspace:*",
4040
"@types/pathfinding": "^0.0.6",
4141
"@vue-flow/core": "workspace:*",
42-
"@vitejs/plugin-vue": "^4.0.0",
42+
"@vitejs/plugin-vue": "^4.1.0",
4343
"ts-patch": "^2.1.0",
4444
"typescript-transform-paths": "^3.4.6",
45-
"vite": "^4.1.4",
46-
"vue": "^3.2.25",
45+
"vite": "^4.2.1",
46+
"vue": "^3.2.37",
4747
"vue-tsc": "^1.2.0"
4848
},
4949
"publishConfig": {

packages/vue-flow/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"test": "exit 0"
3131
},
3232
"peerDependencies": {
33-
"vue": "^3.2.25"
33+
"vue": "^3.2.37"
3434
},
3535
"dependencies": {
3636
"@vue-flow/background": "workspace:*",
@@ -42,12 +42,12 @@
4242
"@tooling/eslint-config": "workspace:*",
4343
"@tooling/tsconfig": "workspace:*",
4444
"@tooling/vite-config": "workspace:*",
45-
"autoprefixer": "^10.4.13",
45+
"autoprefixer": "^10.4.14",
4646
"postcss": "^8.4.21",
4747
"postcss-cli": "^10.1.0",
4848
"postcss-nested": "^6.0.1",
49-
"vite": "^4.1.4",
50-
"vue": "^3.2.25"
49+
"vite": "^4.2.1",
50+
"vue": "^3.2.37"
5151
},
5252
"publishConfig": {
5353
"access": "public",

0 commit comments

Comments
 (0)