aboutsummaryrefslogtreecommitdiffstats
path: root/clients
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-09-24 04:51:55 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-09-24 04:52:32 +0000
commit9e22be4e4a7517ae95c5453b3ab2bebd0f774d7e (patch)
tree36f2ee39c408e237d9256cf342a00f9dfef1b13d /clients
parentBump the node-deps group with 2 updates (diff)
downloadzorascript-9e22be4e4a7517ae95c5453b3ab2bebd0f774d7e.tar
zorascript-9e22be4e4a7517ae95c5453b3ab2bebd0f774d7e.tar.gz
zorascript-9e22be4e4a7517ae95c5453b3ab2bebd0f774d7e.tar.bz2
zorascript-9e22be4e4a7517ae95c5453b3ab2bebd0f774d7e.tar.lz
zorascript-9e22be4e4a7517ae95c5453b3ab2bebd0f774d7e.tar.xz
zorascript-9e22be4e4a7517ae95c5453b3ab2bebd0f774d7e.tar.zst
zorascript-9e22be4e4a7517ae95c5453b3ab2bebd0f774d7e.zip
Bump the node-deps group with 5 updates
Bumps the node-deps group with 5 updates: | Package | From | To | | --- | --- | --- | | [eslint](https://github.com/eslint/eslint) | `9.11.0` | `9.11.1` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.5.5` | `22.6.1` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.6.0` | `8.7.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.6.0` | `8.7.0` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.12` | `3.4.13` | Updates `eslint` from 9.11.0 to 9.11.1 - [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.11.0...v9.11.1) Updates `@types/node` from 22.5.5 to 22.6.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@typescript-eslint/eslint-plugin` from 8.6.0 to 8.7.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.7.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.6.0 to 8.7.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.7.0/packages/parser) Updates `tailwindcss` from 3.4.12 to 3.4.13 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.13/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.12...v3.4.13) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-patch dependency-group: node-deps - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor 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: tailwindcss 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.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/clients/www/package.json b/clients/www/package.json
index d80df9f..5f52006 100644
--- a/clients/www/package.json
+++ b/clients/www/package.json
@@ -21,12 +21,12 @@
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tailwindcss/forms": "0.5.9",
"@tailwindcss/typography": "0.5.15",
- "@types/node": "22.5.5",
- "@typescript-eslint/eslint-plugin": "^8.6.0",
- "@typescript-eslint/parser": "^8.6.0",
+ "@types/node": "22.6.1",
+ "@typescript-eslint/eslint-plugin": "^8.7.0",
+ "@typescript-eslint/parser": "^8.7.0",
"@vite-pwa/sveltekit": "^0.6.5",
"autoprefixer": "10.4.20",
- "eslint": "^9.11.0",
+ "eslint": "^9.11.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.44.0",
"iconify-icon": "^2.1.0",
@@ -36,7 +36,7 @@
"svelte": "^4.2.19",
"svelte-check": "^4.0.2",
"svelte-persisted-store": "^0.11.0",
- "tailwindcss": "3.4.12",
+ "tailwindcss": "3.4.13",
"tslib": "^2.7.0",
"typescript": "^5.6.2",
"vite": "^5.4.7",