Skip to content

Commit

Permalink
fix(deps): update dependency prettier to v2.8.7 (#7908)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and jtoar committed Mar 25, 2023
1 parent fe2f0f9 commit cf6dd8f
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/cli-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"listr2": "5.0.8",
"lodash.memoize": "4.1.2",
"pascalcase": "1.0.0",
"prettier": "2.8.6",
"prettier": "2.8.7",
"prompts": "2.4.2",
"terminal-link": "2.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"pascalcase": "1.0.0",
"pluralize": "8.0.0",
"portfinder": "1.0.32",
"prettier": "2.8.6",
"prettier": "2.8.7",
"prisma": "4.11.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 @@ -38,7 +38,7 @@
"findup-sync": "5.0.0",
"jest": "29.4.2",
"jscodeshift": "0.14.0",
"prettier": "2.8.6",
"prettier": "2.8.7",
"tasuku": "2.0.1",
"typescript": "4.9.5",
"yargs": "17.7.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 @@ -29,7 +29,7 @@
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"prettier": "2.8.6"
"prettier": "2.8.7"
},
"devDependencies": {
"@babel/cli": "7.21.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"fs-extra": "11.1.1",
"graphql": "16.6.0",
"kill-port": "1.6.1",
"prettier": "2.8.6",
"prettier": "2.8.7",
"rimraf": "3.0.2",
"string-env-interpolation": "1.0.1",
"systeminformation": "5.17.12",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6748,7 +6748,7 @@ __metadata:
listr2: 5.0.8
lodash.memoize: 4.1.2
pascalcase: 1.0.0
prettier: 2.8.6
prettier: 2.8.7
prompts: 2.4.2
terminal-link: 2.1.1
typescript: 4.9.5
Expand Down Expand Up @@ -6795,7 +6795,7 @@ __metadata:
pascalcase: 1.0.0
pluralize: 8.0.0
portfinder: 1.0.32
prettier: 2.8.6
prettier: 2.8.7
prisma: 4.11.0
prompts: 2.4.2
rimraf: 3.0.2
Expand Down Expand Up @@ -6839,7 +6839,7 @@ __metadata:
fs-extra: 11.1.1
jest: 29.4.2
jscodeshift: 0.14.0
prettier: 2.8.6
prettier: 2.8.7
tasuku: 2.0.1
tempy: 1.0.1
typescript: 4.9.5
Expand Down Expand Up @@ -6946,7 +6946,7 @@ __metadata:
eslint-plugin-react: 7.32.2
eslint-plugin-react-hooks: 4.6.0
jest: 29.4.2
prettier: 2.8.6
prettier: 2.8.7
typescript: 4.9.5
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -7059,7 +7059,7 @@ __metadata:
graphql-tag: 2.12.6
jest: 29.4.2
kill-port: 1.6.1
prettier: 2.8.6
prettier: 2.8.7
rimraf: 3.0.2
string-env-interpolation: 1.0.1
systeminformation: 5.17.12
Expand Down Expand Up @@ -26037,12 +26037,12 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:2.8.6, prettier@npm:^2.6.2, prettier@npm:^2.8.3":
version: 2.8.6
resolution: "prettier@npm:2.8.6"
"prettier@npm:2.8.7, prettier@npm:^2.6.2, prettier@npm:^2.8.3":
version: 2.8.7
resolution: "prettier@npm:2.8.7"
bin:
prettier: bin-prettier.js
checksum: 64d27fcf1923b6119ee279bb01bfcf4e232bce87ed49d431366f9aff1f601ced8ef83ada45d90e19a2cb61b6d2af1de2e748d15f56a9ac8fd40995cad82695a8
checksum: 84c5b62f7d4909ae5b18b1a4cee67f6a30a548244c8919e67158dee1453f4fa4ff4d291c6f2e41e21d443a0c405f03ec27690502d4ad90c3a7c59bcaf38b51ba
languageName: node
linkType: hard

Expand Down

0 comments on commit cf6dd8f

Please sign in to comment.