Skip to content

Commit d7a96c2

Browse files
author
Robert Jackson
committed
Update to prettier@2.
See https://prettier.io/blog/2020/03/21/2.0.0.html for details.
1 parent 66ebebf commit d7a96c2

2 files changed

Lines changed: 6 additions & 15 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"loader.js": "^4.7.0",
8888
"mocha": "^7.1.1",
8989
"module-name-inliner": "link:./tests/dummy/lib/module-name-inliner",
90-
"prettier": "^1.19.1",
90+
"prettier": "^2.0.4",
9191
"qunit-dom": "^0.9.2",
9292
"release-it": "^13.5.2",
9393
"release-it-lerna-changelog": "^1.0.3"

yarn.lock

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -122,16 +122,7 @@
122122
"@babel/traverse" "^7.8.3"
123123
"@babel/types" "^7.8.3"
124124

125-
"@babel/helper-function-name@^7.8.3":
126-
version "7.8.3"
127-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.8.3.tgz#eeeb665a01b1f11068e9fb86ad56a1cb1a824cca"
128-
integrity sha512-BCxgX1BC2hD/oBlIFUgOCQDOPV8nSINxCwM3o93xP4P9Fq6aV5sgv2cOOITDMtCfQ+3PvHp3l689XZvAM9QyOA==
129-
dependencies:
130-
"@babel/helper-get-function-arity" "^7.8.3"
131-
"@babel/template" "^7.8.3"
132-
"@babel/types" "^7.8.3"
133-
134-
"@babel/helper-function-name@^7.9.5":
125+
"@babel/helper-function-name@^7.8.3", "@babel/helper-function-name@^7.9.5":
135126
version "7.9.5"
136127
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.9.5.tgz#2b53820d35275120e1874a82e5aabe1376920a5c"
137128
integrity sha512-JVcQZeXM59Cd1qanDUxv9fgJpt3NeKUaqBqUEvfmQ+BCOKq2xUgaWZW2hr0dkbyJgezYuplEoh5knmrnS68efw==
@@ -8423,10 +8414,10 @@ prettier-linter-helpers@^1.0.0:
84238414
dependencies:
84248415
fast-diff "^1.1.2"
84258416

8426-
prettier@^1.19.1:
8427-
version "1.19.1"
8428-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb"
8429-
integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==
8417+
prettier@^2.0.4:
8418+
version "2.0.4"
8419+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.0.4.tgz#2d1bae173e355996ee355ec9830a7a1ee05457ef"
8420+
integrity sha512-SVJIQ51spzFDvh4fIbCLvciiDMCrRhlN3mbZvv/+ycjvmF5E73bKdGfU8QDLNmjYJf+lsGnDBC4UUnvTe5OO0w==
84308421

84318422
printf@^0.5.1:
84328423
version "0.5.2"

0 commit comments

Comments
 (0)