Skip to content

Commit

Permalink
⬆️ upgrade dependencies (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpetetot authored Oct 23, 2020
1 parent 3ae5eb8 commit 534ea66
Show file tree
Hide file tree
Showing 2 changed files with 267 additions and 313 deletions.
20 changes: 10 additions & 10 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@
},
"dependencies": {
"classnames": "^2.2.6",
"pwacompat": "^2.0.10",
"query-string": "^6.11.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"pwacompat": "^2.0.17",
"query-string": "^6.13.6",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"save-svg-as-png": "^1.4.17"
},
"devDependencies": {
"@types/classnames": "^2.2.10",
"@types/jest": "^25.1.4",
"@types/node": "^12.12.31",
"@types/react": "^16.9.25",
"@types/react-dom": "^16.9.5",
"react-scripts": "3.4.1",
"typescript": "^3.8.3"
"@types/jest": "^26.0.15",
"@types/node": "^14.14.2",
"@types/react": "^16.9.53",
"@types/react-dom": "^16.9.8",
"react-scripts": "3.4.4",
"typescript": "^4.0.3"
},
"eslintConfig": {
"extends": "react-app"
Expand Down
Loading

0 comments on commit 534ea66

Please sign in to comment.