Skip to content

Commit

Permalink
feat: update react-popper to support react18 (#1437)
Browse files Browse the repository at this point in the history
  • Loading branch information
InfiniteXyy committed Sep 5, 2022
1 parent bf81a98 commit 0ab6fe7
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 22 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

# testing
/coverage
src/coverage
src/*/__stories__/*.visual.js
storybook-testing/__image_snapshots__/__diff_output__/*

Expand Down
106 changes: 87 additions & 19 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 @@ -59,7 +59,7 @@
"react-foco": "^1.3.0",
"react-focus-lock": "^2.5.2",
"react-overlays": "^4.1.1",
"react-popper": "^2.2.4",
"react-popper": "^2.3.0",
"react-required-if": "^1.0.3",
"shortid": "^2.2.16",
"tabbable": "^5.1.3"
Expand Down Expand Up @@ -145,8 +145,8 @@
"webpack-merge": "^5.4.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.1",
"react-dom": "^16.8.0 || ^17.0.1"
"react": "^16.8.0 || ^17.0.1 || ^18",
"react-dom": "^16.8.0 || ^17.0.1 || ^18"
},
"browserslist": [
"last 2 versions",
Expand Down

0 comments on commit 0ab6fe7

Please sign in to comment.