aboutsummaryrefslogtreecommitdiffstats
path: root/clients/www
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-10-22 04:38:45 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-10-22 04:39:20 +0000
commit4397659d524d9408dd4ae602172298c5f704da9f (patch)
tree4efbf103ecd9a0bca6233cdca41576f25c9b82c8 /clients/www
parentBump the node-deps group with 7 updates (diff)
downloadzorascript-4397659d524d9408dd4ae602172298c5f704da9f.tar
zorascript-4397659d524d9408dd4ae602172298c5f704da9f.tar.gz
zorascript-4397659d524d9408dd4ae602172298c5f704da9f.tar.bz2
zorascript-4397659d524d9408dd4ae602172298c5f704da9f.tar.lz
zorascript-4397659d524d9408dd4ae602172298c5f704da9f.tar.xz
zorascript-4397659d524d9408dd4ae602172298c5f704da9f.tar.zst
zorascript-4397659d524d9408dd4ae602172298c5f704da9f.zip
Bump the node-deps group with 5 updatesHEADmaster
Bumps the node-deps group with 5 updates: | Package | From | To | | --- | --- | --- | | [@tauri-apps/cli](https://github.com/tauri-apps/tauri) | `2.0.3` | `2.0.4` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.7.7` | `22.7.8` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.10.0` | `8.11.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.10.0` | `8.11.0` | | [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `5.0.3` | `5.0.5` | Updates `@tauri-apps/cli` from 2.0.3 to 2.0.4 - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v2.0.3...@tauri-apps/cli-v2.0.4) Updates `@types/node` from 22.7.7 to 22.7.8 - [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.10.0 to 8.11.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.11.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.10.0 to 8.11.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.11.0/packages/parser) Updates `svelte` from 5.0.3 to 5.0.5 - [Release notes](https://github.com/sveltejs/svelte/releases) - [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte/commits/svelte@5.0.5/packages/svelte) --- updated-dependencies: - dependency-name: "@tauri-apps/cli" 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-patch 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: svelte 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.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/clients/www/package.json b/clients/www/package.json
index 4cff8fc..45b8797 100644
--- a/clients/www/package.json
+++ b/clients/www/package.json
@@ -21,9 +21,9 @@
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@tailwindcss/forms": "0.5.9",
"@tailwindcss/typography": "0.5.15",
- "@types/node": "22.7.7",
- "@typescript-eslint/eslint-plugin": "^8.10.0",
- "@typescript-eslint/parser": "^8.10.0",
+ "@types/node": "22.7.8",
+ "@typescript-eslint/eslint-plugin": "^8.11.0",
+ "@typescript-eslint/parser": "^8.11.0",
"@vite-pwa/sveltekit": "^0.6.6",
"autoprefixer": "10.4.20",
"eslint": "^9.13.0",
@@ -33,7 +33,7 @@
"postcss": "8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
- "svelte": "^5.0.3",
+ "svelte": "^5.0.5",
"svelte-check": "^4.0.5",
"svelte-persisted-store": "^0.11.0",
"tailwindcss": "3.4.14",