Skip to content

Commit 6f64e35

Browse files
committed
chore: remove worklets peer dep for broader compat
1 parent 8240260 commit 6f64e35

File tree

4 files changed

+16
-8
lines changed

4 files changed

+16
-8
lines changed

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- AnimatedObserver (0.2.0):
2+
- AnimatedObserver (0.2.3):
33
- boost
44
- DoubleConversion
55
- fast_float
@@ -2789,7 +2789,7 @@ EXTERNAL SOURCES:
27892789
:path: "../node_modules/react-native/ReactCommon/yoga"
27902790

27912791
SPEC CHECKSUMS:
2792-
AnimatedObserver: 6303ec1cf6156d60d8b5865b8ac3e6aa3918b132
2792+
AnimatedObserver: 20a6cc24fc114c3afbdf8387d28599bfa441334f
27932793
boost: 7e761d76ca2ce687f7cc98e698152abd03a18f90
27942794
DoubleConversion: cb417026b2400c8f53ae97020b2be961b59470cb
27952795
fast_float: b32c788ed9c6a8c584d114d0047beda9664e7cc6

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@react-native/typescript-config": "0.81.1",
3030
"@types/react": "^19.1.12",
3131
"react-native-builder-bob": "^0.40.13",
32-
"react-native-monorepo-config": "^0.1.9"
32+
"react-native-monorepo-config": "^0.1.10"
3333
},
3434
"engines": {
3535
"node": ">=18"

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@
8484
"peerDependencies": {
8585
"react": "*",
8686
"react-native": "*",
87-
"react-native-reanimated": "*",
88-
"react-native-worklets": "*"
87+
"react-native-reanimated": "*"
8988
},
9089
"workspaces": [
9190
"example"

yarn.lock

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9152,7 +9152,7 @@ __metadata:
91529152
react-native: 0.81.1
91539153
react-native-animated-observer: "workspace:*"
91549154
react-native-builder-bob: ^0.40.13
9155-
react-native-monorepo-config: ^0.1.9
9155+
react-native-monorepo-config: ^0.1.10
91569156
react-native-reanimated: ^4.1.0
91579157
react-native-safe-area-context: ^5.6.1
91589158
react-native-worklets: ^0.5.0
@@ -9188,7 +9188,6 @@ __metadata:
91889188
react: "*"
91899189
react-native: "*"
91909190
react-native-reanimated: "*"
9191-
react-native-worklets: "*"
91929191
languageName: unknown
91939192
linkType: soft
91949193

@@ -9234,7 +9233,17 @@ __metadata:
92349233
languageName: node
92359234
linkType: hard
92369235

9237-
"react-native-monorepo-config@npm:^0.1.8, react-native-monorepo-config@npm:^0.1.9":
9236+
"react-native-monorepo-config@npm:^0.1.10":
9237+
version: 0.1.10
9238+
resolution: "react-native-monorepo-config@npm:0.1.10"
9239+
dependencies:
9240+
escape-string-regexp: ^5.0.0
9241+
fast-glob: ^3.3.3
9242+
checksum: 9b1c6fefb4d67e4a9f3f11554d33072c2112f56d578b8e9b68becc3457383e4f487f31af00d9e85cd43f0b23996c1b22e10cbec57e80c3fb2e4557a0e3db176d
9243+
languageName: node
9244+
linkType: hard
9245+
9246+
"react-native-monorepo-config@npm:^0.1.8":
92389247
version: 0.1.9
92399248
resolution: "react-native-monorepo-config@npm:0.1.9"
92409249
dependencies:

0 commit comments

Comments
 (0)