Skip to content

Commit 7aef751

Browse files
authored
Relax React version requirement to v18.0.0+ (rescript-lang#62)
1 parent ecfaa47 commit 7aef751

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

3-
## master
3+
## 0.11.0-alpha.2
4+
5+
- Relax React version requirement to v18.0.0+.
46

57
## 0.11.0-alpha.1
68

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ If you want to try build your project with JSX v3, see [the V3 compatibility mod
4444
- v0.11.0+
4545

4646
- ReScript Compiler v10.1+
47-
- ReactJS v18.2.0+
47+
- ReactJS v18.0.0+
4848

4949
- v0.10.3
5050

package-lock.json

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

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"rescript": "^10.1.0-alpha.2"
3434
},
3535
"peerDependencies": {
36-
"react": ">=18.2.0",
37-
"react-dom": ">=18.2.0"
36+
"react": ">=18.0.0",
37+
"react-dom": ">=18.0.0"
3838
}
3939
}

0 commit comments

Comments
 (0)