Skip to content

Commit 0298d08

Browse files
committed
chore: added dev dependencies
1 parent 6dfa93e commit 0298d08

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@
8080
"react": "18.3.1",
8181
"react-native": "0.76.9",
8282
"react-native-builder-bob": "^0.40.6",
83+
"react-native-reanimated": "^3.17.5",
84+
"react-native-svg": "^15.12.0",
8385
"release-it": "^17.10.0",
8486
"typescript": "^5.2.2"
8587
},

yarn.lock

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12473,6 +12473,8 @@ __metadata:
1247312473
react: 18.3.1
1247412474
react-native: 0.76.9
1247512475
react-native-builder-bob: ^0.40.6
12476+
react-native-reanimated: ^3.17.5
12477+
react-native-svg: ^15.12.0
1247612478
release-it: ^17.10.0
1247712479
typescript: ^5.2.2
1247812480
peerDependencies:
@@ -12496,6 +12498,16 @@ __metadata:
1249612498
languageName: node
1249712499
linkType: hard
1249812500

12501+
"react-native-is-edge-to-edge@npm:1.1.7":
12502+
version: 1.1.7
12503+
resolution: "react-native-is-edge-to-edge@npm:1.1.7"
12504+
peerDependencies:
12505+
react: "*"
12506+
react-native: "*"
12507+
checksum: 4cdf2b2fb5b131f2015c26d2cb7688b4a0c5f3c8474b1bf0ddfa9eabb0263df440c87262ae8f812a6ecab0d5310df0373bddad4b51f53dabb2ffee01e9ef0f44
12508+
languageName: node
12509+
linkType: hard
12510+
1249912511
"react-native-is-edge-to-edge@npm:^1.1.6":
1250012512
version: 1.2.1
1250112513
resolution: "react-native-is-edge-to-edge@npm:1.2.1"
@@ -12516,6 +12528,30 @@ __metadata:
1251612528
languageName: node
1251712529
linkType: hard
1251812530

12531+
"react-native-reanimated@npm:^3.17.5":
12532+
version: 3.19.0
12533+
resolution: "react-native-reanimated@npm:3.19.0"
12534+
dependencies:
12535+
"@babel/plugin-transform-arrow-functions": ^7.0.0-0
12536+
"@babel/plugin-transform-class-properties": ^7.0.0-0
12537+
"@babel/plugin-transform-classes": ^7.0.0-0
12538+
"@babel/plugin-transform-nullish-coalescing-operator": ^7.0.0-0
12539+
"@babel/plugin-transform-optional-chaining": ^7.0.0-0
12540+
"@babel/plugin-transform-shorthand-properties": ^7.0.0-0
12541+
"@babel/plugin-transform-template-literals": ^7.0.0-0
12542+
"@babel/plugin-transform-unicode-regex": ^7.0.0-0
12543+
"@babel/preset-typescript": ^7.16.7
12544+
convert-source-map: ^2.0.0
12545+
invariant: ^2.2.4
12546+
react-native-is-edge-to-edge: 1.1.7
12547+
peerDependencies:
12548+
"@babel/core": ^7.0.0-0
12549+
react: "*"
12550+
react-native: "*"
12551+
checksum: 5e3b298f1b94deb88f2d4ec8283808158ae2bef0cbb120b9a3232ad98a183fb472232de4c5bdd4652848fba9b9919a6a06a727650345494ff53764e6cea52133
12552+
languageName: node
12553+
linkType: hard
12554+
1251912555
"react-native-reanimated@npm:~3.16.1":
1252012556
version: 3.16.7
1252112557
resolution: "react-native-reanimated@npm:3.16.7"

0 commit comments

Comments
 (0)