diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-04-02 04:32:08 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-04-02 04:32:45 +0000 |
commit | fb41f742b7e197aee7492e5955752c28624bf220 (patch) | |
tree | bfdf1661913273412aa25540b0da1df93fff7cca | |
parent | Bump vite from 5.2.6 to 5.2.7 (diff) | |
download | zorascript-fb41f742b7e197aee7492e5955752c28624bf220.tar zorascript-fb41f742b7e197aee7492e5955752c28624bf220.tar.gz zorascript-fb41f742b7e197aee7492e5955752c28624bf220.tar.bz2 zorascript-fb41f742b7e197aee7492e5955752c28624bf220.tar.lz zorascript-fb41f742b7e197aee7492e5955752c28624bf220.tar.xz zorascript-fb41f742b7e197aee7492e5955752c28624bf220.tar.zst zorascript-fb41f742b7e197aee7492e5955752c28624bf220.zip |
Bump svelte-check from 3.6.8 to 3.6.9
Bumps [svelte-check](https://github.com/sveltejs/language-tools) from 3.6.8 to 3.6.9.
- [Release notes](https://github.com/sveltejs/language-tools/releases)
- [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check-3.6.8...svelte-check-3.6.9)
---
updated-dependencies:
- dependency-name: svelte-check
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | clients/www/package.json | 2 | ||||
-rw-r--r-- | pnpm-lock.yaml | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/clients/www/package.json b/clients/www/package.json index f916860..f23ceca 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -33,7 +33,7 @@ "prettier": "^3.2.5", "prettier-plugin-svelte": "^3.2.2", "svelte": "^4.2.12", - "svelte-check": "^3.6.8", + "svelte-check": "^3.6.9", "tailwindcss": "3.4.3", "tslib": "^2.6.2", "typescript": "^5.4.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c933af0..49deb13 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -84,8 +84,8 @@ importers: specifier: ^4.2.12 version: 4.2.12 svelte-check: - specifier: ^3.6.8 - version: 3.6.8(@babel/core@7.23.7)(postcss@8.4.38)(svelte@4.2.12) + specifier: ^3.6.9 + version: 3.6.9(@babel/core@7.23.7)(postcss@8.4.38)(svelte@4.2.12) tailwindcss: specifier: 3.4.3 version: 3.4.3 @@ -4485,8 +4485,8 @@ packages: engines: {node: '>= 0.4'} dev: true - /svelte-check@3.6.8(@babel/core@7.23.7)(postcss@8.4.38)(svelte@4.2.12): - resolution: {integrity: sha512-rhXU7YCDtL+lq2gCqfJDXKTxJfSsCgcd08d7VWBFxTw6IWIbMWSaASbAOD3N0VV9TYSSLUqEBiratLd8WxAJJA==} + /svelte-check@3.6.9(@babel/core@7.23.7)(postcss@8.4.38)(svelte@4.2.12): + resolution: {integrity: sha512-hDQrk3L0osX07djQyMiXocKysTLfusqi8AriNcCiQxhQR49/LonYolcUGMtZ0fbUR8HTR198Prrgf52WWU9wEg==} hasBin: true peerDependencies: svelte: ^3.55.0 || ^4.0.0-next.0 || ^4.0.0 || ^5.0.0-next.0 |