diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-10-15 04:55:35 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-10-15 04:56:10 +0000 |
commit | 524b62f4cede1a71206b0c194b1a161b6e432017 (patch) | |
tree | 5fa313cc302a73f0feca8db3a328c395975892fb /clients/www | |
parent | Bump the node-deps group with 3 updates (diff) | |
download | zorascript-524b62f4cede1a71206b0c194b1a161b6e432017.tar zorascript-524b62f4cede1a71206b0c194b1a161b6e432017.tar.gz zorascript-524b62f4cede1a71206b0c194b1a161b6e432017.tar.bz2 zorascript-524b62f4cede1a71206b0c194b1a161b6e432017.tar.lz zorascript-524b62f4cede1a71206b0c194b1a161b6e432017.tar.xz zorascript-524b62f4cede1a71206b0c194b1a161b6e432017.tar.zst zorascript-524b62f4cede1a71206b0c194b1a161b6e432017.zip |
Bump the node-deps group with 4 updates
Bumps the node-deps group with 4 updates: [@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), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).
Updates `@sveltejs/kit` from 2.7.0 to 2.7.1
- [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.7.1/packages/kit)
Updates `@typescript-eslint/eslint-plugin` from 8.8.1 to 8.9.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.9.0/packages/eslint-plugin)
Updates `@typescript-eslint/parser` from 8.8.1 to 8.9.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.9.0/packages/parser)
Updates `vite` from 5.4.8 to 5.4.9
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.9/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.9/packages/vite)
---
updated-dependencies:
- 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
- dependency-name: vite
dependency-type: direct:development
update-type: version-update:semver-patch
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 ff125be..fe9fa56 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -17,13 +17,13 @@ "@skeletonlabs/skeleton": "2.10.2", "@skeletonlabs/tw-plugin": "0.4.0", "@sveltejs/adapter-static": "^3.0.5", - "@sveltejs/kit": "^2.7.0", + "@sveltejs/kit": "^2.7.1", "@sveltejs/vite-plugin-svelte": "^3.1.2", "@tailwindcss/forms": "0.5.9", "@tailwindcss/typography": "0.5.15", "@types/node": "22.7.5", - "@typescript-eslint/eslint-plugin": "^8.8.1", - "@typescript-eslint/parser": "^8.8.1", + "@typescript-eslint/eslint-plugin": "^8.9.0", + "@typescript-eslint/parser": "^8.9.0", "@vite-pwa/sveltekit": "^0.6.5", "autoprefixer": "10.4.20", "eslint": "^9.12.0", @@ -39,7 +39,7 @@ "tailwindcss": "3.4.13", "tslib": "^2.7.0", "typescript": "^5.6.3", - "vite": "^5.4.8", + "vite": "^5.4.9", "vite-plugin-tailwind-purgecss": "0.3.3" }, "type": "module" |