Skip to content

Commit b977ee8

Browse files
committed
upgrade package.json
1 parent 057e565 commit b977ee8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rescript/react",
3-
"version": "0.10.3",
3+
"version": "0.11.0",
44
"description": "React bindings for ReScript",
55
"files": [
66
"README.md",
@@ -29,14 +29,14 @@
2929
"homepage": "https://rescript-lang.org/docs/react/latest/introduction",
3030
"devDependencies": {
3131
"jest": "^26.0.1",
32-
"react": "^16.8.1",
33-
"react-dom": "^16.8.1",
32+
"react": "^18.2.0",
33+
"react-dom": "^18.2.0",
3434
"reason-test-framework": "^0.3.2",
35-
"rescript": "^9.1.4"
35+
"rescript": "^10"
3636
},
3737
"peerDependencies": {
38-
"react": ">=16.8.1",
39-
"react-dom": ">=16.8.1"
38+
"react": ">=18.2.0",
39+
"react-dom": ">=18.2.0"
4040
},
4141
"jest": {
4242
"moduleDirectories": [
@@ -52,4 +52,4 @@
5252
"node_modules/(?!(bs-platform|reason-react|reason-react-compat|reason-react-update|bs-webapi|bs-css|bs-css-emotion|reason-test-framework)/)"
5353
]
5454
}
55-
}
55+
}

0 commit comments

Comments
 (0)