Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
whevether committed Apr 1, 2024
1 parent 36e8ce2 commit 9e21e91
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"author": "keep_wan",
"license": "MIT",
"dependencies": {
"axios": "^1.6.7",
"axios": "^1.6.8",
"classnames": "^2.5.1",
"echarts": "^5.5.0",
"history": "^5.3.0",
Expand All @@ -36,70 +36,70 @@
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-redux": "^9.1.0",
"react-router-dom": "^6.22.2",
"react-router-dom": "^6.22.3",
"redux": "^5.0.1",
"redux-thunk": "^3.1.0"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/eslint-parser": "^7.23.10",
"@babel/cli": "^7.24.1",
"@babel/core": "^7.24.3",
"@babel/eslint-parser": "^7.24.1",
"@babel/plugin-syntax-async-generators": "^7.8.4",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-arrow-functions": "^7.23.3",
"@babel/plugin-transform-async-generator-functions": "^7.23.9",
"@babel/plugin-transform-async-to-generator": "^7.23.3",
"@babel/plugin-transform-class-properties": "^7.23.3",
"@babel/plugin-transform-json-strings": "^7.23.4",
"@babel/plugin-transform-optional-chaining": "^7.23.4",
"@babel/plugin-transform-react-constant-elements": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@babel/preset-react": "^7.23.3",
"@babel/runtime": "^7.24.0",
"@babel/plugin-transform-arrow-functions": "^7.24.1",
"@babel/plugin-transform-async-generator-functions": "^7.24.3",
"@babel/plugin-transform-async-to-generator": "^7.24.1",
"@babel/plugin-transform-class-properties": "^7.24.1",
"@babel/plugin-transform-json-strings": "^7.24.1",
"@babel/plugin-transform-optional-chaining": "^7.24.1",
"@babel/plugin-transform-react-constant-elements": "^7.24.1",
"@babel/plugin-transform-runtime": "^7.24.3",
"@babel/preset-env": "^7.24.3",
"@babel/preset-react": "^7.24.1",
"@babel/runtime": "^7.24.1",
"@loadable/component": "^5.16.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.18",
"autoprefixer": "^10.4.19",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"browser-sync": "^3.0.2",
"chalk": "^4.1.2",
"connect-history-api-fallback": "^2.0.0",
"copy-webpack-plugin": "^12.0.2",
"core-js": "^3.36.0",
"core-js": "^3.36.1",
"css-loader": "^6.10.0",
"css-minimizer-webpack-plugin": "6.0.0",
"enzyme": "^3.11.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-react": "^7.34.1",
"eslint-watch": "^8.0.0",
"html-webpack-plugin": "^5.6.0",
"jest": "^29.7.0",
"jest-cli": "^29.7.0",
"mini-css-extract-plugin": "^2.8.1",
"npm-run-all": "^4.1.5",
"open": "^10.0.4",
"postcss-import": "^16.0.1",
"open": "^10.1.0",
"postcss-import": "^16.1.0",
"postcss-loader": "^8.1.1",
"postcss-pxtorem": "^6.1.0",
"react-refresh": "^0.14.0",
"regenerator-runtime": "^0.14.1",
"rimraf": "^5.0.5",
"sass": "^1.71.1",
"sass": "^1.72.0",
"sass-loader": "^14.1.1",
"style-loader": "^3.3.4",
"unplugin-auto-import": "^0.17.5",
"vite": "^5.1.5",
"vite": "^5.2.7",
"vite-plugin-compression2": "^1.0.0",
"vite-plugin-cdn2": "^1.1.0",
"vite-plugin-svg-icons": "^2.0.1",
"webpack": "^5.90.3",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.2"
"webpack-dev-server": "^5.0.4"
},
"browserslist": [
"last 15 versions",
Expand All @@ -115,7 +115,7 @@
},
"overrides": {
"@pmmmwh/react-refresh-webpack-plugin": {
"webpack-dev-server": "^5.0.2"
"webpack-dev-server": "^5.0.4"
}
},
"keywords": [
Expand Down

0 comments on commit 9e21e91

Please sign in to comment.