Skip to content

Commit

Permalink
support react 17 and switch to min node 12 (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Shwery authored Jul 29, 2021
1 parent 9255d84 commit 94605fb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
test:
docker:
- image: circleci/node:10.18
- image: circleci/node:12
steps:
- checkout

Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.18
12
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"sideEffects": false,
"engines": {
"node": ">=10.18"
"node": ">=12"
},
"scripts": {
"test": "xo && nyc ava",
Expand All @@ -40,7 +40,7 @@
"prop-types": "^15.7.2"
},
"peerDependencies": {
"react": "^16.0.0"
"react": "^16.0.0 || ^17.0.0"
},
"devDependencies": {
"@babel/core": "^7.4.4",
Expand Down

0 comments on commit 94605fb

Please sign in to comment.