Skip to content

Commit

Permalink
⚒️ chore: upgrade deps for vite vue (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdsuwwz authored Jul 24, 2024
1 parent 1c46831 commit 9c0a006
Show file tree
Hide file tree
Showing 2 changed files with 5,087 additions and 4,207 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,50 +45,50 @@
},
"dependencies": {
"@element-plus/icons-vue": "2.3.1",
"@fortawesome/fontawesome-svg-core": "6.5.2",
"@fortawesome/free-brands-svg-icons": "6.5.2",
"@fortawesome/free-regular-svg-icons": "6.5.2",
"@fortawesome/free-solid-svg-icons": "6.5.2",
"@fortawesome/vue-fontawesome": "~3.0.6",
"axios": "1.6.8",
"echarts": "^5.5.0",
"element-plus": "2.6.3",
"@fortawesome/fontawesome-svg-core": "6.6.0",
"@fortawesome/free-brands-svg-icons": "6.6.0",
"@fortawesome/free-regular-svg-icons": "6.6.0",
"@fortawesome/free-solid-svg-icons": "6.6.0",
"@fortawesome/vue-fontawesome": "~3.0.8",
"axios": "1.7.2",
"echarts": "^5.5.1",
"element-plus": "2.7.7",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
"vue": "^3.4.33",
"vue-router": "^4.4.0"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/eslint-parser": "^7.24.1",
"@babel/preset-env": "^7.24.4",
"@eslint/js": "^9.0.0",
"@stylistic/eslint-plugin": "^2.1.0",
"@babel/core": "^7.24.9",
"@babel/eslint-parser": "^7.24.8",
"@babel/preset-env": "^7.24.8",
"@eslint/js": "^9.7.0",
"@stylistic/eslint-plugin": "^2.3.0",
"@stylistic/stylelint-plugin": "^2.1.2",
"@sucrase/jest-plugin": "^3.0.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compiler-sfc": "^3.4.21",
"@vue/test-utils": "^2.4.5",
"@vitejs/plugin-vue": "^5.1.0",
"@vue/compiler-sfc": "^3.4.33",
"@vue/test-utils": "^2.4.6",
"@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": "^9.0.0",
"eslint": "^9.7.0",
"eslint-define-config": "^2.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-vue": "9.24.0",
"globals": "^15.0.0",
"eslint-plugin-promise": "7.0.0",
"eslint-plugin-vue": "9.27.0",
"globals": "^15.8.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.14.0",
"sass": "^1.74.1",
"rollup": "^4.19.0",
"sass": "1.77.6",
"sucrase": "^3.35.0",
"vite": "^5.2.8"
"vite": "^5.3.4"
}
}
Loading

0 comments on commit 9c0a006

Please sign in to comment.