Skip to content

Commit

Permalink
⛳ chore: upgrade latest deps (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdsuwwz authored Nov 29, 2024
1 parent ee5a41c commit 4ef01fe
Show file tree
Hide file tree
Showing 3 changed files with 1,756 additions and 1,596 deletions.
3 changes: 2 additions & 1 deletion auto-imports.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ declare global {
export type { NotificationPlacement } from 'naive-ui'
import('naive-ui')
}

// for vue template auto import
import { UnwrapRef } from 'vue'
declare module 'vue' {
Expand Down Expand Up @@ -657,4 +658,4 @@ declare module 'vue' {
readonly watchWithFilter: UnwrapRef<typeof import('@vueuse/core')['watchWithFilter']>
readonly whenever: UnwrapRef<typeof import('@vueuse/core')['whenever']>
}
}
}
66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,65 +59,65 @@
"@vicons/material": "^0.12.0",
"@vicons/tabler": "^0.12.0",
"@vicons/utils": "^0.1.4",
"@vueuse/core": "^11.1.0",
"axios": "1.7.7",
"@vueuse/core": "^12.0.0",
"axios": "1.7.8",
"echarts": "^5.5.1",
"js-cookie": "^3.0.5",
"lodash-es": "^4.17.21",
"naive-ui": "^2.40.1",
"naive-ui": "^2.40.2",
"nprogress": "^0.2.0",
"pinia": "^2.2.4",
"uuid": "^10.0.0",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
"pinia": "^2.2.8",
"uuid": "^11.0.3",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@babel/core": "^7.25.9",
"@babel/preset-env": "^7.25.9",
"@iconify/json": "^2.2.263",
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@iconify/json": "^2.2.277",
"@iconify/vue": "^4.1.2",
"@stylistic/eslint-plugin": "^2.9.0",
"@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.7.9",
"@types/node": "^22.10.1",
"@types/nprogress": "^0.2.3",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vitest/coverage-v8": "^2.1.3",
"@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",
"@vitejs/plugin-vue-jsx": "^4.1.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.13.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.29.1",
"globals": "^15.11.0",
"husky": "^9.1.6",
"eslint-plugin-vue": "^9.31.0",
"globals": "^15.12.0",
"husky": "^9.1.7",
"identity-obj-proxy": "^3.0.0",
"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.0",
"sass": "^1.80.4",
"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",
"sucrase": "^3.35.0",
"typescript": "^5.6.3",
"unocss": "0.63.6",
"unplugin-auto-import": "^0.18.3",
"unplugin-icons": "^0.19.3",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.10",
"vitest": "^2.1.3"
"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"
}
}
Loading

0 comments on commit 4ef01fe

Please sign in to comment.