Skip to content

Commit b20323e

Browse files
committed
chore: 升级依赖,相关兼容处理
1 parent 3045974 commit b20323e

File tree

4 files changed

+1057
-765
lines changed

4 files changed

+1057
-765
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v22.20.0
1+
v24.12.0

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@pureadmin/table": "^3.3.0",
5757
"@pureadmin/utils": "^2.6.3",
5858
"@vue-flow/background": "^1.3.2",
59-
"@vue-flow/core": "^1.48.0",
59+
"@vue-flow/core": "^1.48.1",
6060
"@vueuse/core": "^14.1.0",
6161
"@vueuse/motion": "^3.0.3",
6262
"@wangeditor/editor": "^5.1.23",
@@ -72,7 +72,7 @@
7272
"deep-chat": "^2.3.0",
7373
"echarts": "^6.0.0",
7474
"el-table-infinite-scroll": "^3.0.8",
75-
"element-plus": "^2.12.0",
75+
"element-plus": "^2.13.0",
7676
"highlight.js": "^11.11.1",
7777
"intro.js": "^7.2.0",
7878
"js-cookie": "^3.0.5",
@@ -96,11 +96,11 @@
9696
"v3-infinite-loading": "^1.3.2",
9797
"vditor": "^3.11.2",
9898
"version-rocket": "^1.7.4",
99-
"vue": "^3.5.25",
100-
"vue-i18n": "^11.2.2",
99+
"vue": "^3.5.26",
100+
"vue-i18n": "^11.2.7",
101101
"vue-json-pretty": "^2.6.0",
102102
"vue-pdf-embed": "^2.1.3",
103-
"vue-router": "^4.6.3",
103+
"vue-router": "^4.6.4",
104104
"vue-tippy": "^6.7.1",
105105
"vue-types": "^6.0.0",
106106
"vue-virtual-scroller": "2.0.0-beta.8",
@@ -117,29 +117,29 @@
117117
"@commitlint/cli": "^20.2.0",
118118
"@commitlint/config-conventional": "^20.2.0",
119119
"@commitlint/types": "^20.2.0",
120-
"@eslint/js": "^9.39.1",
120+
"@eslint/js": "^9.39.2",
121121
"@faker-js/faker": "^10.1.0",
122-
"@iconify/json": "^2.2.416",
122+
"@iconify/json": "^2.2.417",
123123
"@iconify/vue": "4.2.0",
124-
"@intlify/unplugin-vue-i18n": "^11.0.1",
125-
"@tailwindcss/vite": "^4.1.17",
124+
"@intlify/unplugin-vue-i18n": "^11.0.3",
125+
"@tailwindcss/vite": "^4.1.18",
126126
"@types/codemirror": "^5.60.17",
127127
"@types/dagre": "^0.7.53",
128128
"@types/intro.js": "^5.1.5",
129129
"@types/js-cookie": "^3.0.6",
130-
"@types/node": "^20.19.26",
130+
"@types/node": "^20.19.27",
131131
"@types/nprogress": "^0.2.3",
132132
"@types/path-browserify": "^1.0.3",
133133
"@types/qrcode": "^1.5.6",
134134
"@types/qs": "^6.14.0",
135135
"@types/sortablejs": "^1.15.9",
136-
"@vitejs/plugin-vue": "^6.0.2",
136+
"@vitejs/plugin-vue": "^6.0.3",
137137
"@vitejs/plugin-vue-jsx": "^5.1.2",
138138
"boxen": "^8.0.1",
139-
"code-inspector-plugin": "^1.3.0",
139+
"code-inspector-plugin": "^1.3.3",
140140
"cssnano": "^7.1.2",
141141
"dagre": "^0.8.5",
142-
"eslint": "^9.39.1",
142+
"eslint": "^9.39.2",
143143
"eslint-config-prettier": "^10.1.8",
144144
"eslint-plugin-prettier": "^5.5.4",
145145
"eslint-plugin-vue": "^10.6.2",
@@ -153,26 +153,26 @@
153153
"prettier": "^3.7.4",
154154
"rimraf": "^6.1.2",
155155
"rollup-plugin-visualizer": "^6.0.5",
156-
"sass": "^1.95.1",
156+
"sass": "^1.97.1",
157157
"stylelint": "^16.26.1",
158158
"stylelint-config-recess-order": "^7.4.0",
159159
"stylelint-config-recommended-vue": "^1.6.1",
160160
"stylelint-config-standard-scss": "^14.0.0",
161161
"stylelint-prettier": "^5.0.3",
162162
"svgo": "^4.0.0",
163-
"tailwindcss": "^4.1.17",
163+
"tailwindcss": "^4.1.18",
164164
"typescript": "^5.9.3",
165-
"typescript-eslint": "^8.49.0",
165+
"typescript-eslint": "^8.50.0",
166166
"unplugin-icons": "^22.5.0",
167-
"vite": "^7.2.7",
167+
"vite": "^7.3.0",
168168
"vite-plugin-cdn-import": "^1.0.1",
169169
"vite-plugin-compression": "^0.5.1",
170170
"vite-plugin-fake-server": "^2.2.2",
171171
"vite-plugin-remove-console": "^2.2.0",
172172
"vite-plugin-router-warn": "^2.0.0",
173173
"vite-svg-loader": "^5.1.0",
174174
"vue-eslint-parser": "^10.2.0",
175-
"vue-tsc": "^3.1.8"
175+
"vue-tsc": "^3.2.1"
176176
},
177177
"engines": {
178178
"node": "^20.19.0 || >=22.13.0",

0 commit comments

Comments
 (0)