Skip to content

Commit

Permalink
🌵 chore: upgrade deps emphasis vite 5.3 (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdsuwwz authored Jun 24, 2024
1 parent fa740c7 commit 320f00f
Show file tree
Hide file tree
Showing 2 changed files with 521 additions and 510 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,41 +53,41 @@
"@vueuse/core": "^10.11.0",
"axios": "1.7.2",
"echarts": "^5.5.0",
"element-plus": "2.7.5",
"element-plus": "2.7.6",
"js-cookie": "^3.0.5",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"uuid": "^10.0.0",
"vue": "^3.4.27",
"vue": "^3.4.30",
"vue-i18n": "^9.13.1",
"vue-router": "^4.3.3"
"vue-router": "^4.4.0"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@eslint/js": "^9.4.0",
"@iconify/json": "^2.2.218",
"@eslint/js": "^9.5.0",
"@iconify/json": "^2.2.221",
"@iconify/vue": "^4.1.2",
"@stylistic/eslint-plugin": "^2.1.0",
"@stylistic/eslint-plugin": "^2.2.2",
"@stylistic/stylelint-plugin": "^2.1.2",
"@types/js-cookie": "^3.0.6",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.14.2",
"@types/node": "^20.14.8",
"@types/nprogress": "^0.2.3",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vitejs/plugin-vue": "^5.0.5",
"@vitest/coverage-v8": "^1.6.0",
"@vue/compiler-sfc": "^3.4.27",
"@vue/compiler-sfc": "^3.4.30",
"@vue/test-utils": "2.4.6",
"babel-plugin-transform-vite-meta-env": "^1.0.3",
"cross-env": "^7.0.3",
"eslint": "^9.4.0",
"eslint": "^9.5.0",
"eslint-define-config": "^2.1.0",
"eslint-plugin-html": "8.1.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-vue": "^9.26.0",
"globals": "^15.4.0",
"globals": "^15.6.0",
"husky": "^9.0.11",
"identity-obj-proxy": "^3.0.0",
"jsdom": "^24.1.0",
Expand All @@ -97,19 +97,19 @@
"postcss-html": "^1.7.0",
"postcss-scss": "^4.0.9",
"rollup": "^4.18.0",
"sass": "^1.77.5",
"sass": "^1.77.6",
"stylelint": "^16.6.1",
"stylelint-config-recommended-scss": "14.0.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "13.1.0",
"sucrase": "^3.35.0",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"unocss": "^0.61.0",
"unplugin-auto-import": "^0.17.6",
"unplugin-icons": "^0.19.0",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.2.13",
"vite": "^5.3.1",
"vitest": "^1.6.0",
"vue-eslint-parser": "^9.4.3"
}
Expand Down
Loading

0 comments on commit 320f00f

Please sign in to comment.