Skip to content

Commit 61f670f

Browse files
rbinksyclaudecraig-richardson-ck
authored
chore: update peer dependencies (#9)
* feat: update peer dependencies to support react-native-reanimated v4 and react-native-svg v15 - Updated react-native-reanimated from "^3.0.0" to "^3.0.0 || ^4.0.0" - Updated react-native-svg from "^14.0.0" to "^14.0.0 || ^15.0.0" This resolves peer dependency warnings when using newer versions of these packages while maintaining backward compatibility with existing versions. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * Update lockfile --------- Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Craig Richardson-Binks <craig.richardson@creditkarma.com>
1 parent c43485f commit 61f670f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
"peerDependencies": {
154154
"react": "*",
155155
"react-native": "*",
156-
"react-native-reanimated": "^3.0.0",
157-
"react-native-svg": "^14.0.0"
156+
"react-native-reanimated": "^3.0.0 || ^4.0.0",
157+
"react-native-svg": "^14.0.0 || ^15.0.0"
158158
}
159159
}

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12480,8 +12480,8 @@ __metadata:
1248012480
peerDependencies:
1248112481
react: "*"
1248212482
react-native: "*"
12483-
react-native-reanimated: ^3.0.0
12484-
react-native-svg: ^14.0.0
12483+
react-native-reanimated: ^3.0.0 || ^4.0.0
12484+
react-native-svg: ^14.0.0 || ^15.0.0
1248512485
languageName: unknown
1248612486
linkType: soft
1248712487

0 commit comments

Comments
 (0)