Skip to content

Commit 428801f

Browse files
committed
chore(deps): upgrade Nitro
1 parent 12757ca commit 428801f

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

bun.lockb

-408 Bytes
Binary file not shown.

example/ios/Podfile.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,21 @@ PODS:
77
- hermes-engine (0.76.1):
88
- hermes-engine/Pre-built (= 0.76.1)
99
- hermes-engine/Pre-built (0.76.1)
10-
- NitroModules (0.16.2):
10+
- NitroModules (0.20.1):
1111
- DoubleConversion
1212
- glog
1313
- hermes-engine
1414
- RCT-Folly (= 2024.01.01.00)
1515
- RCTRequired
1616
- RCTTypeSafety
17+
- React-callinvoker
1718
- React-Core
1819
- React-debug
1920
- React-Fabric
2021
- React-featureflags
2122
- React-graphics
2223
- React-ImageManager
24+
- React-jsi
2325
- React-NativeModulesApple
2426
- React-RCTFabric
2527
- React-rendererdebug
@@ -1673,7 +1675,7 @@ DEPENDENCIES:
16731675
- fmt (from `../../node_modules/react-native/third-party-podspecs/fmt.podspec`)
16741676
- glog (from `../../node_modules/react-native/third-party-podspecs/glog.podspec`)
16751677
- hermes-engine (from `../../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec`)
1676-
- NitroModules (from `../node_modules/react-native-nitro-modules`)
1678+
- NitroModules (from `../../node_modules/react-native-nitro-modules`)
16771679
- RCT-Folly (from `../../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
16781680
- RCT-Folly/Fabric (from `../../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
16791681
- RCTDeprecation (from `../../node_modules/react-native/ReactApple/Libraries/RCTFoundation/RCTDeprecation`)
@@ -1756,7 +1758,7 @@ EXTERNAL SOURCES:
17561758
:podspec: "../../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec"
17571759
:tag: hermes-2024-09-09-RNv0.76.0-db6d12e202e15f7a446d8848d6ca8f7abb3cfb32
17581760
NitroModules:
1759-
:path: "../node_modules/react-native-nitro-modules"
1761+
:path: "../../node_modules/react-native-nitro-modules"
17601762
RCT-Folly:
17611763
:podspec: "../../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec"
17621764
RCTDeprecation:
@@ -1885,7 +1887,7 @@ SPEC CHECKSUMS:
18851887
fmt: 10c6e61f4be25dc963c36bd73fc7b1705fe975be
18861888
glog: 08b301085f15bcbb6ff8632a8ebaf239aae04e6a
18871889
hermes-engine: 46f1ffbf0297f4298862068dd4c274d4ac17a1fd
1888-
NitroModules: 9bb068aa9396f53e018dd41c30fbdd40165a846b
1890+
NitroModules: ff8680342cb7008646d8160ff9b30ba74c681c11
18891891
RCT-Folly: bf5c0376ffe4dd2cf438dcf86db385df9fdce648
18901892
RCTDeprecation: fde92935b3caa6cb65cbff9fbb7d3a9867ffb259
18911893
RCTRequired: 75c6cee42d21c1530a6f204ba32ff57335d19007

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"patch-package": "^8.0.0",
3232
"react": "18.3.1",
3333
"react-native": "0.76.1",
34-
"react-native-nitro-modules": "^0.18.1"
34+
"react-native-nitro-modules": "0.20.1"
3535
},
3636
"devDependencies": {
3737
"@babel/core": "^7.25.2",
@@ -57,7 +57,7 @@
5757
"eslint-config-prettier": "^9.1.0",
5858
"eslint-plugin-prettier": "^5.2.1",
5959
"jest": "^29.7.0",
60-
"nitro-codegen": "^0.17.0",
60+
"nitro-codegen": "0.20.1",
6161
"prettier": "^3.3.3",
6262
"release-it": "^17.10.0",
6363
"typescript": "~5.5.4",

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"peerDependencies": {
8080
"react": ">=17.0.0",
8181
"react-native": ">=0.74.0",
82-
"react-native-nitro-modules": ">=0.17.0"
82+
"react-native-nitro-modules": ">=0.20.1"
8383
},
8484
"resolutions": {
8585
"@types/react": "^18.2.44"

0 commit comments

Comments
 (0)