Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency svelte-preprocess to v6 #94

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"sass": "^1.58.0",
"svelte": "^4.0.0",
"svelte-check": "^3.0.3",
"svelte-preprocess": "^5.0.1",
"svelte-preprocess": "^6.0.0",
"tailwindcss": "^3.2.4",
"tslib": "^2.5.0",
"typescript": "^5.0.0",
Expand Down
47 changes: 45 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ __metadata:
sk-lanyard: "npm:^0.2.0"
svelte: "npm:^4.0.0"
svelte-check: "npm:^3.0.3"
svelte-preprocess: "npm:^5.0.1"
svelte-preprocess: "npm:^6.0.0"
tailwindcss: "npm:^3.2.4"
tslib: "npm:^2.5.0"
typescript: "npm:^5.0.0"
Expand Down Expand Up @@ -4073,7 +4073,7 @@ __metadata:
languageName: node
linkType: hard

"svelte-preprocess@npm:^5.0.1, svelte-preprocess@npm:^5.1.3":
"svelte-preprocess@npm:^5.1.3":
version: 5.1.3
resolution: "svelte-preprocess@npm:5.1.3"
dependencies:
Expand Down Expand Up @@ -4119,6 +4119,49 @@ __metadata:
languageName: node
linkType: hard

"svelte-preprocess@npm:^6.0.0":
version: 6.0.0
resolution: "svelte-preprocess@npm:6.0.0"
dependencies:
detect-indent: "npm:^6.1.0"
strip-indent: "npm:^3.0.0"
peerDependencies:
"@babel/core": ^7.10.2
coffeescript: ^2.5.1
less: ^3.11.3 || ^4.0.0
postcss: ^7 || ^8
postcss-load-config: ">=3"
pug: ^3.0.0
sass: ^1.26.8
stylus: ">=0.55"
sugarss: ^2.0.0 || ^3.0.0 || ^4.0.0
svelte: ^4.0.0 || ^5.0.0-next.100 || ^5.0.0
typescript: ^5.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
checksum: 10/d4febb0179147e83c347f0e3949cda356b3251bf43f04d59632d53269abec8bf978e9189d728646bb279bc42a311e8c4221ed4996cef110d150be11c9cb33450
languageName: node
linkType: hard

"svelte@npm:^4.0.0":
version: 4.2.12
resolution: "svelte@npm:4.2.12"
Expand Down