Skip to content

Commit e1cd14a

Browse files
committed
chore: 升级依赖,相关兼容处理(主要是typescriptvue-tsc升级最新版)
1 parent 02380f6 commit e1cd14a

File tree

4 files changed

+575
-598
lines changed

4 files changed

+575
-598
lines changed

.nvmrc

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

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@pureadmin/table": "^3.2.1",
5757
"@pureadmin/utils": "^2.5.0",
5858
"@vue-flow/background": "^1.3.2",
59-
"@vue-flow/core": "^1.41.6",
59+
"@vue-flow/core": "^1.41.7",
6060
"@vueuse/core": "^12.3.0",
6161
"@vueuse/motion": "^2.2.6",
6262
"@wangeditor/editor": "^5.1.23",
@@ -107,7 +107,7 @@
107107
"vue3-puzzle-vcode": "^1.1.7",
108108
"vuedraggable": "^4.1.0",
109109
"vxe-table": "4.6.25",
110-
"wavesurfer.js": "^7.8.14",
110+
"wavesurfer.js": "^7.8.15",
111111
"xgplayer": "^3.0.20",
112112
"xlsx": "^0.18.5"
113113
},
@@ -119,25 +119,25 @@
119119
"@faker-js/faker": "^9.3.0",
120120
"@iconify-icons/ep": "^1.2.12",
121121
"@iconify-icons/ri": "^1.2.10",
122-
"@iconify/vue": "^4.2.0",
122+
"@iconify/vue": "^4.3.0",
123123
"@intlify/unplugin-vue-i18n": "^6.0.3",
124124
"@types/codemirror": "^5.60.15",
125125
"@types/dagre": "^0.7.52",
126126
"@types/intro.js": "^5.1.5",
127127
"@types/js-cookie": "^3.0.6",
128-
"@types/node": "^20.17.11",
128+
"@types/node": "^20.17.12",
129129
"@types/nprogress": "^0.2.3",
130130
"@types/path-browserify": "^1.0.3",
131131
"@types/qrcode": "^1.5.5",
132132
"@types/qs": "^6.9.17",
133133
"@types/sortablejs": "^1.15.8",
134-
"@typescript-eslint/eslint-plugin": "^8.19.0",
135-
"@typescript-eslint/parser": "^8.19.0",
134+
"@typescript-eslint/eslint-plugin": "^8.19.1",
135+
"@typescript-eslint/parser": "^8.19.1",
136136
"@vitejs/plugin-vue": "^5.2.1",
137137
"@vitejs/plugin-vue-jsx": "^4.1.1",
138138
"autoprefixer": "^10.4.20",
139139
"boxen": "^8.0.1",
140-
"code-inspector-plugin": "^0.19.1",
140+
"code-inspector-plugin": "^0.19.2",
141141
"cssnano": "^7.0.6",
142142
"dagre": "^0.8.5",
143143
"eslint": "^9.17.0",
@@ -154,16 +154,16 @@
154154
"postcss-scss": "^4.0.9",
155155
"prettier": "^3.4.2",
156156
"rimraf": "^6.0.1",
157-
"rollup-plugin-visualizer": "^5.13.1",
158-
"sass": "^1.83.0",
157+
"rollup-plugin-visualizer": "^5.14.0",
158+
"sass": "^1.83.1",
159159
"stylelint": "^16.12.0",
160160
"stylelint-config-recess-order": "^5.1.1",
161161
"stylelint-config-recommended-vue": "^1.5.0",
162162
"stylelint-config-standard-scss": "^14.0.0",
163163
"stylelint-prettier": "^5.0.2",
164164
"svgo": "^3.3.2",
165165
"tailwindcss": "^3.4.17",
166-
"typescript": "5.6.3",
166+
"typescript": "^5.7.3",
167167
"vite": "^6.0.7",
168168
"vite-plugin-cdn-import": "^1.0.1",
169169
"vite-plugin-compression": "^0.5.1",
@@ -172,7 +172,7 @@
172172
"vite-plugin-router-warn": "^1.0.0",
173173
"vite-svg-loader": "^5.1.0",
174174
"vue-eslint-parser": "^9.4.3",
175-
"vue-tsc": "2.1.10"
175+
"vue-tsc": "^2.2.0"
176176
},
177177
"engines": {
178178
"node": "^18.18.0 || ^20.9.0 || >=22.0.0",

0 commit comments

Comments
 (0)