Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Commit

Permalink
build: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
zerosoul committed Mar 22, 2020
1 parent 857bd17 commit e7409ba
Show file tree
Hide file tree
Showing 2 changed files with 434 additions and 77 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"mini-css-extract-plugin": "0.9.0",
"pnp-webpack-plugin": "1.6.4",
"react": "^16.13.1",
"react-dev-utils": "^10.2.0",
"react-dev-utils": "^10.2.1",
"react-dom": "^16.13.1",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
Expand All @@ -31,25 +31,25 @@
"workbox-webpack-plugin": "5.1.1"
},
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/polyfill": "^7.8.7",
"@babel/preset-env": "^7.8.7",
"@babel/preset-react": "^7.8.3",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.9.1",
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"auto-changelog": "^1.16.2",
"babel-eslint": "10.1.0",
"babel-loader": "^8.0.6",
"babel-loader": "^8.1.0",
"babel-plugin-import": "^1.13.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.1",
"gh-pages": "^2.2.0",
"prettier": "^1.19.1"
"prettier": "^2.0.1"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit e7409ba

Please sign in to comment.