Skip to content

Commit 4876309

Browse files
committed
feat: bump React peer dependency to 17+ #742
- Update react peerDependency from >=16.8.0 to >=17.0.0 - Update react-dom peerDependency from >=16.8.0 to >=17.0.0 This ensures compatibility with modern React features and follows current React ecosystem standards.
1 parent 3a2a7ca commit 4876309

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"@codemirror/theme-one-dark": ">=6.0.0",
4040
"@codemirror/view": ">=6.0.0",
4141
"codemirror": ">=6.0.0",
42-
"react": ">=16.8.0",
43-
"react-dom": ">=16.8.0"
42+
"react": ">=17.0.0",
43+
"react-dom": ">=17.0.0"
4444
},
4545
"dependencies": {
4646
"@babel/runtime": "^7.18.6",

0 commit comments

Comments
 (0)