Skip to content

Commit

Permalink
🛶 chore: upgrade latest deps (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdsuwwz authored Nov 29, 2024
1 parent 66bad9e commit 26b0372
Show file tree
Hide file tree
Showing 3 changed files with 1,392 additions and 1,001 deletions.
3 changes: 2 additions & 1 deletion auto-imports.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ declare global {
export type { RouteRecordRaw, RouteLocationRaw, LocationQuery, RouteParams, RouteLocationNormalizedLoaded, RouteRecordName, NavigationGuard } from 'vue-router'
import('vue-router')
}

// for vue template auto import
import { UnwrapRef } from 'vue'
declare module 'vue' {
Expand Down Expand Up @@ -182,4 +183,4 @@ declare module 'vue' {
readonly watchPostEffect: UnwrapRef<typeof import('vue')['watchPostEffect']>
readonly watchSyncEffect: UnwrapRef<typeof import('vue')['watchSyncEffect']>
}
}
}
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,62 +49,62 @@
},
"dependencies": {
"@element-plus/icons-vue": "2.3.1",
"axios": "1.7.7",
"axios": "1.7.8",
"echarts": "^5.5.1",
"element-plus": "2.8.3",
"element-plus": "2.8.8",
"js-cookie": "^3.0.5",
"lodash-es": "^4.17.21",
"nprogress": "^0.2.0",
"vue": "^3.5.12",
"vue-router": "^4.4.5",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vuex": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@eslint/js": "^9.14.0",
"@iconify/json": "^2.2.268",
"@eslint/js": "^9.15.0",
"@iconify/json": "^2.2.277",
"@iconify/vue": "^4.1.2",
"@stylistic/eslint-plugin": "^2.10.1",
"@stylistic/eslint-plugin": "^2.11.0",
"@stylistic/stylelint-plugin": "^3.1.1",
"@types/js-cookie": "^3.0.6",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.9.0",
"@types/node": "^22.10.1",
"@types/nprogress": "^0.2.3",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vitest/coverage-v8": "^2.1.4",
"@vue/compiler-sfc": "^3.5.12",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/coverage-v8": "^2.1.6",
"@vue/compiler-sfc": "^3.5.13",
"@vue/test-utils": "2.4.6",
"babel-plugin-transform-vite-meta-env": "^1.0.3",
"cross-env": "^7.0.3",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"eslint-define-config": "^2.1.0",
"eslint-plugin-html": "8.1.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-vue": "9.30.0",
"eslint-plugin-vue": "9.31.0",
"globals": "^15.12.0",
"husky": "^9.1.6",
"husky": "^9.1.7",
"jsdom": "^25.0.1",
"lint-staged": "^15.2.10",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"postcss-html": "^1.7.0",
"postcss-scss": "^4.0.9",
"rollup": "4.24.4",
"sass": "1.78.0",
"stylelint": "^16.10.0",
"rollup": "4.27.4",
"sass": "1.81.0",
"stylelint": "^16.11.0",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "13.1.0",
"typescript": "^5.6.3",
"unocss": "^0.64.0",
"unplugin-auto-import": "^0.18.3",
"unplugin-icons": "^0.20.0",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.10",
"vitest": "^2.1.4",
"typescript": "^5.7.2",
"unocss": "0.65.0-beta.2",
"unplugin-auto-import": "^0.18.6",
"unplugin-icons": "^0.20.2",
"unplugin-vue-components": "^0.27.5",
"vite": "^6.0.1",
"vitest": "^2.1.6",
"vue-eslint-parser": "^9.4.3"
}
}
Loading

0 comments on commit 26b0372

Please sign in to comment.