Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency prettier to v3 (lts) #5926

Open
wants to merge 1 commit into
base: lts
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading