Skip to content

Commit

Permalink
Update dependency prettier to v2.5.1 (#3823)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Dec 16, 2021
1 parent c72e826 commit 8589da6
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"param-case": "3.0.4",
"pascalcase": "1.0.0",
"pluralize": "8.0.0",
"prettier": "2.4.1",
"prettier": "2.5.1",
"prisma": "3.6.0",
"prompts": "2.4.2",
"rimraf": "3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"jest": "27.3.1",
"jscodeshift": "0.13.0",
"node-fetch": "2.6.6",
"prettier": "2.4.1",
"prettier": "2.5.1",
"tasuku": "1.0.2",
"toml": "3.0.0",
"vscode-ripgrep": "1.12.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.27.1",
"eslint-plugin-react-hooks": "4.3.0",
"prettier": "2.4.1"
"prettier": "2.5.1"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"glob": "7.2.0",
"graphql": "16.1.0",
"kill-port": "1.6.1",
"prettier": "2.4.1",
"prettier": "2.5.1",
"rimraf": "3.0.2",
"string-env-interpolation": "1.0.1",
"toml": "3.0.0"
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5367,7 +5367,7 @@ __metadata:
param-case: 3.0.4
pascalcase: 1.0.0
pluralize: 8.0.0
prettier: 2.4.1
prettier: 2.5.1
prisma: 3.6.0
prompts: 2.4.2
rimraf: 3.0.2
Expand Down Expand Up @@ -5402,7 +5402,7 @@ __metadata:
jest: 27.3.1
jscodeshift: 0.13.0
node-fetch: 2.6.6
prettier: 2.4.1
prettier: 2.5.1
tasuku: 1.0.2
tempy: 1.0.1
toml: 3.0.0
Expand Down Expand Up @@ -5494,7 +5494,7 @@ __metadata:
eslint-plugin-react: 7.27.1
eslint-plugin-react-hooks: 4.3.0
jest: 27.3.1
prettier: 2.4.1
prettier: 2.5.1
typescript: 4.5.2
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -5589,7 +5589,7 @@ __metadata:
graphql-tag: 2.12.6
jest: 27.3.1
kill-port: 1.6.1
prettier: 2.4.1
prettier: 2.5.1
rimraf: 3.0.2
string-env-interpolation: 1.0.1
toml: 3.0.0
Expand Down Expand Up @@ -23406,12 +23406,12 @@ fsevents@^1.2.7:
languageName: node
linkType: hard

"prettier@npm:2.4.1, prettier@npm:^2.0.1, prettier@npm:^2.2.1":
version: 2.4.1
resolution: "prettier@npm:2.4.1"
"prettier@npm:2.5.1, prettier@npm:^2.0.1, prettier@npm:^2.2.1":
version: 2.5.1
resolution: "prettier@npm:2.5.1"
bin:
prettier: bin-prettier.js
checksum: eccb2c486117d6f8d171a8589924324056648ad2a798a5222fab2ef751aa47c6048792dff03ecadeaac4b7e0a5aef8ef64e413f43947d651022bc7f4480882f5
checksum: fa9750193b3fcdb4bd54ba4e57996d335de4cd492d277539b6ffb6d146c8b6d3c3dc264b75021914c99c91574643637f607da08ef4588ef30a7b78d14326f470
languageName: node
linkType: hard

Expand Down

0 comments on commit 8589da6

Please sign in to comment.