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] authored Aug 22, 2024
1 parent b7a51fa commit af5d8d4
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.9",
"neo4j-driver": "5.23.0",
"prettier": "2.8.8",
"prettier": "3.3.3",
"set-tz": "0.2.0",
"ts-jest": "29.2.4",
"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.6.0",
"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 @@ -2845,7 +2845,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.3"
ts-jest: "npm:29.2.4"
Expand Down Expand Up @@ -15356,7 +15356,7 @@ __metadata:
jest: "npm:29.7.0"
lint-staged: "npm:15.2.9"
neo4j-driver: "npm:5.23.0"
prettier: "npm:2.8.8"
prettier: "npm:3.3.3"
set-tz: "npm:0.2.0"
ts-jest: "npm:29.2.4"
typescript: "npm:5.1.6"
Expand Down Expand Up @@ -16836,7 +16836,16 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:2.8.8, prettier@npm:^2.7.1":
"prettier@npm:3.3.3, prettier@npm:^3.0.0":
version: 3.3.3
resolution: "prettier@npm:3.3.3"
bin:
prettier: bin/prettier.cjs
checksum: 10c0/b85828b08e7505716324e4245549b9205c0cacb25342a030ba8885aba2039a115dbcf75a0b7ca3b37bc9d101ee61fab8113fc69ca3359f2a226f1ecc07ad2e26
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 af5d8d4

Please sign in to comment.