aboutsummaryrefslogtreecommitdiffstats
path: root/clients/www/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-09-23 04:47:08 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-09-23 04:47:50 +0000
commit7da42428ffdeb0d5ccd52421d48c4c2f36fe9bbd (patch)
tree63ddadb51c3c6365083c99106da62a6b6369fc6d /clients/www/package.json
parentBump the node-deps group with 3 updates (diff)
downloadzorascript-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/package.json')
-rw-r--r--clients/www/package.json4
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"