aboutsummaryrefslogtreecommitdiffstats
path: root/src/packages/svelte/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-11-18 23:26:54 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-11-18 23:27:07 +0000
commitee64fb215d353ecf5f84ba55f5df34cc6785b243 (patch)
tree470c2b7e41434de983e6275d1e8619e5aa3165eb /src/packages/svelte/package.json
parentbuild(deps-dev): bump the nodejs-dependencies group with 3 updates (diff)
downloadlocusts-ee64fb215d353ecf5f84ba55f5df34cc6785b243.tar
locusts-ee64fb215d353ecf5f84ba55f5df34cc6785b243.tar.gz
locusts-ee64fb215d353ecf5f84ba55f5df34cc6785b243.tar.bz2
locusts-ee64fb215d353ecf5f84ba55f5df34cc6785b243.tar.lz
locusts-ee64fb215d353ecf5f84ba55f5df34cc6785b243.tar.xz
locusts-ee64fb215d353ecf5f84ba55f5df34cc6785b243.tar.zst
locusts-ee64fb215d353ecf5f84ba55f5df34cc6785b243.zip
build(deps-dev): bump the nodejs-dependencies group with 3 updates
Bumps the nodejs-dependencies group with 3 updates: [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint), [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) and [svelte-check](https://github.com/sveltejs/language-tools). Updates `typescript-eslint` from 8.14.0 to 8.15.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.15.0/packages/typescript-eslint) Updates `svelte` from 5.2.0 to 5.2.3 - [Release notes](https://github.com/sveltejs/svelte/releases) - [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte/commits/svelte@5.2.3/packages/svelte) Updates `svelte-check` from 4.0.8 to 4.0.9 - [Release notes](https://github.com/sveltejs/language-tools/releases) - [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check-4.0.8...svelte-check-4.0.9) --- updated-dependencies: - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: nodejs-dependencies - dependency-name: svelte dependency-type: direct:development update-type: version-update:semver-patch dependency-group: nodejs-dependencies - dependency-name: svelte-check dependency-type: direct:development update-type: version-update:semver-patch dependency-group: nodejs-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'src/packages/svelte/package.json')
-rw-r--r--src/packages/svelte/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/packages/svelte/package.json b/src/packages/svelte/package.json
index 03fa319..921182f 100644
--- a/src/packages/svelte/package.json
+++ b/src/packages/svelte/package.json
@@ -61,10 +61,10 @@
"eslint-plugin-svelte": "^2.36.0",
"prettier-plugin-svelte": "^3.2.8",
"publint": "^0.2.0",
- "svelte": "^5.2.0",
- "svelte-check": "^4.0.8",
+ "svelte": "^5.2.3",
+ "svelte-check": "^4.0.9",
"typescript": "^5.6.3",
- "typescript-eslint": "^8.14.0",
+ "typescript-eslint": "^8.15.0",
"vite": "^5.4.11",
"vitest": "^2.1.5"
},