Skip to content

Commit

Permalink
fix(deps): update dependency prettier to v3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 19, 2024
1 parent e701712 commit 871557b
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 @@ -37,7 +37,7 @@
"listr2": "6.6.1",
"lodash": "4.17.21",
"pascalcase": "1.0.0",
"prettier": "3.2.5",
"prettier": "3.3.2",
"prompts": "2.4.2",
"smol-toml": "1.2.1",
"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 @@ -69,7 +69,7 @@
"pascalcase": "1.0.0",
"pluralize": "8.0.0",
"portfinder": "1.0.32",
"prettier": "3.2.5",
"prettier": "3.3.2",
"prisma": "5.15.1",
"prompts": "2.4.2",
"rimraf": "5.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"graphql": "16.8.1",
"jscodeshift": "0.15.0",
"pascalcase": "1.0.0",
"prettier": "3.2.5",
"prettier": "3.3.2",
"tasuku": "2.0.1",
"typescript": "5.4.5",
"yargs": "17.7.2"
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 @@ -31,7 +31,7 @@
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.34.2",
"eslint-plugin-react-hooks": "4.6.0",
"prettier": "3.2.5"
"prettier": "3.3.2"
},
"devDependencies": {
"@babel/cli": "7.24.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"fs-extra": "11.2.0",
"graphql": "16.8.1",
"kill-port": "1.6.1",
"prettier": "3.2.5",
"prettier": "3.3.2",
"rimraf": "5.0.7",
"source-map": "0.7.4",
"string-env-interpolation": "1.0.1",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7999,7 +7999,7 @@ __metadata:
listr2: "npm:6.6.1"
lodash: "npm:4.17.21"
pascalcase: "npm:1.0.0"
prettier: "npm:3.2.5"
prettier: "npm:3.3.2"
prompts: "npm:2.4.2"
smol-toml: "npm:1.2.1"
terminal-link: "npm:2.1.1"
Expand Down Expand Up @@ -8102,7 +8102,7 @@ __metadata:
pascalcase: "npm:1.0.0"
pluralize: "npm:8.0.0"
portfinder: "npm:1.0.32"
prettier: "npm:3.2.5"
prettier: "npm:3.3.2"
prisma: "npm:5.15.1"
prompts: "npm:2.4.2"
rimraf: "npm:5.0.7"
Expand Down Expand Up @@ -8152,7 +8152,7 @@ __metadata:
graphql: "npm:16.8.1"
jscodeshift: "npm:0.15.0"
pascalcase: "npm:1.0.0"
prettier: "npm:3.2.5"
prettier: "npm:3.3.2"
tasuku: "npm:2.0.1"
tempy: "npm:1.0.1"
typescript: "npm:5.4.5"
Expand Down Expand Up @@ -8271,7 +8271,7 @@ __metadata:
eslint-plugin-react: "npm:7.34.2"
eslint-plugin-react-hooks: "npm:4.6.0"
jest: "npm:29.7.0"
prettier: "npm:3.2.5"
prettier: "npm:3.3.2"
typescript: "npm:5.4.5"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -8432,7 +8432,7 @@ __metadata:
graphql: "npm:16.8.1"
graphql-tag: "npm:2.12.6"
kill-port: "npm:1.6.1"
prettier: "npm:3.2.5"
prettier: "npm:3.3.2"
rimraf: "npm:5.0.7"
source-map: "npm:0.7.4"
string-env-interpolation: "npm:1.0.1"
Expand Down Expand Up @@ -26432,12 +26432,12 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:3.2.5":
version: 3.2.5
resolution: "prettier@npm:3.2.5"
"prettier@npm:3.3.2":
version: 3.3.2
resolution: "prettier@npm:3.3.2"
bin:
prettier: bin/prettier.cjs
checksum: 10c0/ea327f37a7d46f2324a34ad35292af2ad4c4c3c3355da07313339d7e554320f66f65f91e856add8530157a733c6c4a897dc41b577056be5c24c40f739f5ee8c6
checksum: 10c0/39ed27d17f0238da6dd6571d63026566bd790d3d0edac57c285fbab525982060c8f1e01955fe38134ab10f0951a6076da37f015db8173c02f14bc7f0803a384c
languageName: node
linkType: hard

Expand Down

0 comments on commit 871557b

Please sign in to comment.