File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -388,7 +388,7 @@ brew install prettier
388
388
To install [` prettier` ][] using Node’s package manager [npm](https://www.npmjs.com) you can use the command below
389
389
390
390
` ` ` sh
391
- npm install --global prettier@1.18.2
391
+ npm install --global prettier@1.19.1
392
392
` ` `
393
393
394
394
.
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ cd "$SOURCE" || {
16
16
PRETTIER=" $( which prettier) "
17
17
18
18
if [ -z " ${PRETTIER} " ]; then
19
- printf 2>&1 ' Please install `prettier` (npm install --global prettier@1.18.2 )\n'
19
+ printf 2>&1 ' Please install `prettier` (npm install --global prettier@1.19.1 )\n'
20
20
exit 1
21
21
fi
22
22
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ RUN mkdir -p ${GTEST_ROOT} \
76
76
&& rm gtest.tar.gz
77
77
78
78
# Prettier
79
- RUN npm install --global prettier@1.18.2
79
+ RUN npm install --global prettier@1.19.1
80
80
81
81
# hyperfine
82
82
ARG HYPERFINE_VERSION=1.5.0
You can’t perform that action at this time.
0 commit comments