Skip to content

Commit

Permalink
⚡️ chore: update deps vite 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pdsuwwz committed Mar 21, 2024
1 parent 0d5638f commit 99fcbbf
Show file tree
Hide file tree
Showing 2 changed files with 1,269 additions and 1,146 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,40 +49,40 @@
"@fortawesome/free-regular-svg-icons": "6.5.1",
"@fortawesome/free-solid-svg-icons": "6.5.1",
"@fortawesome/vue-fontawesome": "~3.0.6",
"axios": "1.6.7",
"echarts": "^5.4.3",
"element-plus": "2.5.5",
"axios": "1.6.8",
"echarts": "^5.5.0",
"element-plus": "2.6.1",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"nprogress": "^0.2.0",
"vue": "^3.4.15",
"vue-router": "^4.2.5",
"vue": "^3.4.21",
"vue-router": "^4.3.0",
"vuex": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/eslint-parser": "^7.23.10",
"@babel/preset-env": "^7.23.9",
"@babel/core": "^7.24.3",
"@babel/eslint-parser": "^7.24.1",
"@babel/preset-env": "^7.24.3",
"@sucrase/jest-plugin": "^3.0.0",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/compiler-sfc": "^3.4.15",
"@vue/test-utils": "^2.4.4",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compiler-sfc": "^3.4.21",
"@vue/test-utils": "^2.4.5",
"@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.56.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-vue": "9.21.1",
"eslint-plugin-vue": "9.23.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-transform-stub": "^2.0.0",
"rollup": "^4.9.6",
"sass": "^1.70.0",
"rollup": "^4.13.0",
"sass": "^1.72.0",
"sucrase": "^3.35.0",
"vite": "^5.0.12"
"vite": "^5.2.2"
}
}
Loading

0 comments on commit 99fcbbf

Please sign in to comment.