File tree 4 files changed +15
-10
lines changed
packages/react-native-codegen 4 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 128
128
"use-sync-external-store" : " ^1.0.0" ,
129
129
"whatwg-fetch" : " ^3.0.0" ,
130
130
"ws" : " ^6.1.4" ,
131
- "react-native-codegen" : " ^0.70.4 "
131
+ "react-native-codegen" : " ^0.70.5 "
132
132
},
133
133
"devDependencies" : {
134
134
"flow-bin" : " ^0.182.0" ,
191
191
}
192
192
]
193
193
}
194
- }
194
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-codegen" ,
3
- "version" : " 0.70.4 " ,
3
+ "version" : " 0.70.5 " ,
4
4
"description" : " ⚛️ Code generation tools for React Native" ,
5
5
"homepage" : " https://github.com/facebook/react-native/tree/HEAD/packages/react-native-codegen" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 44
44
"mkdirp" : " ^0.5.1" ,
45
45
"prettier" : " ^2.4.1" ,
46
46
"react" : " 18.1.0" ,
47
- "react-native-codegen" : " ^0.70.4 " ,
47
+ "react-native-codegen" : " ^0.70.5 " ,
48
48
"react-test-renderer" : " 18.1.0" ,
49
49
"shelljs" : " ^0.8.5" ,
50
50
"signedsource" : " ^1.0.0" ,
Original file line number Diff line number Diff line change @@ -5335,11 +5335,6 @@ mkdirp@^0.5.1:
5335
5335
dependencies :
5336
5336
minimist "0.0.8"
5337
5337
5338
- mock-fs@^5.1.4 :
5339
- version "5.1.4"
5340
- resolved "https://registry.yarnpkg.com/mock-fs/-/mock-fs-5.1.4.tgz#d64dc37b2793613ca7148b510b1167b5b8afb6b8"
5341
- integrity sha512-sudhLjCjX37qWIcAlIv1OnAxB2wI4EmXByVuUjILh1rKGNGpGU8GNnzw+EAbrhdpBe0TL/KONbK1y3RXZk8SxQ==
5342
-
5343
5338
ms@2.0.0 :
5344
5339
version "2.0.0"
5345
5340
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
@@ -5965,7 +5960,7 @@ react-is@^17.0.1:
5965
5960
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
5966
5961
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
5967
5962
5968
- react-native-codegen@*, react-native-codegen@^0.70.4 :
5963
+ react-native-codegen@* :
5969
5964
version "0.70.4"
5970
5965
resolved "https://registry.yarnpkg.com/react-native-codegen/-/react-native-codegen-0.70.4.tgz#10a02cd9a3e9ead922305c13b9940a048b69d165"
5971
5966
integrity sha512-bPyd5jm840omfx24VRyMP+KPzAefpRDwE18w5ywMWHCWZBSqLn1qI9WgBPnavlIrjTEuzxznWQNcaA26lw8AMQ==
@@ -5975,6 +5970,16 @@ react-native-codegen@*, react-native-codegen@^0.70.4:
5975
5970
jscodeshift "^0.13.1"
5976
5971
nullthrows "^1.1.1"
5977
5972
5973
+ react-native-codegen@^0.70.5 :
5974
+ version "0.70.5"
5975
+ resolved "https://registry.yarnpkg.com/react-native-codegen/-/react-native-codegen-0.70.5.tgz#afcfec394fc9357d870452eace5c7550e6ac403f"
5976
+ integrity sha512-vXqgCWWIWlzsCtwD6hbmwmCleGNJYm+n4xO9VMfzzlF3xt9gjC7/USSMTf/YZlCK/hDwQU412QrNS6A9OH+mag==
5977
+ dependencies :
5978
+ " @babel/parser" " ^7.14.0"
5979
+ flow-parser "^0.121.0"
5980
+ jscodeshift "^0.13.1"
5981
+ nullthrows "^1.1.1"
5982
+
5978
5983
react-native-gradle-plugin@^0.70.2 :
5979
5984
version "0.70.2"
5980
5985
resolved "https://registry.yarnpkg.com/react-native-gradle-plugin/-/react-native-gradle-plugin-0.70.2.tgz#b5130f2c196e27c4c5912706503d69b8790f1937"
You can’t perform that action at this time.
0 commit comments