Skip to content

Commit

Permalink
fix: put react-native-reanimated inside peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hancandice committed May 21, 2024
1 parent 152937a commit b6bb37f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 25 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@
},
"peerDependencies": {
"react": "*",
"react-native": "*"
"react-native": "*",
"react-native-reanimated": "^3.5.0"
},
"workspaces": [
"example"
Expand Down Expand Up @@ -155,8 +156,5 @@
}
]
]
},
"dependencies": {
"react-native-reanimated": "^3.5.0"
}
}
22 changes: 1 addition & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15432,35 +15432,15 @@ __metadata:
react: 18.2.0
react-native: 0.74.1
react-native-builder-bob: ^0.20.0
react-native-reanimated: ^3.5.0
release-it: ^15.0.0
typescript: ^5.2.2
peerDependencies:
react: "*"
react-native: "*"
react-native-reanimated: ^3.5.0
languageName: unknown
linkType: soft

"react-native-reanimated@npm:^3.5.0":
version: 3.11.0
resolution: "react-native-reanimated@npm:3.11.0"
dependencies:
"@babel/plugin-transform-arrow-functions": ^7.0.0-0
"@babel/plugin-transform-nullish-coalescing-operator": ^7.0.0-0
"@babel/plugin-transform-optional-chaining": ^7.0.0-0
"@babel/plugin-transform-shorthand-properties": ^7.0.0-0
"@babel/plugin-transform-template-literals": ^7.0.0-0
"@babel/preset-typescript": ^7.16.7
convert-source-map: ^2.0.0
invariant: ^2.2.4
peerDependencies:
"@babel/core": ^7.0.0-0
react: "*"
react-native: "*"
checksum: 5d0c6be5c9b6d933755e50895a1ec903100800a83b7b48fbc6a4242063f0de52a78f5af69d39da4241f6071a4416602f150c3a53e9a97d20880edb3612ffadbd
languageName: node
linkType: hard

"react-native-reanimated@npm:~3.10.1":
version: 3.10.1
resolution: "react-native-reanimated@npm:3.10.1"
Expand Down

0 comments on commit b6bb37f

Please sign in to comment.