Skip to content

Commit

Permalink
chore: 升级依赖,相关兼容处理(主要是typescriptvue-tsc升级最新版)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxian521 committed Jan 9, 2025
1 parent 02380f6 commit e1cd14a
Show file tree
Hide file tree
Showing 4 changed files with 575 additions and 598 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v22.12.0
v22.13.0
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@pureadmin/table": "^3.2.1",
"@pureadmin/utils": "^2.5.0",
"@vue-flow/background": "^1.3.2",
"@vue-flow/core": "^1.41.6",
"@vue-flow/core": "^1.41.7",
"@vueuse/core": "^12.3.0",
"@vueuse/motion": "^2.2.6",
"@wangeditor/editor": "^5.1.23",
Expand Down Expand Up @@ -107,7 +107,7 @@
"vue3-puzzle-vcode": "^1.1.7",
"vuedraggable": "^4.1.0",
"vxe-table": "4.6.25",
"wavesurfer.js": "^7.8.14",
"wavesurfer.js": "^7.8.15",
"xgplayer": "^3.0.20",
"xlsx": "^0.18.5"
},
Expand All @@ -119,25 +119,25 @@
"@faker-js/faker": "^9.3.0",
"@iconify-icons/ep": "^1.2.12",
"@iconify-icons/ri": "^1.2.10",
"@iconify/vue": "^4.2.0",
"@iconify/vue": "^4.3.0",
"@intlify/unplugin-vue-i18n": "^6.0.3",
"@types/codemirror": "^5.60.15",
"@types/dagre": "^0.7.52",
"@types/intro.js": "^5.1.5",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.17.11",
"@types/node": "^20.17.12",
"@types/nprogress": "^0.2.3",
"@types/path-browserify": "^1.0.3",
"@types/qrcode": "^1.5.5",
"@types/qs": "^6.9.17",
"@types/sortablejs": "^1.15.8",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.19.1",
"@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"autoprefixer": "^10.4.20",
"boxen": "^8.0.1",
"code-inspector-plugin": "^0.19.1",
"code-inspector-plugin": "^0.19.2",
"cssnano": "^7.0.6",
"dagre": "^0.8.5",
"eslint": "^9.17.0",
Expand All @@ -154,16 +154,16 @@
"postcss-scss": "^4.0.9",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"rollup-plugin-visualizer": "^5.13.1",
"sass": "^1.83.0",
"rollup-plugin-visualizer": "^5.14.0",
"sass": "^1.83.1",
"stylelint": "^16.12.0",
"stylelint-config-recess-order": "^5.1.1",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard-scss": "^14.0.0",
"stylelint-prettier": "^5.0.2",
"svgo": "^3.3.2",
"tailwindcss": "^3.4.17",
"typescript": "5.6.3",
"typescript": "^5.7.3",
"vite": "^6.0.7",
"vite-plugin-cdn-import": "^1.0.1",
"vite-plugin-compression": "^0.5.1",
Expand All @@ -172,7 +172,7 @@
"vite-plugin-router-warn": "^1.0.0",
"vite-svg-loader": "^5.1.0",
"vue-eslint-parser": "^9.4.3",
"vue-tsc": "2.1.10"
"vue-tsc": "^2.2.0"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=22.0.0",
Expand Down
Loading

0 comments on commit e1cd14a

Please sign in to comment.