update svelte-loader to 2.11.0 (#561)

This commit is contained in:
Nolan Lawson 2018-09-22 22:18:45 -07:00 committed by GitHub
parent f92f6f7261
commit e2ab92107e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View File

@ -10388,12 +10388,13 @@
"integrity": "sha512-yoxNehbDxGEHxJBTWq2RpIPDTHlNNy6eGR7RPSK7qsh8hoyOXbji8uF//l4+I/l2fLP+E8pQTJYrduPXrW3wsw=="
},
"svelte-loader": {
"version": "2.10.1",
"resolved": "https://registry.npmjs.org/svelte-loader/-/svelte-loader-2.10.1.tgz",
"integrity": "sha512-Kua8LHwjrHPEGgFUycPo4pg17vzcBu1ptm/2OR/mZfnR1tk1YRMhyoQGvS15Zr36VwRCPPgDYYVYT3peWVseAw==",
"version": "2.11.0",
"resolved": "https://registry.npmjs.org/svelte-loader/-/svelte-loader-2.11.0.tgz",
"integrity": "sha512-+Q24lBhQ8KGB9flHNXjKqq9TJEIcT3VJlzsxhijqrJ9feK9bUG3TLDlosceoAXvOsjxuaHKN1ZveUbbX7J7zUQ==",
"requires": {
"loader-utils": "^1.1.0",
"svelte-dev-helper": "^1.1.7"
"require-relative": "^0.8.7",
"svelte-dev-helper": "^1.1.9"
}
},
"svelte-transitions": {

View File

@ -90,7 +90,7 @@
"style-loader": "^0.23.0",
"svelte": "^2.13.5",
"svelte-extras": "^2.0.2",
"svelte-loader": "^2.10.1",
"svelte-loader": "^2.11.0",
"svelte-transitions": "^1.2.0",
"svgo": "^1.1.1",
"timeago.js": "^3.0.2",