Skip to content

Commit 4dce29a

Browse files
smoores-devtilgovi
authored andcommitted
Mark as incompatible with React 19 (#151)
1 parent c69cf94 commit 4dce29a

File tree

4 files changed

+58
-4
lines changed

4 files changed

+58
-4
lines changed

.yarn/versions/66237fe9.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
releases:
2+
"@nytimes/react-prosemirror": prerelease

docs/assets/index-jZ5wdX2i.js

Lines changed: 52 additions & 0 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
@@ -84,8 +84,8 @@
8484
"prosemirror-model": "^1.0.0",
8585
"prosemirror-state": "^1.0.0",
8686
"prosemirror-view": "^1.0.0",
87-
"react": ">=16.8",
88-
"react-dom": ">=16.8"
87+
"react": "17 - 19",
88+
"react-dom": "17 - 19"
8989
},
9090
"packageManager": "yarn@3.4.1",
9191
"engines": {

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1263,8 +1263,8 @@ __metadata:
12631263
prosemirror-model: ^1.0.0
12641264
prosemirror-state: ^1.0.0
12651265
prosemirror-view: ^1.0.0
1266-
react: ">=16.8"
1267-
react-dom: ">=16.8"
1266+
react: 17 - 19
1267+
react-dom: 17 - 19
12681268
languageName: unknown
12691269
linkType: soft
12701270

0 commit comments

Comments
 (0)