Skip to content

Commit

Permalink
fix(deps): update dependency prettier to v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 24, 2023
1 parent 81d9929 commit 896d8d6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 19 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"lint-staged": "14.0.1",
"neo4j-driver": "5.11.0",
"npm-run-all": "4.1.5",
"prettier": "2.8.8",
"prettier": "3.0.2",
"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.1",
"neo4j-driver": "5.11.0",
"prettier": "3.0.0",
"prettier": "3.0.2",
"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": "^3.0.0",
"@graphql-tools/merge": "^8.3.3",
"@neo4j/graphql": "^3.24.2",
"prettier": "^2.7.1"
"prettier": "^3.0.0"
},
"peerDependencies": {
"graphql": "^16.0.0",
Expand Down
23 changes: 7 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4218,7 +4218,7 @@ __metadata:
libnpmsearch: 6.0.2
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 @@ -4325,7 +4325,7 @@ __metadata:
parse5: 7.1.2
postcss: 8.4.28
postcss-loader: 7.3.3
prettier: 3.0.0
prettier: 3.0.2
process: 0.11.10
randomstring: 1.3.0
react: 18.2.0
Expand Down Expand Up @@ -22345,7 +22345,7 @@ __metadata:
lint-staged: 14.0.1
neo4j-driver: 5.11.0
npm-run-all: 4.1.5
prettier: 2.8.8
prettier: 3.0.2
set-tz: 0.2.0
ts-jest: 29.1.1
typescript: 5.1.6
Expand Down Expand Up @@ -24741,21 +24741,12 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:2.8.8":
version: 2.8.8
resolution: "prettier@npm:2.8.8"
bin:
prettier: bin-prettier.js
checksum: b49e409431bf129dd89238d64299ba80717b57ff5a6d1c1a8b1a28b590d998a34e083fa13573bc732bb8d2305becb4c9a4407f8486c81fa7d55100eb08263cf8
languageName: node
linkType: hard

"prettier@npm:3.0.0":
version: 3.0.0
resolution: "prettier@npm:3.0.0"
"prettier@npm:3.0.2, prettier@npm:^3.0.0":
version: 3.0.2
resolution: "prettier@npm:3.0.2"
bin:
prettier: bin/prettier.cjs
checksum: 6a832876a1552dc58330d2467874e5a0b46b9ccbfc5d3531eb69d15684743e7f83dc9fbd202db6270446deba9c82b79d24383d09924c462b457136a759425e33
checksum: 118b59ddb6c80abe2315ab6d0f4dd1b253be5cfdb20622fa5b65bb1573dcd362e6dd3dcf2711dd3ebfe64aecf7bdc75de8a69dc2422dcd35bdde7610586b677a
languageName: node
linkType: hard

Expand Down

0 comments on commit 896d8d6

Please sign in to comment.