From ce35c42491abd14628a2fb0caea860f31af30865 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 21:26:42 +0000 Subject: [PATCH] chore(deps): bump @capacitor/screen-orientation in /src-capacitor Bumps [@capacitor/screen-orientation](https://github.com/ionic-team/capacitor-plugins) from 7.0.2 to 8.0.0. - [Release notes](https://github.com/ionic-team/capacitor-plugins/releases) - [Changelog](https://github.com/ionic-team/capacitor-plugins/blob/main/CHANGELOG.md) - [Commits](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/screen-orientation@7.0.2...@capacitor/screen-orientation@8.0.0) --- updated-dependencies: - dependency-name: "@capacitor/screen-orientation" dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src-capacitor/package-lock.json | 10 +++++----- src-capacitor/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src-capacitor/package-lock.json b/src-capacitor/package-lock.json index 7115ab46..0989d0cb 100644 --- a/src-capacitor/package-lock.json +++ b/src-capacitor/package-lock.json @@ -15,7 +15,7 @@ "@capacitor/device": "^7.0.2", "@capacitor/filesystem": "^7.1.5", "@capacitor/keyboard": "^7.0.3", - "@capacitor/screen-orientation": "^7.0.2", + "@capacitor/screen-orientation": "^8.0.0", "@capacitor/splash-screen": "^7.0.3", "@capawesome/capacitor-android-edge-to-edge-support": "^7.2.3" } @@ -124,12 +124,12 @@ } }, "node_modules/@capacitor/screen-orientation": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/@capacitor/screen-orientation/-/screen-orientation-7.0.2.tgz", - "integrity": "sha512-73+ZeD0eZYJjTL/gcSCBuqmlCdO3LqIMcHgS21olrQE5MAmOodmmDwPV523OJbs8T0Ye3FXK7TSsq0BCZ3EQdQ==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/@capacitor/screen-orientation/-/screen-orientation-8.0.0.tgz", + "integrity": "sha512-wjIYtDuNAbbg+rovOQPL9jYXBBNy8YJCKzicAZA9AKfHUubREuxrLmkuE2K95kckFfHuWtZ45wzr0Yapmn2c5A==", "license": "MIT", "peerDependencies": { - "@capacitor/core": ">=7.0.0" + "@capacitor/core": ">=8.0.0" } }, "node_modules/@capacitor/splash-screen": { diff --git a/src-capacitor/package.json b/src-capacitor/package.json index d8fad577..2568fd31 100644 --- a/src-capacitor/package.json +++ b/src-capacitor/package.json @@ -12,7 +12,7 @@ "@capacitor/device": "^7.0.2", "@capacitor/filesystem": "^7.1.5", "@capacitor/keyboard": "^7.0.3", - "@capacitor/screen-orientation": "^7.0.2", + "@capacitor/screen-orientation": "^8.0.0", "@capacitor/splash-screen": "^7.0.3", "@capawesome/capacitor-android-edge-to-edge-support": "^7.2.3" }