Skip to content

Commit

Permalink
fix(deps): update dependency prettier to v2.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 20, 2023
1 parent a231b32 commit 52ddd25
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.4",
"prettier": "2.8.5",
"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 @@ -59,7 +59,7 @@
"pascalcase": "1.0.0",
"pluralize": "8.0.0",
"portfinder": "1.0.32",
"prettier": "2.8.4",
"prettier": "2.8.5",
"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 @@ -39,7 +39,7 @@
"graphql": "16.6.0",
"jest": "29.5.0",
"jscodeshift": "0.14.0",
"prettier": "2.8.4",
"prettier": "2.8.5",
"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 @@ -28,7 +28,7 @@
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"prettier": "2.8.4"
"prettier": "2.8.5"
},
"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.0",
"graphql": "16.6.0",
"kill-port": "1.6.1",
"prettier": "2.8.4",
"prettier": "2.8.5",
"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 @@ -6516,7 +6516,7 @@ __metadata:
listr2: 5.0.8
lodash.memoize: 4.1.2
pascalcase: 1.0.0
prettier: 2.8.4
prettier: 2.8.5
prompts: 2.4.2
terminal-link: 2.1.1
typescript: 4.9.5
Expand Down Expand Up @@ -6562,7 +6562,7 @@ __metadata:
pascalcase: 1.0.0
pluralize: 8.0.0
portfinder: 1.0.32
prettier: 2.8.4
prettier: 2.8.5
prisma: 4.11.0
prompts: 2.4.2
rimraf: 3.0.2
Expand Down Expand Up @@ -6607,7 +6607,7 @@ __metadata:
graphql: 16.6.0
jest: 29.5.0
jscodeshift: 0.14.0
prettier: 2.8.4
prettier: 2.8.5
tasuku: 2.0.1
tempy: 1.0.1
typescript: 4.9.5
Expand Down Expand Up @@ -6712,7 +6712,7 @@ __metadata:
eslint-plugin-react: 7.32.2
eslint-plugin-react-hooks: 4.6.0
jest: 29.5.0
prettier: 2.8.4
prettier: 2.8.5
typescript: 4.9.5
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -6825,7 +6825,7 @@ __metadata:
graphql-tag: 2.12.6
jest: 29.5.0
kill-port: 1.6.1
prettier: 2.8.4
prettier: 2.8.5
rimraf: 3.0.2
string-env-interpolation: 1.0.1
systeminformation: 5.17.12
Expand Down Expand Up @@ -25731,12 +25731,12 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:2.8.4, prettier@npm:^2.6.2, prettier@npm:^2.8.3":
version: 2.8.4
resolution: "prettier@npm:2.8.4"
"prettier@npm:2.8.5, prettier@npm:^2.6.2, prettier@npm:^2.8.3":
version: 2.8.5
resolution: "prettier@npm:2.8.5"
bin:
prettier: bin-prettier.js
checksum: d272cbd842d466fbd10e7efc22fd99ebdbfb78c06c0fe8ffdaa86d50883e7b3d3fba822a86fd8a1c851ca91ec5dfc867e612071c9c54d0e29954f20954262dcb
checksum: 32df014dadfa91a4f3250447078a335b93f5502ebfabf7236545edae34793d6ca5befb48b119e39ddaabfd131dbcba2ccaf081e658f73b3871dedadda3ab385a
languageName: node
linkType: hard

Expand Down

0 comments on commit 52ddd25

Please sign in to comment.