Skip to content

Commit

Permalink
deps: pin oldest react version
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoborges committed Dec 5, 2020
1 parent 36757ae commit 652bb6a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
24 changes: 13 additions & 11 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"microbundle-crl": "^0.13.11",
"npm-run-all": "^4.1.5",
"prettier": "^2.2.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "^4.0.1",
"typescript": "^4.1.2"
},
Expand Down

0 comments on commit 652bb6a

Please sign in to comment.