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(deps-dev): bump prettier from 2.8.0 to 3.0.3 #316

Open
wants to merge 1 commit into
base: main
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
Binary file modified .yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@typescript-eslint/parser": "~5.60.1",
"eslint": "~8.46.0",
"fabscale-eslint-config": "~1.6.0",
"prettier": "~2.8.0",
"prettier": "~3.0.3",
"release-it": "~15.11.0"
},
"engines": {
Expand Down
13 changes: 11 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13125,7 +13125,7 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^2.5.1, prettier@npm:~2.8.0":
"prettier@npm:^2.5.1":
version: 2.8.0
resolution: "prettier@npm:2.8.0"
bin:
Expand All @@ -13134,6 +13134,15 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:~3.0.3":
version: 3.0.3
resolution: "prettier@npm:3.0.3"
bin:
prettier: bin/prettier.cjs
checksum: 8/e10b9af02b281f6c617362ebd2571b1d7fc9fb8a3bd17e371754428cda992e5e8d8b7a046e8f7d3e2da1dcd21aa001e2e3c797402ebb6111b5cd19609dd228e0
languageName: node
linkType: hard

"pretty-ms@npm:^3.1.0":
version: 3.2.0
resolution: "pretty-ms@npm:3.2.0"
Expand Down Expand Up @@ -14000,7 +14009,7 @@ __metadata:
"@typescript-eslint/parser": ~5.60.1
eslint: ~8.46.0
fabscale-eslint-config: ~1.6.0
prettier: ~2.8.0
prettier: ~3.0.3
release-it: ~15.11.0
languageName: unknown
linkType: soft
Expand Down
Loading