Skip to content

Commit 587ab52

Browse files
authored
(fix) bump prettier plugin version (#482)
Makes it work with prettier 2.1.x again, fixes #324 Not bumping prettier yet to wait on some more bugfixes for 2.1.x
1 parent d5490f6 commit 587ab52

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/language-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"lodash": "^4.17.19",
5252
"magic-string": "^0.25.3",
5353
"prettier": "2.0.5",
54-
"prettier-plugin-svelte": "1.1.0",
54+
"prettier-plugin-svelte": "~1.1.1",
5555
"source-map": "^0.7.3",
5656
"svelte": "3.24.0",
5757
"svelte-preprocess": "~3.9.11",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1632,10 +1632,10 @@ prelude-ls@^1.2.1:
16321632
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
16331633
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
16341634

1635-
1636-
version "1.1.0"
1637-
resolved "https://registry.yarnpkg.com/prettier-plugin-svelte/-/prettier-plugin-svelte-1.1.0.tgz#e6ec282d8457598b0c02164083b11ad8cb8ab304"
1638-
integrity sha512-wmIggG/ryV0wcmE9D5p+k5TwKDpS2SGKJpF6IV1aYHK7dkBJD+di1w47Ci00DRsI4RrXZRC2Ef37DSyrTb6Zqg==
1635+
prettier-plugin-svelte@~1.1.1:
1636+
version "1.1.1"
1637+
resolved "https://registry.yarnpkg.com/prettier-plugin-svelte/-/prettier-plugin-svelte-1.1.1.tgz#610f5a0e2b59d1a9b7bbf7625560ed7609d078f9"
1638+
integrity sha512-Us0mEQh/Gl4FdHbdkBgY24a3zydQXzbRRdaiFTLzKR4bHmRDiqadoBFM+XJYVv1u5rySGtYQt0wU9ZxLh85c/Q==
16391639

16401640
16411641
version "2.0.5"

0 commit comments

Comments
 (0)