Skip to content

Commit

Permalink
🚀 chore: update deps latest (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdsuwwz authored Oct 11, 2023
1 parent e2226f6 commit 1dc7ba3
Show file tree
Hide file tree
Showing 2 changed files with 781 additions and 659 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,48 +52,48 @@
"@fortawesome/free-regular-svg-icons": "6.4.2",
"@fortawesome/free-solid-svg-icons": "6.4.2",
"@fortawesome/vue-fontawesome": "~3.0.3",
"axios": "1.5.0",
"axios": "1.5.1",
"echarts": "^5.4.3",
"element-plus": "2.3.14",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"nprogress": "^0.2.0",
"vue": "^3.3.4",
"vue-router": "^4.2.4",
"vue-router": "^4.2.5",
"vuex": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.22.20",
"@babel/core": "^7.23.0",
"@babel/preset-env": "^7.22.20",
"@types/js-cookie": "^3.0.4",
"@types/lodash": "^4.14.198",
"@types/node": "^20.6.2",
"@types/nprogress": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"@vitejs/plugin-vue": "^4.3.4",
"@vitest/coverage-v8": "^0.34.4",
"@types/lodash": "^4.14.199",
"@types/node": "^20.8.4",
"@types/nprogress": "^0.2.1",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"@vitejs/plugin-vue": "^4.4.0",
"@vitest/coverage-v8": "^0.34.6",
"@vue/compiler-sfc": "^3.3.4",
"@vue/test-utils": "2.4.1",
"babel-plugin-transform-vite-meta-env": "^1.0.3",
"cross-env": "^7.0.3",
"eslint": "^8.49.0",
"eslint": "^8.51.0",
"eslint-plugin-html": "7.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-vue": "9.17.0",
"jsdom": "^22.1.0",
"postcss": "^8.4.29",
"postcss": "^8.4.31",
"postcss-html": "^1.5.0",
"postcss-scss": "^4.0.8",
"rollup": "3.29.3",
"sass": "^1.67.0",
"postcss-scss": "^4.0.9",
"rollup": "4.0.2",
"sass": "^1.69.2",
"stylelint": "^15.10.3",
"stylelint-config-recommended-scss": "^13.0.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-standard-scss": "11.0.0",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^0.34.4"
"vite": "^4.4.11",
"vitest": "^0.34.6"
}
}
Loading

0 comments on commit 1dc7ba3

Please sign in to comment.