Compare commits

...

2 Commits

Author SHA1 Message Date
renovate[bot] 55219b55ea
chore(deps): update dependency svelte-preprocess to v5 2023-01-30 04:48:58 +00:00
renovate[bot] 6539e67913 chore(deps): update dependency tslib to v2.5.0 2023-01-30 04:48:03 +00:00
2 changed files with 73 additions and 8 deletions

View File

@ -16,8 +16,8 @@
"prettier-plugin-svelte": "2.9.0",
"svelte": "3.55.1",
"svelte-check": "2.10.3",
"svelte-preprocess": "4.10.7",
"tslib": "2.4.1",
"svelte-preprocess": "5.0.1",
"tslib": "2.5.0",
"typescript": "4.9.4",
"vite": "3.2.5"
}

View File

@ -7,8 +7,8 @@ specifiers:
prettier-plugin-svelte: 2.9.0
svelte: 3.55.1
svelte-check: 2.10.3
svelte-preprocess: 4.10.7
tslib: 2.4.1
svelte-preprocess: 5.0.1
tslib: 2.5.0
typescript: 4.9.4
vite: 3.2.5
@ -19,8 +19,8 @@ devDependencies:
prettier-plugin-svelte: 2.9.0_kdmmghgdi3ngrsq6otxkjilbry
svelte: 3.55.1
svelte-check: 2.10.3_svelte@3.55.1
svelte-preprocess: 4.10.7_atrrhq7vg4ekua4nnyrpuardle
tslib: 2.4.1
svelte-preprocess: 5.0.1_atrrhq7vg4ekua4nnyrpuardle
tslib: 2.5.0
typescript: 4.9.4
vite: 3.2.5
@ -549,6 +549,13 @@ packages:
sourcemap-codec: 1.4.8
dev: true
/magic-string/0.27.0:
resolution: {integrity: sha512-8UnnX2PeRAPZuN12svgR9j7M1uWMovg/CEnIwIG0LFkXSJJe4PdfUGiTGl8V9bsBHFUtfVINcSyYxd7q+kx9fA==}
engines: {node: '>=12'}
dependencies:
'@jridgewell/sourcemap-codec': 1.4.14
dev: true
/merge2/1.4.1:
resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==}
engines: {node: '>= 8'}
@ -737,6 +744,16 @@ packages:
sourcemap-codec: 1.4.8
dev: true
/sorcery/0.11.0:
resolution: {integrity: sha512-J69LQ22xrQB1cIFJhPfgtLuI6BpWRiWu1Y3vSsIwK/eAScqJxd/+CJlUuHQRdX2C9NGFamq+KqNywGgaThwfHw==}
hasBin: true
dependencies:
'@jridgewell/sourcemap-codec': 1.4.14
buffer-crc32: 0.2.13
minimist: 1.2.6
sander: 0.5.1
dev: true
/source-map-js/1.0.2:
resolution: {integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==}
engines: {node: '>=0.10.0'}
@ -847,6 +864,54 @@ packages:
typescript: 4.9.4
dev: true
/svelte-preprocess/5.0.1_atrrhq7vg4ekua4nnyrpuardle:
resolution: {integrity: sha512-0HXyhCoc9rsW4zGOgtInylC6qj259E1hpFnJMJWTf+aIfeqh4O/QHT31KT2hvPEqQfdjmqBR/kO2JDkkciBLrQ==}
engines: {node: '>= 14.10.0'}
requiresBuild: true
peerDependencies:
'@babel/core': ^7.10.2
coffeescript: ^2.5.1
less: ^3.11.3 || ^4.0.0
postcss: ^7 || ^8
postcss-load-config: ^2.1.0 || ^3.0.0 || ^4.0.0
pug: ^3.0.0
sass: ^1.26.8
stylus: ^0.55.0
sugarss: ^2.0.0 || ^3.0.0 || ^4.0.0
svelte: ^3.23.0
typescript: ^3.9.5 || ^4.0.0
peerDependenciesMeta:
'@babel/core':
optional: true
coffeescript:
optional: true
less:
optional: true
postcss:
optional: true
postcss-load-config:
optional: true
pug:
optional: true
sass:
optional: true
stylus:
optional: true
sugarss:
optional: true
typescript:
optional: true
dependencies:
'@types/pug': 2.0.6
'@types/sass': 1.43.1
detect-indent: 6.1.0
magic-string: 0.27.0
sorcery: 0.11.0
strip-indent: 3.0.0
svelte: 3.55.1
typescript: 4.9.4
dev: true
/svelte/3.55.1:
resolution: {integrity: sha512-S+87/P0Ve67HxKkEV23iCdAh/SX1xiSfjF1HOglno/YTbSTW7RniICMCofWGdJJbdjw3S+0PfFb1JtGfTXE0oQ==}
engines: {node: '>= 8'}
@ -859,8 +924,8 @@ packages:
is-number: 7.0.0
dev: true
/tslib/2.4.1:
resolution: {integrity: sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==}
/tslib/2.5.0:
resolution: {integrity: sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==}
dev: true
/typescript/4.9.4: