Skip to content

Commit 504cf72

Browse files
authored
chore(deps): bump deps version (vbenjs#3776)
1 parent 3623ea7 commit 504cf72

File tree

5 files changed

+294
-270
lines changed

5 files changed

+294
-270
lines changed

internal/ts-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
],
2222
"dependencies": {
2323
"@types/node": "^20.12.7",
24-
"vite": "^5.2.9"
24+
"vite": "^5.2.10"
2525
}
2626
}

internal/vite-config/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,19 @@
3333
},
3434
"dependencies": {
3535
"@ant-design/colors": "^7.0.2",
36-
"vite": "^5.2.9"
36+
"vite": "^5.2.10"
3737
},
3838
"devDependencies": {
3939
"@types/fs-extra": "^11.0.4",
4040
"@vitejs/plugin-vue": "^5.0.4",
4141
"@vitejs/plugin-vue-jsx": "^3.1.0",
42-
"ant-design-vue": "^4.1.2",
42+
"ant-design-vue": "^4.2.0",
4343
"dayjs": "^1.11.10",
4444
"dotenv": "^16.4.5",
4545
"fs-extra": "^11.2.0",
4646
"less": "^4.2.0",
4747
"picocolors": "^1.0.0",
48-
"pkg-types": "^1.0.3",
48+
"pkg-types": "^1.1.0",
4949
"rollup-plugin-visualizer": "^5.12.0",
5050
"sass": "^1.75.0",
5151
"unocss": "0.59.4",

package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@
7474
"@logicflow/core": "^1.2.26",
7575
"@logicflow/extension": "^1.2.26",
7676
"@vben/hooks": "workspace:*",
77-
"@vue/shared": "^3.4.23",
77+
"@vue/shared": "^3.4.24",
7878
"@vueuse/core": "^10.9.0",
7979
"@zxcvbn-ts/core": "^3.0.4",
80-
"ant-design-vue": "^4.1.2",
80+
"ant-design-vue": "^4.2.0",
8181
"axios": "^1.6.8",
8282
"codemirror": "^5.65.16",
83-
"cropperjs": "^1.6.1",
83+
"cropperjs": "^1.6.2",
8484
"crypto-js": "^4.2.0",
8585
"dayjs": "^1.11.10",
8686
"echarts": "^5.5.0",
@@ -100,21 +100,21 @@
100100
"tinymce": "^5.10.9",
101101
"unocss": "^0.59.4",
102102
"vditor": "^3.10.4",
103-
"vue": "^3.4.23",
104-
"vue-i18n": "^9.13.0",
103+
"vue": "^3.4.24",
104+
"vue-i18n": "^9.13.1",
105105
"vue-json-pretty": "^2.4.0",
106106
"vue-router": "^4.3.2",
107107
"vue-types": "^5.1.1",
108108
"vuedraggable": "^4.1.0",
109-
"vxe-table": "^4.5.22",
109+
"vxe-table": "^4.6.0",
110110
"vxe-table-plugin-export-xlsx": "^4.0.1",
111-
"xe-utils": "^3.5.24",
111+
"xe-utils": "^3.5.25",
112112
"xlsx": "^0.18.5"
113113
},
114114
"devDependencies": {
115-
"@commitlint/cli": "^19.2.2",
115+
"@commitlint/cli": "^19.3.0",
116116
"@commitlint/config-conventional": "^19.2.2",
117-
"@iconify/json": "^2.2.202",
117+
"@iconify/json": "^2.2.203",
118118
"@purge-icons/generated": "^0.10.0",
119119
"@types/codemirror": "^5.60.15",
120120
"@types/crypto-js": "^4.2.2",
@@ -130,7 +130,7 @@
130130
"@vben/ts-config": "workspace:*",
131131
"@vben/types": "workspace:*",
132132
"@vben/vite-config": "workspace:*",
133-
"@vue/compiler-sfc": "^3.4.23",
133+
"@vue/compiler-sfc": "^3.4.24",
134134
"@vue/test-utils": "^2.4.5",
135135
"conventional-changelog-cli": "^4.1.0",
136136
"cross-env": "^7.0.3",
@@ -144,10 +144,10 @@
144144
"turbo": "^1.13.2",
145145
"typescript": "^5.4.5",
146146
"unbuild": "^2.0.0",
147-
"vite": "^5.2.9",
147+
"vite": "^5.2.10",
148148
"vite-plugin-mock": "^2.9.6",
149-
"vite-plugin-vue-inspector": "^5.0.0",
150-
"vue-tsc": "^2.0.13"
149+
"vite-plugin-vue-inspector": "^5.0.1",
150+
"vue-tsc": "^2.0.14"
151151
},
152152
"packageManager": "[email protected]",
153153
"engines": {

packages/hooks/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"@vueuse/core": "^10.9.0",
3434
"lodash-es": "^4.17.21",
35-
"vue": "^3.4.23"
35+
"vue": "^3.4.24"
3636
},
3737
"devDependencies": {
3838
"@vben/types": "workspace:*"

0 commit comments

Comments
 (0)