Skip to content

Commit

Permalink
chore(deps-dev): bump svelte-preprocess from 5.1.4 to 6.0.0
Browse files Browse the repository at this point in the history
Bumps [svelte-preprocess](https://github.com/sveltejs/svelte-preprocess) from 5.1.4 to 6.0.0.
- [Changelog](https://github.com/sveltejs/svelte-preprocess/blob/main/CHANGELOG.md)
- [Commits](sveltejs/svelte-preprocess@v5.1.4...v6.0.0)

---
updated-dependencies:
- dependency-name: svelte-preprocess
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and benoitf committed Jun 13, 2024
1 parent 8b85a10 commit d0333e3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"svelte-check": "^3.8.0",
"svelte-eslint-parser": "^0.36.0",
"svelte-fa": "^4.0.2",
"svelte-preprocess": "^5.1.4",
"svelte-preprocess": "^6.0.0",
"svelte-steps": "2.4.1",
"tailwindcss": "^3.4.4",
"tslib": "^2.6.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"svelte": "4.2.18",
"svelte-check": "^3.8.0",
"svelte-eslint-parser": "^0.36.0",
"svelte-preprocess": "^5.1.4",
"svelte-preprocess": "^6.0.0",
"tailwindcss": "^3.4.4",
"tslib": "^2.6.3",
"typescript": "^5.4.5",
Expand Down
2 changes: 1 addition & 1 deletion storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"storybook-dark-mode": "^4.0.1",
"svelte": "4.2.18",
"svelte-check": "^3.6.6",
"svelte-preprocess": "^5.1.3",
"svelte-preprocess": "^6.0.0",
"tailwindcss": "^3.4.4",
"typescript": "^5.3.3",
"vite": "^5.2.13",
Expand Down
10 changes: 9 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19210,7 +19210,7 @@ svelte-hmr@^0.16.0:
resolved "https://registry.yarnpkg.com/svelte-hmr/-/svelte-hmr-0.16.0.tgz#9f345b7d1c1662f1613747ed7e82507e376c1716"
integrity sha512-Gyc7cOS3VJzLlfj7wKS0ZnzDVdv3Pn2IuVeJPk9m2skfhcu5bq3wtIZyQGggr7/Iim5rH5cncyQft/kRLupcnA==

svelte-preprocess@^5.1.1, svelte-preprocess@^5.1.3, svelte-preprocess@^5.1.4:
svelte-preprocess@^5.1.1, svelte-preprocess@^5.1.3:
version "5.1.4"
resolved "https://registry.yarnpkg.com/svelte-preprocess/-/svelte-preprocess-5.1.4.tgz#14ada075c94bbd2b71c5ec70ff72f8ebe1c95b91"
integrity sha512-IvnbQ6D6Ao3Gg6ftiM5tdbR6aAETwjhHV+UKGf5bHGYR69RQvF1ho0JKPcbUON4vy4R7zom13jPjgdOWCQ5hDA==
Expand All @@ -19221,6 +19221,14 @@ svelte-preprocess@^5.1.1, svelte-preprocess@^5.1.3, svelte-preprocess@^5.1.4:
sorcery "^0.11.0"
strip-indent "^3.0.0"

svelte-preprocess@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/svelte-preprocess/-/svelte-preprocess-6.0.0.tgz#18767b4955ed9ea263012be9cffaba2e5c4bd6c2"
integrity sha512-sbyHnWBwIphuaJWC7hnJd6ZoW/VN0va3jVb/8dDfeT2+0hVmo1DCx+zBK0/JfUKQmzg/FOEtcsGKRnbt8pRRkw==
dependencies:
detect-indent "^6.1.0"
strip-indent "^3.0.0"

[email protected]:
version "2.4.1"
resolved "https://registry.yarnpkg.com/svelte-steps/-/svelte-steps-2.4.1.tgz#64e055735818e81454e1ca5be8b7b9fe23a8b239"
Expand Down

0 comments on commit d0333e3

Please sign in to comment.