chore: update svelte-loader to latest (#881)

This commit is contained in:
Nolan Lawson 2019-01-12 13:13:32 -08:00 committed by GitHub
parent 55879362a4
commit adf04aa1ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -8931,9 +8931,9 @@
"integrity": "sha512-yoxNehbDxGEHxJBTWq2RpIPDTHlNNy6eGR7RPSK7qsh8hoyOXbji8uF//l4+I/l2fLP+E8pQTJYrduPXrW3wsw=="
},
"svelte-loader": {
"version": "2.11.0",
"resolved": "https://registry.npmjs.org/svelte-loader/-/svelte-loader-2.11.0.tgz",
"integrity": "sha512-+Q24lBhQ8KGB9flHNXjKqq9TJEIcT3VJlzsxhijqrJ9feK9bUG3TLDlosceoAXvOsjxuaHKN1ZveUbbX7J7zUQ==",
"version": "2.12.0",
"resolved": "https://registry.npmjs.org/svelte-loader/-/svelte-loader-2.12.0.tgz",
"integrity": "sha512-mxkjxHecbWl3KzhlwWm4C/Mid4Anhk611sEG31aa0BwdELIgLSaAxSJkxJrrFxxNgEKGKyTSeUI3blKNM+3s8Q==",
"requires": {
"loader-utils": "^1.1.0",
"require-relative": "^0.8.7",

View File

@ -92,7 +92,7 @@
"stringz": "^1.0.0",
"svelte": "^2.16.0",
"svelte-extras": "^2.0.2",
"svelte-loader": "^2.11.0",
"svelte-loader": "^2.12.0",
"svelte-transitions": "^1.2.0",
"svgo": "^1.1.1",
"terser-webpack-plugin": "^1.1.0",