Skip to content

Commit 74883f9

Browse files
Copilotjohnborges
andcommitted
Address PR feedback: use next tag and revert @ionic/core, @stencil/core versions
Co-authored-by: johnborges <[email protected]>
1 parent 39766e0 commit 74883f9

File tree

5 files changed

+68
-68
lines changed

5 files changed

+68
-68
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let package = Package(
1010
targets: ["AppIconPlugin"])
1111
],
1212
dependencies: [
13-
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-beta.0")
13+
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "8.0.0-alpha.3")
1414
],
1515
targets: [
1616
.target(

example/package-lock.json

Lines changed: 40 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@
1515
"generate": "stencil generate"
1616
},
1717
"devDependencies": {
18-
"@capacitor/cli": "^8.0.0-beta.0",
19-
"@ionic/core": "^8.7.11",
20-
"@stencil/core": "^4.38.3"
18+
"@capacitor/cli": "next",
19+
"@ionic/core": "^8.4.1",
20+
"@stencil/core": "^4.23.0"
2121
},
2222
"dependencies": {
2323
"@capacitor-community/app-icon": "file:..",
24-
"@capacitor/android": "^8.0.0-beta.0",
25-
"@capacitor/app": "^8.0.0-beta.0",
26-
"@capacitor/core": "^8.0.0-beta.0",
27-
"@capacitor/device": "^8.0.0-beta.0",
28-
"@capacitor/haptics": "^8.0.0-beta.0",
29-
"@capacitor/ios": "^8.0.0-beta.0",
30-
"@capacitor/keyboard": "^8.0.0-beta.0"
24+
"@capacitor/android": "next",
25+
"@capacitor/app": "next",
26+
"@capacitor/core": "next",
27+
"@capacitor/device": "next",
28+
"@capacitor/haptics": "next",
29+
"@capacitor/ios": "next",
30+
"@capacitor/keyboard": "next"
3131
}
3232
}

package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@
4949
"prepublishOnly": "npm run build"
5050
},
5151
"devDependencies": {
52-
"@capacitor/android": "^8.0.0-beta.0",
53-
"@capacitor/core": "^8.0.0-beta.0",
52+
"@capacitor/android": "next",
53+
"@capacitor/core": "next",
5454
"@capacitor/docgen": "^0.3.0",
55-
"@capacitor/ios": "^8.0.0-beta.0",
55+
"@capacitor/ios": "next",
5656
"@ionic/eslint-config": "^0.4.0",
5757
"@ionic/prettier-config": "^4.0.0",
5858
"@ionic/swiftlint-config": "^2.0.0",

0 commit comments

Comments
 (0)