Skip to content

Commit

Permalink
chore(ios/android): update core peerDependency to ^4.0.0 (#5800)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Jul 28, 2022
1 parent 604f03a commit aff88a8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"verify": "./gradlew clean lint build test -b capacitor/build.gradle"
},
"peerDependencies": {
"@capacitor/core": "next"
"@capacitor/core": "^4.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion ios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"xc:build:CapacitorCordova": "cd CapacitorCordova && xcodebuild && cd .."
},
"peerDependencies": {
"@capacitor/core": "next"
"@capacitor/core": "^4.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 0 additions & 2 deletions scripts/sync-peer-dependencies.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { execute } from './lib/cli.mjs';
import { ls } from './lib/lerna.mjs';
import { setPackageJsonDependencies } from './lib/version.mjs';

/*
execute(async () => {
const CORE_DEPENDENTS = ['@capacitor/android', '@capacitor/ios'];
const pkgs = await ls();
Expand All @@ -27,4 +26,3 @@ execute(async () => {
);
}
});
//*/

0 comments on commit aff88a8

Please sign in to comment.