diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-13 04:55:00 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-08-13 04:55:43 +0000 |
commit | 57b5613dadf8dd7306d80e500d1bbf112498f79d (patch) | |
tree | 1ca38ff071266cb276844f36bb1036756ea522a5 /clients/www | |
parent | Bump the node-deps group with 4 updates (diff) | |
download | zorascript-57b5613dadf8dd7306d80e500d1bbf112498f79d.tar zorascript-57b5613dadf8dd7306d80e500d1bbf112498f79d.tar.gz zorascript-57b5613dadf8dd7306d80e500d1bbf112498f79d.tar.bz2 zorascript-57b5613dadf8dd7306d80e500d1bbf112498f79d.tar.lz zorascript-57b5613dadf8dd7306d80e500d1bbf112498f79d.tar.xz zorascript-57b5613dadf8dd7306d80e500d1bbf112498f79d.tar.zst zorascript-57b5613dadf8dd7306d80e500d1bbf112498f79d.zip |
Bump the node-deps group with 4 updates
Bumps the node-deps group with 4 updates: [@sveltejs/adapter-static](https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-static), [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).
Updates `@sveltejs/adapter-static` from 3.0.3 to 3.0.4
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/adapter-static/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/adapter-static@3.0.4/packages/adapter-static)
Updates `@sveltejs/kit` from 2.5.21 to 2.5.22
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@2.5.22/packages/kit)
Updates `@typescript-eslint/eslint-plugin` from 8.0.1 to 8.1.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.1.0/packages/eslint-plugin)
Updates `@typescript-eslint/parser` from 8.0.1 to 8.1.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.1.0/packages/parser)
---
updated-dependencies:
- dependency-name: "@sveltejs/adapter-static"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: node-deps
- dependency-name: "@sveltejs/kit"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: node-deps
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: node-deps
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: node-deps
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'clients/www')
-rw-r--r-- | clients/www/package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/clients/www/package.json b/clients/www/package.json index 059be9a..5a6f915 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -16,14 +16,14 @@ "devDependencies": { "@skeletonlabs/skeleton": "2.10.2", "@skeletonlabs/tw-plugin": "0.4.0", - "@sveltejs/adapter-static": "^3.0.3", - "@sveltejs/kit": "^2.5.21", + "@sveltejs/adapter-static": "^3.0.4", + "@sveltejs/kit": "^2.5.22", "@sveltejs/vite-plugin-svelte": "^3.1.1", "@tailwindcss/forms": "0.5.7", "@tailwindcss/typography": "0.5.14", "@types/node": "22.2.0", - "@typescript-eslint/eslint-plugin": "^8.0.1", - "@typescript-eslint/parser": "^8.0.1", + "@typescript-eslint/eslint-plugin": "^8.1.0", + "@typescript-eslint/parser": "^8.1.0", "@vite-pwa/sveltekit": "^0.6.0", "autoprefixer": "10.4.20", "eslint": "^9.9.0", |