Skip to content

Commit

Permalink
🧸 chore: upgrade vite 5.x & deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pdsuwwz committed Dec 5, 2023
1 parent 0a69adb commit 5d01a06
Show file tree
Hide file tree
Showing 5 changed files with 2,152 additions and 1,841 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Author](https://img.shields.io/badge/Author-Wisdom-9cf)](https://github.com/pdsuwwz)
[![License](https://img.shields.io/github/license/pdsuwwz/vite-starter?color=blue)](https://github.com/pdsuwwz/vite-starter/blob/main/LICENSE)

🐟 Starter template for Vite 4.x + Vue 3.x
🐟 Starter Template for Vite 5.x + Vue 3.x

**Live demo:** [Vite Starter](https://pdsuwwz.github.io/vite-starter)

Expand All @@ -16,13 +16,13 @@
## 🌱 不同版本
目前一共有以下五个不同技术栈的仓库模板在持续维护,请尝试后选择适合自己的模板使用

- 💥 (推荐) [TS + Pinia + 🌐 低耦合(i18n)多语言 Vite4 + Vue3 + TS + Pinia + Element-Plus2 + vue-i18n@next](https://github.com/pdsuwwz/vue-boilerplate-i18n)
- 💥 (推荐) [TS + Pinia + 🌐 低耦合(i18n)多语言 Vite5 + Vue3 + TS + Pinia + Element-Plus2 + vue-i18n@next](https://github.com/pdsuwwz/vue-boilerplate-i18n)

- ⚡️ TS + Pinia 版 [Vite4 + Vue3 + TS + Pinia + Element-Plus2 + useLocale + i18n](https://github.com/pdsuwwz/pinia-starter-ts)
- ⚡️ TS + Pinia 版 [Vite5 + Vue3 + TS + Pinia + Element-Plus2 + useLocale + i18n](https://github.com/pdsuwwz/pinia-starter-ts)
- ⚡️ JS + Pinia 版 [Vite4 + Vue3 + Pinia + Element-Plus2 + useLocale + i18n](https://github.com/pdsuwwz/vite-pinia-starter)

- ⚡️ TS + Vuex4 版 [Vite4 + Vue3 + TS + Vuex4 + Element-Plus2 + useLocale + i18n](https://github.com/pdsuwwz/vite-ts-starter)
- ⚡️ JS + Vuex4 版 (当前仓库)[Vite4 + Vue3 + Vuex4 + Element-Plus2 + useLocale + i18n](https://github.com/pdsuwwz/vite-starter)
- ⚡️ TS + Vuex4 版 [Vite5 + Vue3 + TS + Vuex4 + Element-Plus2 + useLocale + i18n](https://github.com/pdsuwwz/vite-ts-starter)
- ⚡️ JS + Vuex4 版 (当前仓库)[Vite5 + Vue3 + Vuex4 + Element-Plus2 + useLocale + i18n](https://github.com/pdsuwwz/vite-starter)


## Environment Support
Expand Down
59 changes: 30 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "0.0.1",
"author": "Wisdom <[email protected]>",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build --mode prod",
Expand Down Expand Up @@ -41,47 +42,47 @@
"url": "https://github.com/pdsuwwz/vite-starter/issues"
},
"dependencies": {
"@element-plus/icons-vue": "2.1.0",
"@fortawesome/fontawesome-svg-core": "6.4.0",
"@fortawesome/free-brands-svg-icons": "6.4.0",
"@fortawesome/free-regular-svg-icons": "6.4.0",
"@fortawesome/free-solid-svg-icons": "6.4.0",
"@fortawesome/vue-fontawesome": "~3.0.3",
"axios": "1.5.0",
"echarts": "^5.4.2",
"element-plus": "2.3.5",
"@element-plus/icons-vue": "2.3.1",
"@fortawesome/fontawesome-svg-core": "6.5.1",
"@fortawesome/free-brands-svg-icons": "6.5.1",
"@fortawesome/free-regular-svg-icons": "6.5.1",
"@fortawesome/free-solid-svg-icons": "6.5.1",
"@fortawesome/vue-fontawesome": "~3.0.5",
"axios": "1.6.2",
"echarts": "^5.4.3",
"element-plus": "2.4.3",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"nprogress": "^0.2.0",
"vue": "^3.3.4",
"vue-router": "^4.2.2",
"vue": "^3.3.10",
"vue-router": "^4.2.5",
"vuex": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.22.1",
"@babel/eslint-parser": "^7.21.8",
"@babel/preset-env": "^7.22.4",
"@babel/core": "^7.23.5",
"@babel/eslint-parser": "^7.23.3",
"@babel/preset-env": "^7.23.5",
"@sucrase/jest-plugin": "^3.0.0",
"@types/lodash-es": "^4.17.7",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/compiler-sfc": "^3.3.4",
"@vue/test-utils": "^2.3.2",
"@vue/vue3-jest": "29.2.4",
"babel-jest": "^29.5.0",
"@types/lodash-es": "^4.17.12",
"@vitejs/plugin-vue": "^4.5.1",
"@vue/compiler-sfc": "^3.3.10",
"@vue/test-utils": "^2.4.3",
"@vue/vue3-jest": "29.2.6",
"babel-jest": "^29.7.0",
"babel-plugin-transform-vite-meta-env": "^1.0.3",
"cross-env": "^7.0.3",
"eslint": "^8.41.0",
"eslint-plugin-import": "^2.27.5",
"eslint": "^8.55.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-vue": "9.15.1",
"eslint-plugin-vue": "9.19.2",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-transform-stub": "^2.0.0",
"rollup": "^3.23.0",
"sass": "^1.62.1",
"sucrase": "^3.32.0",
"vite": "^4.3.9"
"rollup": "^4.6.1",
"sass": "^1.69.5",
"sucrase": "^3.34.0",
"vite": "^5.0.5"
}
}
Loading

0 comments on commit 5d01a06

Please sign in to comment.