Skip to content

Commit

Permalink
chore: upgrade prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
sranka committed Jul 11, 2022
1 parent 9c14024 commit 9808d05
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"dependencies": {
"@microsoft/api-documenter": "^7.13.34",
"gh-pages": "^3.1.0",
"lerna": "^4.0.0",
"prettier": "^1.19.1",
"lerna": "^5.0.0",
"prettier": "^2.7.1",
"rimraf": "^3.0.0"
},
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/apis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"eslint-plugin-tsdoc": "^0.2.16",
"mocha": "^6.2.2",
"nock": "^11.7.0",
"prettier": "^1.19.1",
"prettier": "^2.7.1",
"rimraf": "^3.0.0",
"rollup": "^2.33.3",
"rollup-plugin-dts": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"mocha-junit-reporter": "^1.23.1",
"nock": "^11.7.0",
"nyc": "^15.1.0",
"prettier": "^1.19.1",
"prettier": "^2.7.1",
"rimraf": "^3.0.0",
"rollup": "^2.33.3",
"rollup-plugin-dts": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/giraffe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"mocha-junit-reporter": "^1.23.1",
"nock": "^11.7.0",
"nyc": "^15.1.0",
"prettier": "^1.19.1",
"prettier": "^2.7.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rimraf": "^3.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5216,10 +5216,10 @@ prettier-linter-helpers@^1.0.0:
dependencies:
fast-diff "^1.1.2"

prettier@^1.19.1:
version "1.19.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb"
integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==
prettier@^2.7.1:
version "2.7.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64"
integrity sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==

process-nextick-args@~2.0.0:
version "2.0.1"
Expand Down

0 comments on commit 9808d05

Please sign in to comment.