Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent b35e7be commit 0e73ea4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"svelte": "4.2.18",
"svelte-fa": "^4.0.2",
"svelte-markdown": "^0.4.1",
"svelte-preprocess": "^6.0.0",
"svelte-preprocess": "^6.0.1",
"tailwindcss": "^3.4.4",
"vitest": "^1.6.0"
}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4492,10 +4492,10 @@ svelte-preprocess@^5.1.3:
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==
svelte-preprocess@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/svelte-preprocess/-/svelte-preprocess-6.0.1.tgz#d105bac011899d6938f7a2a1bb2a5b6b18ed1e80"
integrity sha512-vNgXoyqWwahdpEX9XbQHcAHt41TkXnf8bRDxT5PjISHbZD1dVH4b2OsJ2fVQTBb3qP05x0GuYE9iS5vhD+Dniw==
dependencies:
detect-indent "^6.1.0"
strip-indent "^3.0.0"
Expand Down

0 comments on commit 0e73ea4

Please sign in to comment.