Skip to content

Commit

Permalink
Update dependency prettier to v3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 20, 2023
1 parent 31c9598 commit 784bef5
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"lint-staged": "14.0.1",
"neo4j-driver": "5.13.0",
"npm-run-all": "4.1.5",
"prettier": "2.8.8",
"prettier": "3.0.3",
"set-tz": "0.2.0",
"ts-jest": "29.1.1",
"typescript": "5.1.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-toolbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"graphql-query-complexity": "0.12.0",
"markdown-it": "13.0.2",
"neo4j-driver": "5.13.0",
"prettier": "3.0.0",
"prettier": "3.0.3",
"process": "0.11.10",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ogm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@graphql-codegen/typescript": "^4.0.0",
"@graphql-tools/merge": "^9.0.0",
"@neo4j/graphql": "^4.3.4",
"prettier": "^2.7.1"
"prettier": "^3.0.0"
},
"peerDependencies": {
"graphql": "^16.0.0",
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3548,7 +3548,7 @@ __metadata:
libnpmsearch: 7.0.0
npm-run-all: 4.1.5
pluralize: 8.0.0
prettier: ^2.7.1
prettier: ^3.0.0
randomstring: 1.3.0
semver: 7.5.4
ts-jest: 29.1.1
Expand Down Expand Up @@ -3608,7 +3608,7 @@ __metadata:
parse5: 7.1.2
postcss: 8.4.31
postcss-loader: 7.3.3
prettier: 3.0.0
prettier: 3.0.3
process: 0.11.10
randomstring: 1.3.0
react: 18.2.0
Expand Down Expand Up @@ -19759,7 +19759,7 @@ __metadata:
lint-staged: 14.0.1
neo4j-driver: 5.13.0
npm-run-all: 4.1.5
prettier: 2.8.8
prettier: 3.0.3
set-tz: 0.2.0
ts-jest: 29.1.1
typescript: 5.1.6
Expand Down Expand Up @@ -21640,21 +21640,21 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:2.8.8, prettier@npm:^2.7.1":
version: 2.8.8
resolution: "prettier@npm:2.8.8"
"prettier@npm:3.0.3, prettier@npm:^3.0.0":
version: 3.0.3
resolution: "prettier@npm:3.0.3"
bin:
prettier: bin-prettier.js
checksum: b49e409431bf129dd89238d64299ba80717b57ff5a6d1c1a8b1a28b590d998a34e083fa13573bc732bb8d2305becb4c9a4407f8486c81fa7d55100eb08263cf8
prettier: bin/prettier.cjs
checksum: e10b9af02b281f6c617362ebd2571b1d7fc9fb8a3bd17e371754428cda992e5e8d8b7a046e8f7d3e2da1dcd21aa001e2e3c797402ebb6111b5cd19609dd228e0
languageName: node
linkType: hard

"prettier@npm:3.0.0":
version: 3.0.0
resolution: "prettier@npm:3.0.0"
"prettier@npm:^2.7.1":
version: 2.8.8
resolution: "prettier@npm:2.8.8"
bin:
prettier: bin/prettier.cjs
checksum: 6a832876a1552dc58330d2467874e5a0b46b9ccbfc5d3531eb69d15684743e7f83dc9fbd202db6270446deba9c82b79d24383d09924c462b457136a759425e33
prettier: bin-prettier.js
checksum: b49e409431bf129dd89238d64299ba80717b57ff5a6d1c1a8b1a28b590d998a34e083fa13573bc732bb8d2305becb4c9a4407f8486c81fa7d55100eb08263cf8
languageName: node
linkType: hard

Expand Down

0 comments on commit 784bef5

Please sign in to comment.