File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 2.1
33jobs :
44 analyse :
55 docker :
6- - image : circleci /node:10
6+ - image : cimg /node:current
77 steps :
88 - checkout
99 - restore_cache :
Original file line number Diff line number Diff line change 4040 "eslint" : " ^8.19.0" ,
4141 "flow-bin" : " 0.214.0" ,
4242 "metro-react-native-babel-preset" : " 0.77.0" ,
43+ "prettier" : " ^3.0.2" ,
4344 "react" : " 18.2.0" ,
4445 "react-native" : " 0.72.3" ,
4546 "react-native-gesture-handler" : " 2.12.1" ,
Original file line number Diff line number Diff line change @@ -4638,6 +4638,11 @@ prettier-linter-helpers@^1.0.0:
46384638 dependencies :
46394639 fast-diff "^1.1.2"
46404640
4641+ prettier@^3.0.2 :
4642+ version "3.0.2"
4643+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.2.tgz#78fcecd6d870551aa5547437cdae39d4701dca5b"
4644+ integrity sha512-o2YR9qtniXvwEZlOKbveKfDQVyqxbEIWn48Z8m3ZJjBjcCmUy3xZGIv+7AkaeuaTr6yPXJjwv07ZWlsWbEy1rQ==
4645+
46414646pretty-format@^26.5.2, pretty-format@^26.6.2 :
46424647 version "26.6.2"
46434648 resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-26.6.2.tgz#e35c2705f14cb7fe2fe94fa078345b444120fc93"
You can’t perform that action at this time.
0 commit comments