Skip to content

Commit 0d25e6d

Browse files
committed
chore: update package versions in README, yarn.lock, and example files
1 parent 374ada1 commit 0d25e6d

5 files changed

Lines changed: 12 additions & 20 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ yarn add react-native-enriched-markdown react-native-worklets remend
2828

2929
| Package | Version |
3030
| -------------------------------- | ----------------------------- |
31-
| `react-native-enriched-markdown` | `^0.4.0-nightly-*` |
31+
| `react-native-enriched-markdown` | `0.4.0` |
3232
| `react-native-worklets` | `0.8.0-bundle-mode-preview-2` |
33-
| `remend` | `^1.2.2` |
33+
| `remend` | `1.2.2` |
3434

3535
---
3636

example/ios/Podfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2566,7 +2566,7 @@ PODS:
25662566
- ReactCommon/turbomodule/core
25672567
- SocketRocket
25682568
- Yoga
2569-
- RNWorklets (0.8.0-bundle-mode-preview-1):
2569+
- RNWorklets (0.8.0-bundle-mode-preview-2):
25702570
- boost
25712571
- DoubleConversion
25722572
- fast_float
@@ -2593,10 +2593,10 @@ PODS:
25932593
- ReactCodegen
25942594
- ReactCommon/turbomodule/bridging
25952595
- ReactCommon/turbomodule/core
2596-
- RNWorklets/worklets (= 0.8.0-bundle-mode-preview-1)
2596+
- RNWorklets/worklets (= 0.8.0-bundle-mode-preview-2)
25972597
- SocketRocket
25982598
- Yoga
2599-
- RNWorklets/worklets (0.8.0-bundle-mode-preview-1):
2599+
- RNWorklets/worklets (0.8.0-bundle-mode-preview-2):
26002600
- boost
26012601
- DoubleConversion
26022602
- fast_float
@@ -2623,10 +2623,10 @@ PODS:
26232623
- ReactCodegen
26242624
- ReactCommon/turbomodule/bridging
26252625
- ReactCommon/turbomodule/core
2626-
- RNWorklets/worklets/apple (= 0.8.0-bundle-mode-preview-1)
2626+
- RNWorklets/worklets/apple (= 0.8.0-bundle-mode-preview-2)
26272627
- SocketRocket
26282628
- Yoga
2629-
- RNWorklets/worklets/apple (0.8.0-bundle-mode-preview-1):
2629+
- RNWorklets/worklets/apple (0.8.0-bundle-mode-preview-2):
26302630
- boost
26312631
- DoubleConversion
26322632
- fast_float
@@ -2990,10 +2990,10 @@ SPEC CHECKSUMS:
29902990
ReactCodegen: 11c08ff43a62009d48c71de000352e4515918801
29912991
ReactCommon: 424cc34cf5055d69a3dcf02f3436481afb8b0f6f
29922992
ReactNativeEnrichedMarkdown: 05c15b1ff42c2f2120fee759a36373a6229b0dc2
2993-
RNWorklets: 9edb9ad646ce8fe141cbc33dedb34aa61eac4726
2993+
RNWorklets: 1bd6dbd560d147937758d56a91ad083be2f35cf0
29942994
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
29952995
Yoga: 6ca93c8c13f56baeec55eb608577619b17a4d64e
29962996

29972997
PODFILE CHECKSUM: 9e4e62c5cde7380decd7f99194592e6482943d20
29982998

2999-
COCOAPODS: 1.15.2
2999+
COCOAPODS: 1.16.2

example/ios/StreamdownExample.xcodeproj/project.pbxproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -191,14 +191,10 @@
191191
inputFileListPaths = (
192192
"${PODS_ROOT}/Target Support Files/Pods-StreamdownExample/Pods-StreamdownExample-frameworks-${CONFIGURATION}-input-files.xcfilelist",
193193
);
194-
inputPaths = (
195-
);
196194
name = "[CP] Embed Pods Frameworks";
197195
outputFileListPaths = (
198196
"${PODS_ROOT}/Target Support Files/Pods-StreamdownExample/Pods-StreamdownExample-frameworks-${CONFIGURATION}-output-files.xcfilelist",
199197
);
200-
outputPaths = (
201-
);
202198
runOnlyForDeploymentPostprocessing = 0;
203199
shellPath = /bin/sh;
204200
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-StreamdownExample/Pods-StreamdownExample-frameworks.sh\"\n";
@@ -234,14 +230,10 @@
234230
inputFileListPaths = (
235231
"${PODS_ROOT}/Target Support Files/Pods-StreamdownExample/Pods-StreamdownExample-resources-${CONFIGURATION}-input-files.xcfilelist",
236232
);
237-
inputPaths = (
238-
);
239233
name = "[CP] Copy Pods Resources";
240234
outputFileListPaths = (
241235
"${PODS_ROOT}/Target Support Files/Pods-StreamdownExample/Pods-StreamdownExample-resources-${CONFIGURATION}-output-files.xcfilelist",
242236
);
243-
outputPaths = (
244-
);
245237
runOnlyForDeploymentPostprocessing = 0;
246238
shellPath = /bin/sh;
247239
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-StreamdownExample/Pods-StreamdownExample-resources.sh\"\n";

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"react-native-safe-area-context": "^5.7.0",
1717
"react-native-streamdown": "*",
1818
"react-native-worklets": "0.8.0-bundle-mode-preview-2",
19-
"remend": "^1.2.2"
19+
"remend": "1.2.2"
2020
},
2121
"devDependencies": {
2222
"@babel/core": "^7.25.2",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10708,7 +10708,7 @@ __metadata:
1070810708
react-native-safe-area-context: "npm:^5.7.0"
1070910709
react-native-streamdown: "npm:*"
1071010710
react-native-worklets: "npm:0.8.0-bundle-mode-preview-2"
10711-
remend: "npm:^1.2.2"
10711+
remend: "npm:1.2.2"
1071210712
languageName: unknown
1071310713
linkType: soft
1071410714

@@ -11029,7 +11029,7 @@ __metadata:
1102911029
languageName: node
1103011030
linkType: hard
1103111031

11032-
"remend@npm:1.2.2, remend@npm:^1.2.2":
11032+
"remend@npm:1.2.2":
1103311033
version: 1.2.2
1103411034
resolution: "remend@npm:1.2.2"
1103511035
checksum: 10c0/e5ff2a4d908114942507765b787e497853a3f58a81adb07f49502bb5e1b9ce492b977fe8cc5b00eb633cd9858b507ee0d0331bd3d667a30e3228ff2ef08332ca

0 commit comments

Comments
 (0)