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-plugin-svelte to v3 #790

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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
"postcss": "8.4.49",
"prettier": "2.8.8",
"prettier-plugin-astro": "0.10.0",
"prettier-plugin-svelte": "^2.9.0",
"prettier-plugin-svelte": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.4.0",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ __metadata:
postcss: "npm:8.4.49"
prettier: "npm:2.8.8"
prettier-plugin-astro: "npm:0.10.0"
prettier-plugin-svelte: "npm:^2.9.0"
prettier-plugin-svelte: "npm:^3.0.0"
prettier-plugin-tailwindcss: "npm:^0.4.0"
ramda: "npm:^0.30.0"
react: "npm:18.3.1"
Expand Down Expand Up @@ -7962,13 +7962,13 @@ __metadata:
languageName: node
linkType: hard

"prettier-plugin-svelte@npm:^2.9.0":
version: 2.10.1
resolution: "prettier-plugin-svelte@npm:2.10.1"
"prettier-plugin-svelte@npm:^3.0.0":
version: 3.3.2
resolution: "prettier-plugin-svelte@npm:3.3.2"
peerDependencies:
prettier: ^1.16.4 || ^2.0.0
svelte: ^3.2.0 || ^4.0.0-next.0
checksum: 10c0/eb2e4ee49e703013f6b314186fc8de5e0e161c672261ba5e9344f00cde627c8ce08de0b750f42a72fcd6b5d541f83bc09e2891a1c17aede96b39a436d96bfa86
prettier: ^3.0.0
svelte: ^3.2.0 || ^4.0.0-next.0 || ^5.0.0-next.0
checksum: 10c0/00c428e18fcc5db84eb55969425041aa80bb82c95b9abeb5bf5354605f84e31301e104bb7c7ab3264dbe42a8b7b12c994e795effcf71c3c4b51dfd0a5ff41a9b
languageName: node
linkType: hard

Expand Down
Loading