Skip to content

Commit

Permalink
fix(filesystem): use next tag for capacitor dependencies (#1963)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Dec 14, 2023
1 parent d218ba6 commit 80e5261
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions filesystem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 80e5261

Please sign in to comment.