aboutsummaryrefslogtreecommitdiffstats
path: root/clients
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-01-21 05:01:41 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2025-01-21 05:02:17 +0000
commitcdd25ff1d5f2ee620734169713592ce609e3471e (patch)
treea8d728621d92f1ec85aead87ddda67200cb4c0aa /clients
parentBump the node-deps group across 1 directory with 4 updates (diff)
downloadzorascript-cdd25ff1d5f2ee620734169713592ce609e3471e.tar
zorascript-cdd25ff1d5f2ee620734169713592ce609e3471e.tar.gz
zorascript-cdd25ff1d5f2ee620734169713592ce609e3471e.tar.bz2
zorascript-cdd25ff1d5f2ee620734169713592ce609e3471e.tar.lz
zorascript-cdd25ff1d5f2ee620734169713592ce609e3471e.tar.xz
zorascript-cdd25ff1d5f2ee620734169713592ce609e3471e.tar.zst
zorascript-cdd25ff1d5f2ee620734169713592ce609e3471e.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.20.0 to 8.21.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.21.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.20.0 to 8.21.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.21.0/packages/parser) Updates `vite` from 6.0.7 to 6.0.10 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.0.10/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')
-rw-r--r--clients/www/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/clients/www/package.json b/clients/www/package.json
index fcafe2d..92b998e 100644
--- a/clients/www/package.json
+++ b/clients/www/package.json
@@ -22,8 +22,8 @@
"@tailwindcss/forms": "0.5.10",
"@tailwindcss/typography": "0.5.16",
"@types/node": "22.10.7",
- "@typescript-eslint/eslint-plugin": "^8.20.0",
- "@typescript-eslint/parser": "^8.20.0",
+ "@typescript-eslint/eslint-plugin": "^8.21.0",
+ "@typescript-eslint/parser": "^8.21.0",
"@vite-pwa/sveltekit": "^0.6.7",
"autoprefixer": "10.4.20",
"eslint": "^9.18.0",
@@ -39,7 +39,7 @@
"tailwindcss": "3.4.17",
"tslib": "^2.8.1",
"typescript": "^5.7.3",
- "vite": "^6.0.7",
+ "vite": "^6.0.10",
"vite-plugin-pwa": "^0.21.1",
"vite-plugin-tailwind-purgecss": "0.3.5"
},