From 6e39db090009439b9285b8aa924cf097be839241 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 09:42:45 +0000 Subject: [PATCH] chore(deps): bump @raycast/api in /raycast-theme Bumps [@raycast/api](https://github.com/raycast/extensions) from 1.104.22 to 1.104.24. - [Changelog](https://github.com/raycast/extensions/blob/main/docs/changelog.md) - [Commits](https://github.com/raycast/extensions/commits) --- updated-dependencies: - dependency-name: "@raycast/api" dependency-version: 1.104.24 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- raycast-theme/package-lock.json | 8 ++++---- raycast-theme/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/raycast-theme/package-lock.json b/raycast-theme/package-lock.json index 34bb99e..754981f 100644 --- a/raycast-theme/package-lock.json +++ b/raycast-theme/package-lock.json @@ -7,7 +7,7 @@ "name": "theme-switcher", "license": "MIT", "dependencies": { - "@raycast/api": "^1.104.22" + "@raycast/api": "^1.104.24" }, "devDependencies": { "@raycast/eslint-config": "^2.2.0", @@ -1030,9 +1030,9 @@ } }, "node_modules/@raycast/api": { - "version": "1.104.22", - "resolved": "https://registry.npmjs.org/@raycast/api/-/api-1.104.22.tgz", - "integrity": "sha512-t4HwubTb1qpbaxdP8mu62Ugd1qYgcOM4Lc4+7EsxPPm7g3g5xlarH+MG+/kQEGrUukctGwrNL8S6VCVnuGIutw==", + "version": "1.104.24", + "resolved": "https://registry.npmjs.org/@raycast/api/-/api-1.104.24.tgz", + "integrity": "sha512-Jppfyi1T7wcGXZFxpzXuvNAKUPQ+BQkKC0N3rJBz1epp/z22SH9aLA23YZRk/ickGwEm6DI/7OY7Jin8dD53Sg==", "license": "MIT", "dependencies": { "@oclif/core": "^4.8.4", diff --git a/raycast-theme/package.json b/raycast-theme/package.json index fe6e94a..028aff1 100644 --- a/raycast-theme/package.json +++ b/raycast-theme/package.json @@ -50,7 +50,7 @@ } ], "dependencies": { - "@raycast/api": "^1.104.22" + "@raycast/api": "^1.104.24" }, "devDependencies": { "@raycast/eslint-config": "^2.2.0",