Skip to content

Commit

Permalink
fix(tabs): update react to 16.8 for hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
julienbirgand committed May 28, 2020
1 parent 369ac0a commit 7170737
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 54 deletions.
85 changes: 36 additions & 49 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,14 +130,14 @@
"pug-lint": "2.4.0",
"pug-loader": "2.4.0",
"raw-loader": "0.5.1",
"react": "^16.7.0",
"react": "^16.8.0",
"react-addons-test-utils": "^15.5.1",
"react-dom": "^16.7.0",
"react-dom": "^16.8.0",
"react-frame-component": "1.0.3",
"react-router-dom": "4.1.0",
"react-scripts": "^1.1.5",
"react-syntax-highlighter": "^7.0.4",
"react-test-renderer": "^16.7.0",
"react-test-renderer": "^16.8.0",
"react-transition-group": "~2.3.1",
"recompose": "^0.30.0",
"require-dir": "0.3.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"prepare": "node ../../scripts/prepare.js"
},
"peerDependencies": {
"react": "^16.4.1",
"react-dom": "^16.4.1"
"react": "^16.8.0",
"react-dom": "^16.8.0"
},
"dependencies": {
"@axa-fr/react-toolkit-core": "^1.3.12",
Expand Down

0 comments on commit 7170737

Please sign in to comment.