From 9f1c06e2090cb605afb9ee257bada0c0864674e3 Mon Sep 17 00:00:00 2001 From: IT-MikeS <20338451+IT-MikeS@users.noreply.github.com> Date: Fri, 12 Apr 2024 10:59:47 -0400 Subject: [PATCH] chore: set deps in prep for v6 release --- action-sheet/package.json | 8 ++++---- app-launcher/package.json | 8 ++++---- app/package.json | 8 ++++---- browser/package.json | 8 ++++---- camera/package.json | 8 ++++---- clipboard/package.json | 8 ++++---- device/package.json | 8 ++++---- dialog/package.json | 8 ++++---- filesystem/package.json | 8 ++++---- geolocation/package.json | 8 ++++---- haptics/package.json | 8 ++++---- keyboard/package.json | 10 +++++----- local-notifications/package.json | 10 +++++----- motion/package.json | 8 ++++---- network/package.json | 8 ++++---- preferences/package.json | 8 ++++---- push-notifications/package.json | 10 +++++----- screen-orientation/package.json | 8 ++++---- screen-reader/package.json | 8 ++++---- share/package.json | 8 ++++---- splash-screen/package.json | 10 +++++----- status-bar/package.json | 8 ++++---- text-zoom/package.json | 8 ++++---- toast/package.json | 8 ++++---- 24 files changed, 100 insertions(+), 100 deletions(-) diff --git a/action-sheet/package.json b/action-sheet/package.json index 74d4f0cf9..e6e84061d 100644 --- a/action-sheet/package.json +++ b/action-sheet/package.json @@ -47,10 +47,10 @@ "publish:cocoapod": "pod trunk push ./CapacitorActionSheet.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "next", - "@capacitor/core": "next", + "@capacitor/android": "^6.0.0", + "@capacitor/core": "^6.0.0", "@capacitor/docgen": "0.2.2", - "@capacitor/ios": "next", + "@capacitor/ios": "^6.0.0", "@ionic/eslint-config": "^0.3.0", "@ionic/prettier-config": "~1.0.1", "@ionic/swiftlint-config": "^1.1.2", @@ -63,7 +63,7 @@ "typescript": "~4.1.5" }, "peerDependencies": { - "@capacitor/core": "next" + "@capacitor/core": "^6.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/app-launcher/package.json b/app-launcher/package.json index b5c5ab5bf..cabf530a3 100644 --- a/app-launcher/package.json +++ b/app-launcher/package.json @@ -47,10 +47,10 @@ "publish:cocoapod": "pod trunk push ./CapacitorAppLauncher.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "next", - "@capacitor/core": "next", + "@capacitor/android": "^6.0.0", + "@capacitor/core": "^6.0.0", "@capacitor/docgen": "0.2.2", - "@capacitor/ios": "next", + "@capacitor/ios": "^6.0.0", "@ionic/eslint-config": "^0.3.0", "@ionic/prettier-config": "~1.0.1", "@ionic/swiftlint-config": "^1.1.2", @@ -63,7 +63,7 @@ "typescript": "~4.1.5" }, "peerDependencies": { - "@capacitor/core": "next" + "@capacitor/core": "^6.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/app/package.json b/app/package.json index 5b2e8e748..27dec2d27 100644 --- a/app/package.json +++ b/app/package.json @@ -47,10 +47,10 @@ "publish:cocoapod": "pod trunk push ./CapacitorApp.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "next", - "@capacitor/core": "next", + "@capacitor/android": "^6.0.0", + "@capacitor/core": "^6.0.0", "@capacitor/docgen": "0.2.2", - "@capacitor/ios": "next", + "@capacitor/ios": "^6.0.0", "@ionic/eslint-config": "^0.3.0", "@ionic/prettier-config": "~1.0.1", "@ionic/swiftlint-config": "^1.1.2", @@ -63,7 +63,7 @@ "typescript": "~4.1.5" }, "peerDependencies": { - "@capacitor/core": "next" + "@capacitor/core": "^6.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/browser/package.json b/browser/package.json index 5fc108947..c4daf6b75 100644 --- a/browser/package.json +++ b/browser/package.json @@ -47,10 +47,10 @@ "publish:cocoapod": "pod trunk push ./CapacitorBrowser.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "next", - "@capacitor/core": "next", + "@capacitor/android": "^6.0.0", + "@capacitor/core": "^6.0.0", "@capacitor/docgen": "0.2.2", - "@capacitor/ios": "next", + "@capacitor/ios": "^6.0.0", "@ionic/eslint-config": "^0.3.0", "@ionic/prettier-config": "~1.0.1", "@ionic/swiftlint-config": "^1.1.2", @@ -63,7 +63,7 @@ "typescript": "~4.1.5" }, "peerDependencies": { - "@capacitor/core": "next" + "@capacitor/core": "^6.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/camera/package.json b/camera/package.json index 9ab37c9c7..c0ea673bb 100644 --- a/camera/package.json +++ b/camera/package.json @@ -47,10 +47,10 @@ "publish:cocoapod": "pod trunk push ./CapacitorCamera.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "next", - "@capacitor/core": "next", + "@capacitor/android": "^6.0.0", + "@capacitor/core": "^6.0.0", "@capacitor/docgen": "0.2.2", - "@capacitor/ios": "next", + "@capacitor/ios": "^6.0.0", "@ionic/eslint-config": "^0.3.0", "@ionic/prettier-config": "~1.0.1", "@ionic/swiftlint-config": "^1.1.2", @@ -63,7 +63,7 @@ "typescript": "~4.1.5" }, "peerDependencies": { - "@capacitor/core": "next" + "@capacitor/core": "^6.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/clipboard/package.json b/clipboard/package.json index 223f482e3..4a5939267 100644 --- a/clipboard/package.json +++ b/clipboard/package.json @@ -47,10 +47,10 @@ "publish:cocoapod": "pod trunk push ./CapacitorClipboard.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "next", - "@capacitor/core": "next", + "@capacitor/android": "^6.0.0", + "@capacitor/core": "^6.0.0", "@capacitor/docgen": "0.2.2", - "@capacitor/ios": "next", + "@capacitor/ios": "^6.0.0", "@ionic/eslint-config": "^0.3.0", "@ionic/prettier-config": "~1.0.1", "@ionic/swiftlint-config": "^1.1.2", @@ -63,7 +63,7 @@ "typescript": "~4.1.5" }, "peerDependencies": { - "@capacitor/core": "next" + "@capacitor/core": "^6.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/device/package.json b/device/package.json index 99474187a..839b2122c 100644 --- a/device/package.json +++ b/device/package.json @@ -48,10 +48,10 @@ "publish:cocoapod": "pod trunk push ./CapacitorDevice.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "next", - "@capacitor/core": "next", + "@capacitor/android": "^6.0.0", + "@capacitor/core": "^6.0.0", "@capacitor/docgen": "0.2.2", - "@capacitor/ios": "next", + "@capacitor/ios": "^6.0.0", "@ionic/eslint-config": "^0.3.0", "@ionic/prettier-config": "~1.0.1", "@ionic/swiftlint-config": "^1.1.2", @@ -67,7 +67,7 @@ "uvu": "^0.5.1" }, "peerDependencies": { - "@capacitor/core": "next" + "@capacitor/core": "^6.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/dialog/package.json b/dialog/package.json index 45fa20067..c115dd234 100644 --- a/dialog/package.json +++ b/dialog/package.json @@ -47,10 +47,10 @@ "publish:cocoapod": "pod trunk push ./CapacitorDialog.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "next", - "@capacitor/core": "next", + "@capacitor/android": "^6.0.0", + "@capacitor/core": "^6.0.0", "@capacitor/docgen": "0.2.2", - "@capacitor/ios": "next", + "@capacitor/ios": "^6.0.0", "@ionic/eslint-config": "^0.3.0", "@ionic/prettier-config": "~1.0.1", "@ionic/swiftlint-config": "^1.1.2", @@ -63,7 +63,7 @@ "typescript": "~4.1.5" }, "peerDependencies": { - "@capacitor/core": "next" + "@capacitor/core": "^6.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/filesystem/package.json b/filesystem/package.json index 0c4c9f571..d24ab7014 100644 --- a/filesystem/package.json +++ b/filesystem/package.json @@ -47,10 +47,10 @@ "publish:cocoapod": "pod trunk push ./CapacitorFilesystem.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "next", - "@capacitor/core": "next", + "@capacitor/android": "^6.0.0", + "@capacitor/core": "^6.0.0", "@capacitor/docgen": "0.2.2", - "@capacitor/ios": "next", + "@capacitor/ios": "^6.0.0", "@ionic/eslint-config": "^0.3.0", "@ionic/prettier-config": "~1.0.1", "@ionic/swiftlint-config": "^1.1.2", @@ -63,7 +63,7 @@ "typescript": "~4.1.5" }, "peerDependencies": { - "@capacitor/core": "next" + "@capacitor/core": "^6.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/geolocation/package.json b/geolocation/package.json index 7ba0ee21e..bf9a24e1c 100644 --- a/geolocation/package.json +++ b/geolocation/package.json @@ -47,10 +47,10 @@ "publish:cocoapod": "pod trunk push ./CapacitorGeolocation.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "next", - "@capacitor/core": "next", + "@capacitor/android": "^6.0.0", + "@capacitor/core": "^6.0.0", "@capacitor/docgen": "0.2.2", - "@capacitor/ios": "next", + "@capacitor/ios": "^6.0.0", "@ionic/eslint-config": "^0.3.0", "@ionic/prettier-config": "~1.0.1", "@ionic/swiftlint-config": "^1.1.2", @@ -63,7 +63,7 @@ "typescript": "~4.1.5" }, "peerDependencies": { - "@capacitor/core": "next" + "@capacitor/core": "^6.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/haptics/package.json b/haptics/package.json index d6f9feec5..13f0c9772 100644 --- a/haptics/package.json +++ b/haptics/package.json @@ -47,10 +47,10 @@ "publish:cocoapod": "pod trunk push ./CapacitorHaptics.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "next", - "@capacitor/core": "next", + "@capacitor/android": "^6.0.0", + "@capacitor/core": "^6.0.0", "@capacitor/docgen": "0.2.2", - "@capacitor/ios": "next", + "@capacitor/ios": "^6.0.0", "@ionic/eslint-config": "^0.3.0", "@ionic/prettier-config": "~1.0.1", "@ionic/swiftlint-config": "^1.1.2", @@ -63,7 +63,7 @@ "typescript": "~4.1.5" }, "peerDependencies": { - "@capacitor/core": "next" + "@capacitor/core": "^6.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/keyboard/package.json b/keyboard/package.json index fe7691bc5..1806a0278 100644 --- a/keyboard/package.json +++ b/keyboard/package.json @@ -47,11 +47,11 @@ "publish:cocoapod": "pod trunk push ./CapacitorKeyboard.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "next", - "@capacitor/cli": "next", - "@capacitor/core": "next", + "@capacitor/android": "^6.0.0", + "@capacitor/cli": "^6.0.0", + "@capacitor/core": "^6.0.0", "@capacitor/docgen": "0.2.2", - "@capacitor/ios": "next", + "@capacitor/ios": "^6.0.0", "@ionic/eslint-config": "^0.3.0", "@ionic/prettier-config": "~1.0.1", "@ionic/swiftlint-config": "^1.1.2", @@ -64,7 +64,7 @@ "typescript": "~4.1.5" }, "peerDependencies": { - "@capacitor/core": "next" + "@capacitor/core": "^6.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/local-notifications/package.json b/local-notifications/package.json index 5417f4d31..f83734f77 100644 --- a/local-notifications/package.json +++ b/local-notifications/package.json @@ -47,11 +47,11 @@ "publish:cocoapod": "pod trunk push ./CapacitorLocalNotifications.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "next", - "@capacitor/cli": "next", - "@capacitor/core": "next", + "@capacitor/android": "^6.0.0", + "@capacitor/cli": "^6.0.0", + "@capacitor/core": "^6.0.0", "@capacitor/docgen": "0.2.2", - "@capacitor/ios": "next", + "@capacitor/ios": "^6.0.0", "@ionic/eslint-config": "^0.3.0", "@ionic/prettier-config": "~1.0.1", "@ionic/swiftlint-config": "^1.1.2", @@ -64,7 +64,7 @@ "typescript": "~4.1.5" }, "peerDependencies": { - "@capacitor/core": "next" + "@capacitor/core": "^6.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/motion/package.json b/motion/package.json index e204f98cb..4898c09ae 100644 --- a/motion/package.json +++ b/motion/package.json @@ -39,10 +39,10 @@ "prepublishOnly": "npm run build" }, "devDependencies": { - "@capacitor/android": "next", - "@capacitor/core": "next", + "@capacitor/android": "^6.0.0", + "@capacitor/core": "^6.0.0", "@capacitor/docgen": "0.2.2", - "@capacitor/ios": "next", + "@capacitor/ios": "^6.0.0", "@ionic/eslint-config": "^0.3.0", "@ionic/prettier-config": "~1.0.1", "eslint": "^7.11.0", @@ -53,7 +53,7 @@ "typescript": "~4.1.5" }, "peerDependencies": { - "@capacitor/core": "next" + "@capacitor/core": "^6.0.0" }, "prettier": "@ionic/prettier-config", "eslintConfig": { diff --git a/network/package.json b/network/package.json index 1e1acc1b7..5b574ec24 100644 --- a/network/package.json +++ b/network/package.json @@ -47,10 +47,10 @@ "publish:cocoapod": "pod trunk push ./CapacitorNetwork.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "next", - "@capacitor/core": "next", + "@capacitor/android": "^6.0.0", + "@capacitor/core": "^6.0.0", "@capacitor/docgen": "0.2.2", - "@capacitor/ios": "next", + "@capacitor/ios": "^6.0.0", "@ionic/eslint-config": "^0.3.0", "@ionic/prettier-config": "~1.0.1", "@ionic/swiftlint-config": "^1.1.2", @@ -63,7 +63,7 @@ "typescript": "~4.1.5" }, "peerDependencies": { - "@capacitor/core": "next" + "@capacitor/core": "^6.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/preferences/package.json b/preferences/package.json index 7340f5f74..f791aa6c2 100644 --- a/preferences/package.json +++ b/preferences/package.json @@ -47,10 +47,10 @@ "publish:cocoapod": "pod trunk push ./CapacitorPreferences.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "next", - "@capacitor/core": "next", + "@capacitor/android": "^6.0.0", + "@capacitor/core": "^6.0.0", "@capacitor/docgen": "0.2.2", - "@capacitor/ios": "next", + "@capacitor/ios": "^6.0.0", "@ionic/eslint-config": "^0.3.0", "@ionic/prettier-config": "~1.0.1", "@ionic/swiftlint-config": "^1.1.2", @@ -63,7 +63,7 @@ "typescript": "~4.1.5" }, "peerDependencies": { - "@capacitor/core": "next" + "@capacitor/core": "^6.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/push-notifications/package.json b/push-notifications/package.json index 109b6ad4e..ebc0af4c7 100644 --- a/push-notifications/package.json +++ b/push-notifications/package.json @@ -47,11 +47,11 @@ "publish:cocoapod": "pod trunk push ./CapacitorPushNotifications.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "next", - "@capacitor/cli": "next", - "@capacitor/core": "next", + "@capacitor/android": "^6.0.0", + "@capacitor/cli": "^6.0.0", + "@capacitor/core": "^6.0.0", "@capacitor/docgen": "0.2.2", - "@capacitor/ios": "next", + "@capacitor/ios": "^6.0.0", "@ionic/eslint-config": "^0.3.0", "@ionic/prettier-config": "~1.0.1", "@ionic/swiftlint-config": "^1.1.2", @@ -64,7 +64,7 @@ "typescript": "~4.1.5" }, "peerDependencies": { - "@capacitor/core": "next" + "@capacitor/core": "^6.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/screen-orientation/package.json b/screen-orientation/package.json index eb6873a62..3d98e440f 100644 --- a/screen-orientation/package.json +++ b/screen-orientation/package.json @@ -47,10 +47,10 @@ "publish:cocoapod": "pod trunk push ./CapacitorScreenOrientation.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "next", - "@capacitor/core": "next", + "@capacitor/android": "^6.0.0", + "@capacitor/core": "^6.0.0", "@capacitor/docgen": "0.2.2", - "@capacitor/ios": "next", + "@capacitor/ios": "^6.0.0", "@ionic/eslint-config": "^0.3.0", "@ionic/prettier-config": "~1.0.1", "@ionic/swiftlint-config": "^1.1.2", @@ -63,7 +63,7 @@ "typescript": "~4.1.5" }, "peerDependencies": { - "@capacitor/core": "next" + "@capacitor/core": "^6.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/screen-reader/package.json b/screen-reader/package.json index 805a2e1b0..ea819141d 100644 --- a/screen-reader/package.json +++ b/screen-reader/package.json @@ -47,10 +47,10 @@ "publish:cocoapod": "pod trunk push ./CapacitorScreenReader.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "next", - "@capacitor/core": "next", + "@capacitor/android": "^6.0.0", + "@capacitor/core": "^6.0.0", "@capacitor/docgen": "0.2.2", - "@capacitor/ios": "next", + "@capacitor/ios": "^6.0.0", "@ionic/eslint-config": "^0.3.0", "@ionic/prettier-config": "~1.0.1", "@ionic/swiftlint-config": "^1.1.2", @@ -63,7 +63,7 @@ "typescript": "~4.1.5" }, "peerDependencies": { - "@capacitor/core": "next" + "@capacitor/core": "^6.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/share/package.json b/share/package.json index 596cf9442..d244908ab 100644 --- a/share/package.json +++ b/share/package.json @@ -47,10 +47,10 @@ "publish:cocoapod": "pod trunk push ./CapacitorShare.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "next", - "@capacitor/core": "next", + "@capacitor/android": "^6.0.0", + "@capacitor/core": "^6.0.0", "@capacitor/docgen": "0.2.2", - "@capacitor/ios": "next", + "@capacitor/ios": "^6.0.0", "@ionic/eslint-config": "^0.3.0", "@ionic/prettier-config": "~1.0.1", "@ionic/swiftlint-config": "^1.1.2", @@ -63,7 +63,7 @@ "typescript": "~4.1.5" }, "peerDependencies": { - "@capacitor/core": "next" + "@capacitor/core": "^6.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/splash-screen/package.json b/splash-screen/package.json index df15e4602..9e4cab711 100644 --- a/splash-screen/package.json +++ b/splash-screen/package.json @@ -47,11 +47,11 @@ "publish:cocoapod": "pod trunk push ./CapacitorSplashScreen.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "next", - "@capacitor/cli": "next", - "@capacitor/core": "next", + "@capacitor/android": "^6.0.0", + "@capacitor/cli": "^6.0.0", + "@capacitor/core": "^6.0.0", "@capacitor/docgen": "0.2.2", - "@capacitor/ios": "next", + "@capacitor/ios": "^6.0.0", "@ionic/eslint-config": "^0.3.0", "@ionic/prettier-config": "~1.0.1", "@ionic/swiftlint-config": "^1.1.2", @@ -64,7 +64,7 @@ "typescript": "~4.1.5" }, "peerDependencies": { - "@capacitor/core": "next" + "@capacitor/core": "^6.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/status-bar/package.json b/status-bar/package.json index 947714ca2..3e3bc41b5 100644 --- a/status-bar/package.json +++ b/status-bar/package.json @@ -47,10 +47,10 @@ "publish:cocoapod": "pod trunk push ./CapacitorStatusBar.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "next", - "@capacitor/core": "next", + "@capacitor/android": "^6.0.0", + "@capacitor/core": "^6.0.0", "@capacitor/docgen": "0.2.2", - "@capacitor/ios": "next", + "@capacitor/ios": "^6.0.0", "@ionic/eslint-config": "^0.3.0", "@ionic/prettier-config": "~1.0.1", "@ionic/swiftlint-config": "^1.1.2", @@ -63,7 +63,7 @@ "typescript": "~4.1.5" }, "peerDependencies": { - "@capacitor/core": "next" + "@capacitor/core": "^6.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/text-zoom/package.json b/text-zoom/package.json index a8cbdb420..39cdbb70f 100644 --- a/text-zoom/package.json +++ b/text-zoom/package.json @@ -47,10 +47,10 @@ "publish:cocoapod": "pod trunk push ./CapacitorTextZoom.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "next", - "@capacitor/core": "next", + "@capacitor/android": "^6.0.0", + "@capacitor/core": "^6.0.0", "@capacitor/docgen": "0.2.2", - "@capacitor/ios": "next", + "@capacitor/ios": "^6.0.0", "@ionic/eslint-config": "^0.3.0", "@ionic/prettier-config": "~1.0.1", "@ionic/swiftlint-config": "^1.1.2", @@ -63,7 +63,7 @@ "typescript": "~4.1.5" }, "peerDependencies": { - "@capacitor/core": "next" + "@capacitor/core": "^6.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config", diff --git a/toast/package.json b/toast/package.json index eae458d64..739f844ac 100644 --- a/toast/package.json +++ b/toast/package.json @@ -47,10 +47,10 @@ "publish:cocoapod": "pod trunk push ./CapacitorToast.podspec --allow-warnings" }, "devDependencies": { - "@capacitor/android": "next", - "@capacitor/core": "next", + "@capacitor/android": "^6.0.0", + "@capacitor/core": "^6.0.0", "@capacitor/docgen": "0.2.2", - "@capacitor/ios": "next", + "@capacitor/ios": "^6.0.0", "@ionic/eslint-config": "^0.3.0", "@ionic/prettier-config": "~1.0.1", "@ionic/swiftlint-config": "^1.1.2", @@ -63,7 +63,7 @@ "typescript": "~4.1.5" }, "peerDependencies": { - "@capacitor/core": "next" + "@capacitor/core": "^6.0.0" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config",