File tree Expand file tree Collapse file tree 3 files changed +561
-702
lines changed
Expand file tree Collapse file tree 3 files changed +561
-702
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ checkout step for each job: &addWorkspace
1818default config for js : &js_defaults
1919 << : *defaults
2020 docker :
21- - image : circleci/node:12
21+ - image : circleci/node:14
2222
2323default config for macOS : &macos_defaults
2424 << : *defaults
Original file line number Diff line number Diff line change 7272 "@babel/preset-env" : " ^7.1.6" ,
7373 "@expo/webpack-config" : " ^0.16.0" ,
7474 "@react-native-community/eslint-config" : " ^3.0.0" ,
75- "@semantic-release/changelog" : " ^5 .0.1 " ,
76- "@semantic-release/git" : " 9 .0.0" ,
75+ "@semantic-release/changelog" : " ^6 .0.0 " ,
76+ "@semantic-release/git" : " ^10 .0.0" ,
7777 "@types/react" : " ^17.0.0" ,
7878 "@types/react-native" : " ^0.64.0" ,
7979 "concurrently" : " ^6.4.0" ,
9191 "react-native-web" : " ^0.17.0" ,
9292 "react-native-windows" : " ^0.64.0" ,
9393 "react-test-renderer" : " 17.0.1" ,
94- "semantic-release" : " ^17.4.6 " ,
94+ "semantic-release" : " ^19.0.0 " ,
9595 "typescript" : " ^4.5.0"
9696 },
97+ "resolutions" : {
98+ "npm/chalk" : " ^4.1.2"
99+ },
97100 "jest" : {
98101 "preset" : " react-native" ,
99102 "setupFiles" : [
You can’t perform that action at this time.
0 commit comments