Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jonidelv committed Dec 8, 2019
1 parent 73935df commit be475cd
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions generators/app/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"version": "<%= projectVersion %>",
"author": "<%= authorName %>",
"dependencies": {
"@emotion/core": "^10.0.15",
"@emotion/styled": "^10.0.15",
"@emotion/core": "^10.0.22",
"@emotion/styled": "^10.0.22",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-redux": "^7.1.0",
"react-router-dom": "^5.0.1",
"react-scripts": "^3.0.1",
"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",
"redux-devtools-extension": "^2.13.2",
"redux-thunk": "^2.3.0"
Expand All @@ -23,9 +23,9 @@
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.4.0",
"husky": "^3.0.2",
"prettier": "^1.18.2",
"pretty-quick": "^1.11.1"
"husky": "^3.1.0",
"prettier": "^1.19.1",
"pretty-quick": "^2.0.1"
},
"scripts": {
"start": "react-scripts start",
Expand Down

0 comments on commit be475cd

Please sign in to comment.