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

chore(dev-deps): update dependency prettier to v3.3.2 #518

Merged
merged 1 commit into from
Jun 11, 2024
Merged
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 @@ -42,7 +42,7 @@
"husky": "9.0.11",
"jest": "29.7.0",
"lint-staged": "15.2.5",
"prettier": "3.3.1",
"prettier": "3.3.2",
"rimraf": "5.0.7",
"ts-jest": "29.1.4",
"typescript": "5.4.5"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1150,7 +1150,7 @@ __metadata:
husky: "npm:9.0.11"
jest: "npm:29.7.0"
lint-staged: "npm:15.2.5"
prettier: "npm:3.3.1"
prettier: "npm:3.3.2"
rimraf: "npm:5.0.7"
ts-jest: "npm:29.1.4"
typescript: "npm:5.4.5"
Expand Down Expand Up @@ -5518,12 +5518,12 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:3.3.1":
version: 3.3.1
resolution: "prettier@npm:3.3.1"
"prettier@npm:3.3.2":
version: 3.3.2
resolution: "prettier@npm:3.3.2"
bin:
prettier: bin/prettier.cjs
checksum: 10/31ca48d07a163fe6bff5483feb9bdf3bd7e4305e8d976373375cddc2949180a007be3ef08c36f4d7b31e449acef1ebbf46d3b94dc32f5a276837bf48c393be69
checksum: 10/83214e154afa5aa9b664c2506640212323eb1376b13379b2413dc351b7de0687629dca3f00ff2ec895ebd7e3a2adb7d7e231b6c77606e2358137f2150807405b
languageName: node
linkType: hard

Expand Down
Loading