File tree Expand file tree Collapse file tree 3 files changed +184
-196
lines changed
Expand file tree Collapse file tree 3 files changed +184
-196
lines changed Original file line number Diff line number Diff line change 1818
1919 - uses : actions/setup-node@v3
2020 with :
21- node-version : 16. 18
21+ node-version : 18
2222 cache : " yarn"
2323 registry-url : https://registry.npmjs.org/
2424
Original file line number Diff line number Diff line change 3535 " packages/*"
3636 ],
3737 "resolutions" : {
38- "react-native-gesture-handler" : " ~2.12.0"
38+ "react-native-gesture-handler" : " ~2.12.0" ,
39+ "prop-types" : " ^15.8.1"
3940 },
4041 "devDependencies" : {
4142 "@babel/cli" : " ^7.21.5" ,
5758 "jest-expo" : " ^49.0.0" ,
5859 "json-server" : " ^0.16.3" ,
5960 "lerna" : " ^5.6.2" ,
60- "lint-staged" : " >=13 " ,
61+ "lint-staged" : " >=15 " ,
6162 "node-fetch" : " ^2.6.1" ,
6263 "patch-package" : " ^6.4.7" ,
6364 "postinstall-postinstall" : " ^2.1.0" ,
134135 "node" : " 16"
135136 },
136137 "engines" : {
137- "node" : " 16 .x"
138+ "node" : " 18 .x"
138139 }
139140}
You can’t perform that action at this time.
0 commit comments