Skip to content

Commit 46b7048

Browse files
committed
chore(deps): upgrade to nitro 0.17.0
1 parent 08f7c73 commit 46b7048

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bun.lockb

960 Bytes
Binary file not shown.

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.16.1"
34+
"react-native-nitro-modules": "^0.17.0"
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.16.1",
60+
"nitro-codegen": "^0.17.0",
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": "*"
82+
"react-native-nitro-modules": ">=0.17.0"
8383
},
8484
"resolutions": {
8585
"@types/react": "^18.2.44"

0 commit comments

Comments
 (0)