File tree Expand file tree Collapse file tree 3 files changed +674
-1138
lines changed Expand file tree Collapse file tree 3 files changed +674
-1138
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ emoji=true
32
32
esproposal.optional_chaining=enable
33
33
esproposal.nullish_coalescing=enable
34
34
35
+ exact_by_default=true
36
+
35
37
module.file_ext=.js
36
38
module.file_ext=.json
37
39
module.file_ext=.ios.js
Original file line number Diff line number Diff line change 34
34
"@callstack/eslint-config" : " ^10.0.0" ,
35
35
"@release-it/conventional-changelog" : " ^2.0.0" ,
36
36
"@testing-library/jest-native" : " ~3.4.3" ,
37
- "@types/react" : " ^16.9.34 " ,
37
+ "@types/react" : " ^17.0.0 " ,
38
38
"@types/react-native" : " ^0.63.0" ,
39
39
"@types/react-test-renderer" : " ^17.0.0" ,
40
40
"babel-jest" : " ^26.0.1" ,
41
41
"conventional-changelog-cli" : " ^2.0.11" ,
42
42
"dedent" : " ^0.7.0" ,
43
43
"eslint" : " ^7.0.0" ,
44
- "flow-bin" : " ^0.122 .0" ,
44
+ "flow-bin" : " ^0.137 .0" ,
45
45
"flow-copy-source" : " ^2.0.9" ,
46
46
"jest" : " ^26.0.1" ,
47
- "react" : " ^16.13 .1" ,
48
- "react-native" : " ^0.63 .0-rc.1" ,
49
- "react-test-renderer" : " ^16.13 .1" ,
47
+ "react" : " ^17.0 .1" ,
48
+ "react-native" : " ^0.64 .0-rc.1" ,
49
+ "react-test-renderer" : " ^17.0 .1" ,
50
50
"release-it" : " ^14.0.3" ,
51
51
"strip-ansi" : " ^6.0.0" ,
52
52
"typescript" : " ^4.0.2"
You can’t perform that action at this time.
0 commit comments