Skip to content

Commit

Permalink
fix(deps): update dependency prettier to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 18, 2024
1 parent 411ba44 commit 63dda28
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"jest": "29.7.0",
"lint-staged": "15.2.2",
"neo4j-driver": "5.20.0",
"prettier": "2.8.8",
"prettier": "3.2.5",
"set-tz": "0.2.0",
"ts-jest": "29.1.2",
"typescript": "5.1.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/ogm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@graphql-codegen/typescript": "^4.0.0",
"@graphql-tools/merge": "^9.0.0",
"@neo4j/graphql": "^5.3.6",
"prettier": "^2.7.1"
"prettier": "^3.0.0"
},
"peerDependencies": {
"graphql": "^16.0.0",
Expand Down
15 changes: 12 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2804,7 +2804,7 @@ __metadata:
jest: "npm:29.7.0"
jsonwebtoken: "npm:9.0.2"
pluralize: "npm:8.0.0"
prettier: "npm:^2.7.1"
prettier: "npm:^3.0.0"
randomstring: "npm:1.3.0"
semver: "npm:7.6.2"
ts-jest: "npm:29.1.2"
Expand Down Expand Up @@ -15286,7 +15286,7 @@ __metadata:
jest: "npm:29.7.0"
lint-staged: "npm:15.2.2"
neo4j-driver: "npm:5.20.0"
prettier: "npm:2.8.8"
prettier: "npm:3.2.5"
set-tz: "npm:0.2.0"
ts-jest: "npm:29.1.2"
typescript: "npm:5.1.6"
Expand Down Expand Up @@ -16768,7 +16768,16 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:2.8.8, prettier@npm:^2.7.1":
"prettier@npm:3.2.5, prettier@npm:^3.0.0":
version: 3.2.5
resolution: "prettier@npm:3.2.5"
bin:
prettier: bin/prettier.cjs
checksum: 10c0/ea327f37a7d46f2324a34ad35292af2ad4c4c3c3355da07313339d7e554320f66f65f91e856add8530157a733c6c4a897dc41b577056be5c24c40f739f5ee8c6
languageName: node
linkType: hard

"prettier@npm:^2.7.1":
version: 2.8.8
resolution: "prettier@npm:2.8.8"
bin:
Expand Down

0 comments on commit 63dda28

Please sign in to comment.