diff --git a/plugins/plugin-svelte/README.md b/plugins/plugin-svelte/README.md index 1e21ca7acd..194d1901a6 100644 --- a/plugins/plugin-svelte/README.md +++ b/plugins/plugin-svelte/README.md @@ -25,4 +25,4 @@ By default, this plugin will look for a `svelte.config.js` file in your project | `input` | `string[]` | Array of file extensions to process. Uses `svelte.config.js` `extensions` if available. Defaults to `['.svelte']`. | | `preprocess` | [svelte.preprocess options](https://svelte.dev/docs#svelte_preprocess) | Configure the Svelte pre-processor. If this option is given, the config file `preprocess` option will be ignored. | | `compilerOptions` | [svelte.compile options](https://svelte.dev/docs#svelte_compile) | Configure the Svelte compiler.If this option is given, the config file `preprocess` option will be ignored. | -| `hmrOptions` | [svelte-hmr options](https://github.com/rixo/svelte-hmr) | Configure HMR & "fast refresh" behavior for Svelte. | +| `hmrOptions` | [svelte-hmr options](https://github.com/rixo/svelte-hmr#options) | Configure HMR & "fast refresh" behavior for Svelte. | diff --git a/plugins/plugin-svelte/package.json b/plugins/plugin-svelte/package.json index acd9106f22..cb3829f349 100644 --- a/plugins/plugin-svelte/package.json +++ b/plugins/plugin-svelte/package.json @@ -18,7 +18,7 @@ "gitHead": "a01616bb0787d56cd782f94cecf2daa12c7594e4", "dependencies": { "rollup-plugin-svelte": "^6.0.0", - "svelte-hmr": "^0.11.2-1" + "svelte-hmr": "^0.11.2" }, "devDependencies": { "node-sass": "^4.14.1", diff --git a/yarn.lock b/yarn.lock index 9a53dd3005..ccddafd8c1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13963,10 +13963,10 @@ svelte-check@^1.0.0: vscode-languageserver-types "3.15.1" vscode-uri "2.1.2" -svelte-hmr@^0.11.2-1: - version "0.11.2-1" - resolved "https://registry.yarnpkg.com/svelte-hmr/-/svelte-hmr-0.11.2-1.tgz#ce1b481a2489697ccf7aa405bccae1421ce80011" - integrity sha512-VanuFg1OiMvLjs44jo8+qnZnKfQGfflNRf8hETUhOs28J5V4xsCgU2NJHy+3iTVgEX1+a41zIEIBgquh02o9bQ== +svelte-hmr@^0.11.2: + version "0.11.2" + resolved "https://registry.yarnpkg.com/svelte-hmr/-/svelte-hmr-0.11.2.tgz#741426f26d1b799670f16e36d1b59d04c5d6ca8b" + integrity sha512-KbzQESDdREGwKbu39xFrHonuUWitE61gKSNYJRjibS2djTxsRYFNCNf/nkKsJBcueU8k+9czrjfiYx22KgXZQw== svelte-language-server@*: version "0.10.134"