Skip to content

Commit f3c198c

Browse files
authored
allow react 19 in peer deps (#32)
1 parent e1ea29b commit f3c198c

File tree

2 files changed

+11
-17
lines changed

2 files changed

+11
-17
lines changed

package-lock.json

Lines changed: 9 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
},
5858
"peerDependencies": {
5959
"@asciidoctor/core": "^3.0.0",
60-
"react": "^18.0.0",
61-
"react-dom": "^18.0.0"
60+
"react": ">=18.0.0",
61+
"react-dom": ">=18.0.0"
6262
},
6363
"auto": {
6464
"plugins": [

0 commit comments

Comments
 (0)