diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-17 04:55:57 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-09-17 04:56:34 +0000 |
commit | 89d6d699517d54c58e0807d9a26a810e1bcd2513 (patch) | |
tree | c6fd8cd40c7da6d09815713f0f66623738e88560 /clients/www | |
parent | Bump the node-deps group with 7 updates (diff) | |
download | zorascript-89d6d699517d54c58e0807d9a26a810e1bcd2513.tar zorascript-89d6d699517d54c58e0807d9a26a810e1bcd2513.tar.gz zorascript-89d6d699517d54c58e0807d9a26a810e1bcd2513.tar.bz2 zorascript-89d6d699517d54c58e0807d9a26a810e1bcd2513.tar.lz zorascript-89d6d699517d54c58e0807d9a26a810e1bcd2513.tar.xz zorascript-89d6d699517d54c58e0807d9a26a810e1bcd2513.tar.zst zorascript-89d6d699517d54c58e0807d9a26a810e1bcd2513.zip |
Bump the node-deps group with 3 updates
Bumps the node-deps group with 3 updates: [@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 `@typescript-eslint/eslint-plugin` from 8.5.0 to 8.6.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.6.0/packages/eslint-plugin)
Updates `@typescript-eslint/parser` from 8.5.0 to 8.6.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.6.0/packages/parser)
Updates `vite` from 5.4.5 to 5.4.6
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.6/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.6/packages/vite)
---
updated-dependencies:
- 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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clients/www/package.json b/clients/www/package.json index ec81681..e702a59 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -22,8 +22,8 @@ "@tailwindcss/forms": "0.5.9", "@tailwindcss/typography": "0.5.15", "@types/node": "22.5.5", - "@typescript-eslint/eslint-plugin": "^8.5.0", - "@typescript-eslint/parser": "^8.5.0", + "@typescript-eslint/eslint-plugin": "^8.6.0", + "@typescript-eslint/parser": "^8.6.0", "@vite-pwa/sveltekit": "^0.6.5", "autoprefixer": "10.4.20", "eslint": "^9.10.0", @@ -39,7 +39,7 @@ "tailwindcss": "3.4.11", "tslib": "^2.7.0", "typescript": "^5.6.2", - "vite": "^5.4.5", + "vite": "^5.4.6", "vite-plugin-tailwind-purgecss": "0.3.3" }, "type": "module" |