Skip to content

Commit

Permalink
[plugin-svelte] upgrade svelte-hmr to 0.11.2 (#1403)
Browse files Browse the repository at this point in the history
  • Loading branch information
rixo committed Oct 27, 2020
1 parent d5a79ba commit 4848dc5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion plugins/plugin-svelte/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
2 changes: 1 addition & 1 deletion plugins/plugin-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

1 comment on commit 4848dc5

@vercel
Copy link

@vercel vercel bot commented on 4848dc5 Oct 27, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.