From ba8bc4f5355ca69d45ececcf9196954dd8ae9159 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 09:42:48 +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.23. - [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.23 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..228a797 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.23" }, "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.23", + "resolved": "https://registry.npmjs.org/@raycast/api/-/api-1.104.23.tgz", + "integrity": "sha512-8ZdL9Jhc7C/+nQkUIM78pP0ODPR6wVvPjgg0uU6+n5hEaYABmrCIyA/gFcjfAYjU6EUFV2ZDHp6JNPFjQNyBWQ==", "license": "MIT", "dependencies": { "@oclif/core": "^4.8.4", diff --git a/raycast-theme/package.json b/raycast-theme/package.json index fe6e94a..9003624 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.23" }, "devDependencies": { "@raycast/eslint-config": "^2.2.0",