Commit 40a3ae3 Dmitry Rykun
committed
1 parent 782e0bf commit 40a3ae3 Copy full SHA for 40a3ae3
File tree 4 files changed +8
-8
lines changed
packages/react-native-codegen
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 117
117
"use-subscription" : " >=1.0.0 <1.6.0" ,
118
118
"whatwg-fetch" : " ^3.0.0" ,
119
119
"ws" : " ^6.1.4" ,
120
- "react-native-codegen" : " ^0.0.17 "
120
+ "react-native-codegen" : " ^0.0.18 "
121
121
},
122
122
"devDependencies" : {
123
123
"flow-bin" : " ^0.170.0" ,
177
177
}
178
178
]
179
179
}
180
- }
180
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-codegen" ,
3
- "version" : " 0.0.17 " ,
3
+ "version" : " 0.0.18 " ,
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 42
42
"mkdirp" : " ^0.5.1" ,
43
43
"prettier" : " ^2.4.1" ,
44
44
"react" : " 17.0.2" ,
45
- "react-native-codegen" : " ^0.0.17 " ,
45
+ "react-native-codegen" : " ^0.0.18 " ,
46
46
"react-test-renderer" : " 17.0.2" ,
47
47
"shelljs" : " ^0.8.4" ,
48
48
"signedsource" : " ^1.0.0" ,
Original file line number Diff line number Diff line change @@ -5915,10 +5915,10 @@ react-native-codegen@*:
5915
5915
jscodeshift "^0.13.1"
5916
5916
nullthrows "^1.1.1"
5917
5917
5918
- react-native-codegen@^0.0.17 :
5919
- version "0.0.17 "
5920
- resolved "https://registry.yarnpkg.com/react-native-codegen/-/react-native-codegen-0.0.17 .tgz#83fb814d94061cbd46667f510d2ddba35ffb50ac "
5921
- integrity sha512-7GIEUmAemH9uWwB6iYXNNsPoPgH06pxzGRmdBzK98TgFBdYJZ7CBuZFPMe4jmHQTPOkQazKZ/w5O6/71JBixmw ==
5918
+ react-native-codegen@^0.0.18 :
5919
+ version "0.0.18 "
5920
+ resolved "https://registry.yarnpkg.com/react-native-codegen/-/react-native-codegen-0.0.18 .tgz#99d6623d65292e8ce3fdb1d133a358caaa2145e7 "
5921
+ integrity sha512-XPI9aVsFy3dvgDZvyGWrFnknNiyb22kg5nHgxa0vjWTH9ENLBgVRZt9A64xHZ8BYihH+gl0p/1JNOCIEUzRPBg ==
5922
5922
dependencies :
5923
5923
" @babel/parser" " ^7.14.0"
5924
5924
flow-parser "^0.121.0"
You can’t perform that action at this time.
0 commit comments