Skip to content

Commit

Permalink
chore: sync dep
Browse files Browse the repository at this point in the history
  • Loading branch information
hackycy committed Nov 18, 2022
1 parent 0968d3b commit b15f3f7
Show file tree
Hide file tree
Showing 2 changed files with 775 additions and 726 deletions.
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,48 +14,48 @@
"reinstall": "rimraf yarn.lock && rimraf package-lock.json && rimraf node_modules && npm run bootstrap"
},
"dependencies": {
"@unocss/reset": "^0.45.21",
"@vueuse/core": "^9.1.1",
"@unocss/reset": "^0.45.30",
"@vueuse/core": "^9.5.0",
"axios": "^0.24.0",
"crypto-js": "^4.1.1",
"dayjs": "^1.11.5",
"echarts": "^5.3.3",
"element-plus": "^2.2.17",
"dayjs": "^1.11.6",
"echarts": "^5.4.0",
"element-plus": "^2.2.21",
"lodash-es": "^4.17.21",
"mitt": "^3.0.0",
"nprogress": "^0.2.0",
"pinia": "^2.0.21",
"qs": "^6.10.3",
"vue": "^3.2.39",
"pinia": "^2.0.23",
"qs": "^6.11.0",
"vue": "^3.2.45",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.5"
"vue-router": "^4.1.6"
},
"devDependencies": {
"@iconify/json": "^2.1.100",
"@iconify/json": "^2.1.136",
"@types/crypto-js": "^4.1.1",
"@types/lodash-es": "^4.17.5",
"@types/node": "^17.0.9",
"@types/lodash-es": "^4.17.6",
"@types/node": "^17.0.45",
"@types/nprogress": "^0.2.0",
"@types/qs": "^6.9.7",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"@unocss/preset-icons": "^0.45.21",
"@vitejs/plugin-vue": "^3.1.0",
"@vitejs/plugin-vue-jsx": "^2.0.1",
"autoprefixer": "^10.4.2",
"eslint": "^8.6.0",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"@unocss/preset-icons": "^0.45.30",
"@vitejs/plugin-vue": "^3.2.0",
"@vitejs/plugin-vue-jsx": "^2.1.1",
"autoprefixer": "^10.4.13",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-define-config": "^1.2.2",
"eslint-plugin-vue": "^8.3.0",
"postcss": "^8.4.16",
"eslint-define-config": "^1.12.0",
"eslint-plugin-vue": "^8.7.1",
"postcss": "^8.4.19",
"rimraf": "^3.0.2",
"sass": "^1.54.5",
"terser": "^5.15.0",
"typescript": "^4.7.4",
"unocss": "^0.45.21",
"vite": "^3.1.2",
"sass": "^1.56.1",
"terser": "^5.15.1",
"typescript": "^4.8.4",
"unocss": "^0.45.30",
"vite": "^3.2.3",
"vite-plugin-compression": "^0.5.1",
"vue-eslint-parser": "^8.0.1",
"vue-tsc": "^0.40.13"
"vue-eslint-parser": "^8.3.0",
"vue-tsc": "^1.0.9"
}
}
Loading

0 comments on commit b15f3f7

Please sign in to comment.