Skip to content

Commit 0ab6fe7

Browse files
authored
feat: update react-popper to support react18 (#1437)
1 parent bf81a98 commit 0ab6fe7

File tree

3 files changed

+91
-22
lines changed

3 files changed

+91
-22
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
# testing
55
/coverage
6+
src/coverage
67
src/*/__stories__/*.visual.js
78
storybook-testing/__image_snapshots__/__diff_output__/*
89

package-lock.json

+87-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"react-foco": "^1.3.0",
6060
"react-focus-lock": "^2.5.2",
6161
"react-overlays": "^4.1.1",
62-
"react-popper": "^2.2.4",
62+
"react-popper": "^2.3.0",
6363
"react-required-if": "^1.0.3",
6464
"shortid": "^2.2.16",
6565
"tabbable": "^5.1.3"
@@ -145,8 +145,8 @@
145145
"webpack-merge": "^5.4.0"
146146
},
147147
"peerDependencies": {
148-
"react": "^16.8.0 || ^17.0.1",
149-
"react-dom": "^16.8.0 || ^17.0.1"
148+
"react": "^16.8.0 || ^17.0.1 || ^18",
149+
"react-dom": "^16.8.0 || ^17.0.1 || ^18"
150150
},
151151
"browserslist": [
152152
"last 2 versions",

0 commit comments

Comments
 (0)