Skip to content

Commit

Permalink
chore: uptate dependencies (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
tolking committed Jul 15, 2023
1 parent 7a1126e commit 4097740
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "element-admin-template",
"version": "1.2.0",
"version": "1.3.0",
"description": "一个基础的后台管理系统模版,方便快速开发",
"author": "tolking <qw13131wang@gmail.com>",
"license": "MIT",
Expand All @@ -22,32 +22,32 @@
"prepare": "husky install"
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.10",
"@vueuse/core": "^9.12.0",
"element-plus": "^2.2.28",
"element-pro-components": "^1.2.9",
"@element-plus/icons-vue": "^2.1.0",
"@vueuse/core": "^9.13.0",
"element-plus": "^2.3.8",
"element-pro-components": "^1.2.12",
"quill": "^1.3.7",
"vue": "^3.2.47",
"vue-router": "^4.1.6"
"vue": "^3.3.4",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@types/node": "^18.13.0",
"@types/node": "^20.4.2",
"@types/quill": "^2.0.10",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/compiler-sfc": "^3.2.47",
"eslint": "^8.33.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/compiler-sfc": "^3.3.4",
"eslint": "^8.45.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.9.0",
"eslint-plugin-vue": "^9.15.1",
"husky": "^8.0.3",
"lint-staged": "^13.1.1",
"prettier": "^2.8.4",
"typescript": "^4.9.5",
"lint-staged": "^13.2.3",
"prettier": "^3.0.0",
"typescript": "^5.1.6",
"unplugin-auto-import": "^0.13.0",
"unplugin-vue-components": "^0.23.0",
"vite": "^4.1.1",
"vue-tsc": "^1.0.24"
"vite": "^4.4.4",
"vue-tsc": "^1.8.5"
},
"lint-staged": {
"*.{ts,vue,js,tsx,jsx}": [
Expand Down
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</template>

<script setup lang="ts">
import zhCn from 'element-plus/lib/locale/lang/zh-cn'
import zhCn from 'element-plus/es/locale/lang/zh-cn'
const locale = {
...zhCn,
Expand Down

0 comments on commit 4097740

Please sign in to comment.