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): update dependency prettier to v3.5.3 #952

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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@
"@commitlint/cli": "17.6.7",
"@commitlint/config-conventional": "17.6.7",
"@types/node": "20.4.4",
"@types/prettier": "2.7.3",
"@types/prettier": "3.0.0",
"@types/shell-quote": "1.7.1",
"eslint": "8.45.0",
"husky": "8.0.3",
"is-ci": "3.0.1",
"lint-staged": "13.2.3",
"npm-run-all": "4.1.5",
"prettier": "3.0.0",
"prettier": "3.5.3",
"rimraf": "5.0.1",
"shell-quote": "1.8.1",
"syncpack": "10.7.3"
Expand Down
23 changes: 16 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2296,7 +2296,16 @@ __metadata:
languageName: node
linkType: hard

"@types/prettier@npm:2.7.3, @types/prettier@npm:^2.1.5":
"@types/prettier@npm:3.0.0":
version: 3.0.0
resolution: "@types/prettier@npm:3.0.0"
dependencies:
prettier: "npm:*"
checksum: a2a512d304e5bcf78f38089dc88ad19215e6ab871d435a17aef3ce538a63b07c0e359c18db23989dc1ed9fff96d99eee1f680416080184df5c7e0e3bf767e165
languageName: node
linkType: hard

"@types/prettier@npm:^2.1.5":
version: 2.7.3
resolution: "@types/prettier@npm:2.7.3"
checksum: cda84c19acc3bf327545b1ce71114a7d08efbd67b5030b9e8277b347fa57b05178045f70debe1d363ff7efdae62f237260713aafc2d7217e06fc99b048a88497
Expand Down Expand Up @@ -3250,14 +3259,14 @@ __metadata:
"@commitlint/cli": "npm:17.6.7"
"@commitlint/config-conventional": "npm:17.6.7"
"@types/node": "npm:20.4.4"
"@types/prettier": "npm:2.7.3"
"@types/prettier": "npm:3.0.0"
"@types/shell-quote": "npm:1.7.1"
eslint: "npm:8.45.0"
husky: "npm:8.0.3"
is-ci: "npm:3.0.1"
lint-staged: "npm:13.2.3"
npm-run-all: "npm:4.1.5"
prettier: "npm:3.0.0"
prettier: "npm:3.5.3"
rimraf: "npm:5.0.1"
shell-quote: "npm:1.8.1"
syncpack: "npm:10.7.3"
Expand Down Expand Up @@ -8296,12 +8305,12 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:3.0.0":
version: 3.0.0
resolution: "prettier@npm:3.0.0"
"prettier@npm:*, prettier@npm:3.5.3":
version: 3.5.3
resolution: "prettier@npm:3.5.3"
bin:
prettier: bin/prettier.cjs
checksum: 399292638280988ecd44db6532e908246b7c9468e6f5f571b3835a5206b7f1132cb674c12be430d921474901dc85398429dfd2dc31b282eef9affebd3ce72cef
checksum: 7050c08f674d9e49fbd9a4c008291d0715471f64e94cc5e4b01729affce221dfc6875c8de7e66b728c64abc9352eefb7eaae071b5f79d30081be207b53774b78
languageName: node
linkType: hard

Expand Down
Loading