diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-23 04:47:08 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-09-23 04:47:50 +0000 |
commit | 7da42428ffdeb0d5ccd52421d48c4c2f36fe9bbd (patch) | |
tree | 63ddadb51c3c6365083c99106da62a6b6369fc6d /clients/www | |
parent | Bump the node-deps group with 3 updates (diff) | |
download | zorascript-7da42428ffdeb0d5ccd52421d48c4c2f36fe9bbd.tar zorascript-7da42428ffdeb0d5ccd52421d48c4c2f36fe9bbd.tar.gz zorascript-7da42428ffdeb0d5ccd52421d48c4c2f36fe9bbd.tar.bz2 zorascript-7da42428ffdeb0d5ccd52421d48c4c2f36fe9bbd.tar.lz zorascript-7da42428ffdeb0d5ccd52421d48c4c2f36fe9bbd.tar.xz zorascript-7da42428ffdeb0d5ccd52421d48c4c2f36fe9bbd.tar.zst zorascript-7da42428ffdeb0d5ccd52421d48c4c2f36fe9bbd.zip |
Bump the node-deps group with 2 updates
Bumps the node-deps group with 2 updates: [eslint](https://github.com/eslint/eslint) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).
Updates `eslint` from 9.10.0 to 9.11.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v9.10.0...v9.11.0)
Updates `vite` from 5.4.6 to 5.4.7
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.7/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.7/packages/vite)
---
updated-dependencies:
- dependency-name: eslint
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clients/www/package.json b/clients/www/package.json index a6ac7a7..d80df9f 100644 --- a/clients/www/package.json +++ b/clients/www/package.json @@ -26,7 +26,7 @@ "@typescript-eslint/parser": "^8.6.0", "@vite-pwa/sveltekit": "^0.6.5", "autoprefixer": "10.4.20", - "eslint": "^9.10.0", + "eslint": "^9.11.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-svelte": "^2.44.0", "iconify-icon": "^2.1.0", @@ -39,7 +39,7 @@ "tailwindcss": "3.4.12", "tslib": "^2.7.0", "typescript": "^5.6.2", - "vite": "^5.4.6", + "vite": "^5.4.7", "vite-plugin-tailwind-purgecss": "0.3.3" }, "type": "module" |