Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jonidelv committed Oct 10, 2020
1 parent 828e3ef commit 32db8d4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions generators/app/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"version": "<%= projectVersion %>",
"author": "<%= authorName %>",
"dependencies": {
"@emotion/core": "^10.0.22",
"@emotion/styled": "^10.0.22",
"@emotion/core": "^10.0.35",
"@emotion/styled": "^10.0.35",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.3.0",
"redux": "^4.0.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "^7.2.1",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.3",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.2",
"redux-thunk": "^2.3.0"
},
Expand All @@ -24,7 +24,7 @@
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.4.0",
"husky": "^3.1.0",
"prettier": "^1.19.1",
"prettier": "^2.1.2",
"pretty-quick": "^2.0.1"
},
"scripts": {
Expand Down

0 comments on commit 32db8d4

Please sign in to comment.