diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-01 04:39:03 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-03-01 04:39:38 +0000 |
commit | f56df8fe55a18d939659388b8ab31b2e36017bec (patch) | |
tree | 6f1ca3f1f73ee78626b8fc0f0228495a9dd1d515 | |
parent | Bump @types/node from 20.11.22 to 20.11.24 (diff) | |
download | zorascript-f56df8fe55a18d939659388b8ab31b2e36017bec.tar zorascript-f56df8fe55a18d939659388b8ab31b2e36017bec.tar.gz zorascript-f56df8fe55a18d939659388b8ab31b2e36017bec.tar.bz2 zorascript-f56df8fe55a18d939659388b8ab31b2e36017bec.tar.lz zorascript-f56df8fe55a18d939659388b8ab31b2e36017bec.tar.xz zorascript-f56df8fe55a18d939659388b8ab31b2e36017bec.tar.zst zorascript-f56df8fe55a18d939659388b8ab31b2e36017bec.zip |
Bump svelte-check from 3.6.5 to 3.6.6
Bumps [svelte-check](https://github.com/sveltejs/language-tools) from 3.6.5 to 3.6.6.
- [Release notes](https://github.com/sveltejs/language-tools/releases)
- [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check-3.6.5...svelte-check-3.6.6)
---
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 20beebd..13966ff 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.5", + "svelte-check": "^3.6.6", "tailwindcss": "3.4.1", "tslib": "^2.6.2", "typescript": "^5.3.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ff5a4fd..1a720c5 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.5 - version: 3.6.5(@babel/core@7.23.7)(postcss@8.4.35)(svelte@4.2.12) + specifier: ^3.6.6 + version: 3.6.6(@babel/core@7.23.7)(postcss@8.4.35)(svelte@4.2.12) tailwindcss: specifier: 3.4.1 version: 3.4.1 @@ -4442,8 +4442,8 @@ packages: engines: {node: '>= 0.4'} dev: true - /svelte-check@3.6.5(@babel/core@7.23.7)(postcss@8.4.35)(svelte@4.2.12): - resolution: {integrity: sha512-5aLgoQEdadvp8ypvKQ2avhnQ+V9YPQQaWrTFlXFw5g/v8xIQBvo+X/WqxTyD+V/ItDqXg3+abUA53rdDHgUjCA==} + /svelte-check@3.6.6(@babel/core@7.23.7)(postcss@8.4.35)(svelte@4.2.12): + resolution: {integrity: sha512-b9q9rOHOMYF3U8XllK7LmXTq1LeWQ98waGfEJzrFutViadkNl1tgdEtxIQ8yuPx+VQ4l7YrknYol+0lfZocaZw==} hasBin: true peerDependencies: svelte: ^3.55.0 || ^4.0.0-next.0 || ^4.0.0 || ^5.0.0-next.0 |