Skip to content

Commit

Permalink
fix(deps-dev): bump version to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi committed Aug 2, 2021
1 parent 1e94259 commit ebe929e
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 30 deletions.
68 changes: 43 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,18 @@
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.14.8",
"@babel/eslint-parser": "^7.14.7",
"@babel/eslint-parser": "^7.14.9",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.14.7",
"@babel/preset-env": "^7.14.8",
"@babel/preset-env": "^7.14.9",
"@babel/preset-react": "^7.14.5",
"autoprefixer": "^10.3.1",
"babel-loader": "^8.2.2",
"babel-plugin-import": "^1.13.3",
"clean-webpack-plugin": "^3.0.0",
"cross-env": "^7.0.3",
"css-loader": "^6.2.0",
"eslint": "^7.31.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-loader": "^4.0.2",
Expand All @@ -64,13 +64,13 @@
"stylelint": "^13.13.1",
"stylelint-config-mass": "^1.0.2",
"stylelint-webpack-plugin": "^3.0.1",
"webpack": "^5.46.0",
"webpack": "^5.48.0",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"antd": "^4.16.8",
"antd": "^4.16.10",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.4",
Expand Down

0 comments on commit ebe929e

Please sign in to comment.