Skip to content

Commit

Permalink
Bump react from 16.14.0 to 17.0.0 (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored Oct 22, 2020
1 parent f4419ba commit 7aa9698
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ jobs:
- node_js: 12
name: Check code style
script: npm run test:lint
- node_js: 12
name: Test with React 16
before_script: npm install react@16 react-dom@16 react-test-renderer@16
script: npm run test:mocha
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "ROLLUP=1 rollup -c",
"test:lint": "eslint --cache .",
"test:mocha": "TESTS=1 mocha --require @babel/register",
"test": "npm run lint && npm run test:mocha",
"test": "npm run test:lint && npm run test:mocha",
"docs": "prop-types-table src/index.js | md-insert README.md --header Props -i",
"example": "npm install && cd example && npm install"
},
Expand All @@ -35,7 +35,7 @@
"prop-types": "^15.5.10"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0 || ^16.0.0"
"react": "^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
Expand All @@ -55,9 +55,9 @@
"mocha": "^8.0.1",
"prop-types-table": "^1.0.0",
"proxyquire": "^2.0.1",
"react": "^16.5.0",
"react-dom": "^16.5.0",
"react-test-renderer": "^16.5.0",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-test-renderer": "^17.0.0",
"rollup": "^2.0.2"
},
"greenkeeper": {
Expand Down

0 comments on commit 7aa9698

Please sign in to comment.