Fix Stage Manager resize issue on iPadOS (#1563)

This commit is contained in:
Michael-128
2026-08-24 18:12:06 +02:00
parent 12025ab59a
commit 96fc9adbbf
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -20,7 +20,7 @@
"@capacitor/ios": "^7.0.0",
"@capacitor/network": "^7.0.0",
"@capacitor/preferences": "^7.0.0",
"@capacitor/status-bar": "^7.0.0",
"@capacitor/status-bar": "^7.0.6",
"@nuxtjs/axios": "^5.13.6",
"@teckel/vue-pdf": "^4.3.5",
"@webnativellc/capacitor-filesharer": "7.0.4",
@@ -1883,9 +1883,9 @@
}
},
"node_modules/@capacitor/status-bar": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/@capacitor/status-bar/-/status-bar-7.0.1.tgz",
"integrity": "sha512-iDv3mXYo9CdxYRVwt3/pRyuk25p7Sn4GfaS/zMZyVIqTzsvKLCIIH3GdKK+ta+nsNcAVpCw/t5jFEBt1D18ctA==",
"version": "7.0.6",
"resolved": "https://registry.npmjs.org/@capacitor/status-bar/-/status-bar-7.0.6.tgz",
"integrity": "sha512-7AVqj46b26QikImQzWfsJmzG8NUJZBGkrVSuoeTo+SX/YH3hXH0MqwwFgMqMGHfa/BICDgSvTjM9miVFlq0+RQ==",
"license": "MIT",
"peerDependencies": {
"@capacitor/core": ">=7.0.0"
+1 -1
View File
@@ -27,7 +27,7 @@
"@capacitor/ios": "^7.0.0",
"@capacitor/network": "^7.0.0",
"@capacitor/preferences": "^7.0.0",
"@capacitor/status-bar": "^7.0.0",
"@capacitor/status-bar": "^7.0.6",
"@nuxtjs/axios": "^5.13.6",
"@teckel/vue-pdf": "^4.3.5",
"buffer": "^6.0.3",