Skip to content

Commit 390a21f

Browse files
committed
✨ feat: Nitro 0.20.1
1 parent e9302bd commit 390a21f

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

docs/docs/GETTING_STARTED.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Install [@baronha/react-native-multiple-image-picker](https://www.npmjs.com/pack
5050

5151
```bash
5252
yarn add @baronha/react-native-multiple-image-picker
53-
yarn add -D react-native-nitro-modules
53+
yarn add -D react-native-nitro-modules@0.20.1
5454
cd ios && pod install
5555
```
5656

@@ -60,7 +60,7 @@ cd ios && pod install
6060

6161
```bash
6262
npx expo install @baronha/react-native-multiple-image-picker
63-
npx expo install react-native-nitro-modules -- --dev
63+
npx expo install react-native-nitro-modules@0.20.1 -- --dev
6464
npx expo prebuild
6565
```
6666

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@
6464
"eslint": "^8.57.0",
6565
"eslint-config-prettier": "^9.1.0",
6666
"eslint-plugin-prettier": "^5.2.1",
67-
"nitro-codegen": "0.20.0",
67+
"nitro-codegen": "0.20.1",
6868
"prettier": "^3.3.3",
6969
"react": "^18.3.1",
7070
"react-native": "^0.75.2",
7171
"react-native-builder-bob": "^0.30.0",
72-
"react-native-nitro-modules": "0.20.0",
72+
"react-native-nitro-modules": "0.20.1",
7373
"typescript": "^5.5.4"
7474
},
7575
"peerDependencies": {

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -4590,13 +4590,13 @@ neo-async@^2.5.0:
45904590
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
45914591
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
45924592

4593-
4594-
version "0.20.0"
4595-
resolved "https://registry.yarnpkg.com/nitro-codegen/-/nitro-codegen-0.20.0.tgz#7fdc978ab4148c0899ddf134091f4151c601795b"
4596-
integrity sha512-MFPDb4AsY6r/PR6eTAONCoSmi2a9KivOHg3JfQiPa6jtY/mGNujAmYo0LK6UvaPSxkrP69J9tZMJ3ERWaeoCDg==
4593+
4594+
version "0.20.1"
4595+
resolved "https://registry.yarnpkg.com/nitro-codegen/-/nitro-codegen-0.20.1.tgz#dd1ff1a0e7a16d06a0263a8eb851a1571b9aa846"
4596+
integrity sha512-gFABTk5bl03C1oGzK+Up8m3169eUTCwNheLIvYU38pyGaNdJPJJMo0pK5aRhQ1CUP0Rc9kcKI2W6mNKN5tjgsw==
45974597
dependencies:
45984598
chalk "^5.3.0"
4599-
react-native-nitro-modules "^0.20.0"
4599+
react-native-nitro-modules "^0.20.1"
46004600
ts-morph "^24.0.0"
46014601
yargs "^17.7.2"
46024602
zod "^3.23.8"
@@ -5110,10 +5110,10 @@ react-native-builder-bob@^0.30.0:
51105110
which "^2.0.2"
51115111
yargs "^17.5.1"
51125112

5113-
[email protected].0, react-native-nitro-modules@^0.20.0:
5114-
version "0.20.0"
5115-
resolved "https://registry.yarnpkg.com/react-native-nitro-modules/-/react-native-nitro-modules-0.20.0.tgz#3c659d4c8cbc8038b1bf35af6475e77023e70ffa"
5116-
integrity sha512-u41SaGdQ/EQFuRLFPRQ+cbEemzsARmkElXErwZlXJhr2KYmVwQMrIYGe69NuMSyvHlw3JTl09SNugt3PXa2vEQ==
5113+
[email protected].1, react-native-nitro-modules@^0.20.1:
5114+
version "0.20.1"
5115+
resolved "https://registry.yarnpkg.com/react-native-nitro-modules/-/react-native-nitro-modules-0.20.1.tgz#99568818b90e364f1e08b5341a7868eca3762333"
5116+
integrity sha512-ffa8GbnLBs7irEx1ZCl7WdHzzA5uj4ngh7hIWbeUfBs8m2iAn+byowOJWHKmO+RA2hp9dVwTxHYSBOqIvTVvHA==
51175117

51185118
react-native@^0.75.2:
51195119
version "0.75.4"

0 commit comments

Comments
 (0)