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 Feb 22, 2025
1 parent d51c0c0 commit a73604a
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 @@ -41,7 +41,7 @@
"jest": "29.7.0",
"lint-staged": "15.4.2",
"neo4j-driver": "5.27.0",
"prettier": "2.8.8",
"prettier": "3.5.2",
"set-tz": "0.2.0",
"ts-jest": "29.2.5",
"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.11.5",
"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 @@ -2870,7 +2870,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.1"
semver: "npm:7.6.3"
ts-jest: "npm:29.2.5"
Expand Down Expand Up @@ -15295,7 +15295,7 @@ __metadata:
jest: "npm:29.7.0"
lint-staged: "npm:15.4.2"
neo4j-driver: "npm:5.27.0"
prettier: "npm:2.8.8"
prettier: "npm:3.5.2"
set-tz: "npm:0.2.0"
ts-jest: "npm:29.2.5"
typescript: "npm:5.1.6"
Expand Down Expand Up @@ -16782,7 +16782,16 @@ __metadata:
languageName: node
linkType: hard

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

Please sign in to comment.