Skip to content

Commit

Permalink
chore: updates all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pany-ang committed Jul 15, 2022
1 parent 04083aa commit 15f4daf
Show file tree
Hide file tree
Showing 4 changed files with 388 additions and 302 deletions.
25 changes: 13 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "v3-admin-vite",
"version": "3.1.10",
"version": "3.1.11",
"description": "一个免费开源的中后台管理系统基础解决方案,基于 Vue3、TypeScript、Element-Plus、Pinia 和 Vite 等主流技术.",
"author": {
"name": "pany",
Expand All @@ -26,42 +26,43 @@
"@element-plus/icons-vue": "^2.0.6",
"axios": "^0.27.2",
"dayjs": "^1.11.3",
"element-plus": "^2.2.8",
"element-plus": "^2.2.9",
"js-cookie": "^3.0.1",
"lodash-es": "^4.17.21",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"path-browserify": "^1.0.1",
"path-to-regexp": "^6.2.1",
"pinia": "^2.0.14",
"pinia": "^2.0.16",
"screenfull": "^6.0.2",
"vue": "^3.2.37",
"vue-router": "^4.0.16"
"vue-router": "^4.1.2"
},
"devDependencies": {
"@types/js-cookie": "^3.0.2",
"@types/lodash-es": "^4.17.6",
"@types/node": "^18.0.1",
"@types/node": "^18.0.4",
"@types/nprogress": "^0.2.0",
"@types/path-browserify": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^5.30.4",
"@typescript-eslint/parser": "^5.30.4",
"@vitejs/plugin-vue": "^2.3.3",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"@vitejs/plugin-vue": "^3.0.0",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.0",
"eslint": "^8.19.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.1.1",
"eslint-plugin-vue": "^9.2.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"sass": "^1.53.0",
"terser": "^5.14.2",
"typescript": "^4.7.4",
"unocss": "^0.43.0",
"vite": "^2.9.13",
"unocss": "^0.44.2",
"vite": "^3.0.0",
"vite-plugin-svg-icons": "^2.0.1",
"vue-eslint-parser": "^9.0.3",
"vue-tsc": "^0.38.2"
"vue-tsc": "^0.38.5"
},
"lint-staged": {
"*.{js,jsx,vue,ts,tsx}": [
Expand Down
Loading

0 comments on commit 15f4daf

Please sign in to comment.