Skip to content

Commit 817acb2

Browse files
authoredMar 7, 2025
chore(📦): update peer dependencies (#3004)
1 parent a06420b commit 817acb2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎packages/skia/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@
7676
"licenseFilename": "LICENSE.md",
7777
"readmeFilename": "README.md",
7878
"peerDependencies": {
79-
"react": ">=18.0",
80-
"react-native": ">=0.64",
79+
"react": ">=18.0 <19.0.0",
80+
"react-native": ">=0.64 <0.78.0",
8181
"react-native-reanimated": ">=2.0.0"
8282
},
8383
"peerDependenciesMeta": {

‎yarn.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -4835,8 +4835,8 @@ __metadata:
48354835
typescript: ^5.2.2
48364836
ws: 8.18.0
48374837
peerDependencies:
4838-
react: ">=18.0"
4839-
react-native: ">=0.64"
4838+
react: ">=18.0 <19.0.0"
4839+
react-native: ">=0.64 <0.78.0"
48404840
react-native-reanimated: ">=2.0.0"
48414841
peerDependenciesMeta:
48424842
react-native:

0 commit comments

Comments
 (0)
Failed to load comments.