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
3
3
jobs :
4
4
analyse :
5
5
docker :
6
- - image : circleci /node:10
6
+ - image : cimg /node:current
7
7
steps :
8
8
- checkout
9
9
- restore_cache :
Original file line number Diff line number Diff line change 40
40
"eslint" : " ^8.19.0" ,
41
41
"flow-bin" : " 0.214.0" ,
42
42
"metro-react-native-babel-preset" : " 0.77.0" ,
43
+ "prettier" : " ^3.0.2" ,
43
44
"react" : " 18.2.0" ,
44
45
"react-native" : " 0.72.3" ,
45
46
"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:
4638
4638
dependencies :
4639
4639
fast-diff "^1.1.2"
4640
4640
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
+
4641
4646
pretty-format@^26.5.2, pretty-format@^26.6.2 :
4642
4647
version "26.6.2"
4643
4648
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