chore(package): update svelte (#192)

This commit is contained in:
Nolan Lawson 2021-07-25 09:25:39 -07:00 committed by GitHub
parent 0fff61be20
commit 96dd6dd92a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 5 deletions

View File

@ -119,7 +119,7 @@
"stylelint": "^13.13.1",
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-scss": "^3.19.0",
"svelte": "3.37.0",
"svelte": "^3.40.2",
"svelte-jester": "nolanlawson/svelte-jester#auto-preprocess",
"svelte-preprocess": "^4.7.3",
"svgo": "^2.3.1",

View File

@ -53,6 +53,12 @@ const baseConfig = {
},
preprocess: preprocessConfig
}),
// make the svelte output slightly smaller
replace({
'options.hydrate': 'false',
delimiters: ['', ''],
preventAssignment: true
}),
strip({
include: ['**/*.js', '**/*.svelte'],
functions: [

View File

@ -8288,10 +8288,10 @@ svelte-preprocess@^4.7.3:
detect-indent "^6.0.0"
strip-indent "^3.0.0"
svelte@3.37.0:
version "3.37.0"
resolved "https://registry.yarnpkg.com/svelte/-/svelte-3.37.0.tgz#dc7cd24bcc275cdb3f8c684ada89e50489144ccd"
integrity sha512-TRF30F4W4+d+Jr2KzUUL1j8Mrpns/WM/WacxYlo5MMb2E5Qy2Pk1Guj6GylxsW9OnKQl1tnF8q3hG/hQ3h6VUA==
svelte@^3.40.2:
version "3.40.2"
resolved "https://registry.yarnpkg.com/svelte/-/svelte-3.40.2.tgz#93ab56e9ba45ed8647a19ebdc242a31939ae0134"
integrity sha512-FrxVBISeRK0fEeg17D5TftKpaFTLPS7S1C+hf21w5gzzi11MlkJZdqJ9XYmPkAeLGeVpQSQDyWET65NVJjTJ4A==
svg-tags@^1.0.0:
version "1.0.0"