Skip to content
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 @@ -164,7 +164,7 @@
"postcss": "8.5.6",
"prettier": "2.8.8",
"prettier-plugin-astro": "0.14.1",
"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 @@ -869,7 +869,7 @@ __metadata:
postcss: "npm:8.5.6"
prettier: "npm:2.8.8"
prettier-plugin-astro: "npm:0.14.1"
prettier-plugin-svelte: "npm:^2.9.0"
prettier-plugin-svelte: "npm:^3.0.0"
prettier-plugin-tailwindcss: "npm:^0.4.0"
ramda: "npm:^0.31.0"
react: "npm:18.3.1"
Expand Down Expand Up @@ -9527,13 +9527,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.4.0
resolution: "prettier-plugin-svelte@npm:3.4.0"
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/caf11188adf6c5ce86189c98de5d0a9371c72bba64fc9b714a9b074f63677a3dead6c3cf3c2912a9aa63b1a2235e6c562b4f7c8f812631c69d3cc1ca07dc1a9c
languageName: node
linkType: hard

Expand Down
Loading