From 80e5261b4d7af36d6803deef28153e06e79ab214 Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Thu, 14 Dec 2023 18:47:58 +0100 Subject: [PATCH] fix(filesystem): use next tag for capacitor dependencies (#1963) --- filesystem/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/filesystem/package.json b/filesystem/package.json index ff25ec6e5..e69f6c08d 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": "^5.1.1", - "@capacitor/core": "^5.1.1", + "@capacitor/android": "next", + "@capacitor/core": "next", "@capacitor/docgen": "0.2.0", - "@capacitor/ios": "^5.1.1", + "@capacitor/ios": "next", "@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": "^5.1.1" + "@capacitor/core": "next" }, "prettier": "@ionic/prettier-config", "swiftlint": "@ionic/swiftlint-config",