aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-10-08 04:59:45 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-10-08 05:00:26 +0000
commit12a7e8c0bb3c9cb972581155eb539ace13aaaa0b (patch)
treee2a19ae23794dc2b9a52a188e0bcfd3a746cf6c6 /package.json
parentBump the node-deps group with 2 updates (diff)
downloadzorascript-12a7e8c0bb3c9cb972581155eb539ace13aaaa0b.tar
zorascript-12a7e8c0bb3c9cb972581155eb539ace13aaaa0b.tar.gz
zorascript-12a7e8c0bb3c9cb972581155eb539ace13aaaa0b.tar.bz2
zorascript-12a7e8c0bb3c9cb972581155eb539ace13aaaa0b.tar.lz
zorascript-12a7e8c0bb3c9cb972581155eb539ace13aaaa0b.tar.xz
zorascript-12a7e8c0bb3c9cb972581155eb539ace13aaaa0b.tar.zst
zorascript-12a7e8c0bb3c9cb972581155eb539ace13aaaa0b.zip
Bump the node-deps group with 5 updates
Bumps the node-deps group with 5 updates: | Package | From | To | | --- | --- | --- | | [@tauri-apps/cli](https://github.com/tauri-apps/tauri) | `2.0.1` | `2.0.2` | | [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `2.6.2` | `2.6.3` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.7.4` | `22.7.5` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.8.0` | `8.8.1` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.8.0` | `8.8.1` | Updates `@tauri-apps/cli` from 2.0.1 to 2.0.2 - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](https://github.com/tauri-apps/tauri/compare/@tauri-apps/cli-v2.0.1...@tauri-apps/cli-v2.0.2) Updates `@sveltejs/kit` from 2.6.2 to 2.6.3 - [Release notes](https://github.com/sveltejs/kit/releases) - [Changelog](https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md) - [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@2.6.3/packages/kit) Updates `@types/node` from 22.7.4 to 22.7.5 - [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.8.0 to 8.8.1 - [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.8.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.8.0 to 8.8.1 - [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.8.1/packages/parser) --- updated-dependencies: - dependency-name: "@tauri-apps/cli" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: node-deps - dependency-name: "@sveltejs/kit" 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-patch dependency-group: node-deps - dependency-name: "@typescript-eslint/parser" 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 '')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 6850a24..3f52bfc 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,7 @@
"author": "Matt Strapp <matt@mattstrapp.net>",
"private": true,
"devDependencies": {
- "@tauri-apps/cli": "^2.0.1",
+ "@tauri-apps/cli": "^2.0.2",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.44.1",