Skip to content

Commit

Permalink
chore(dependencies): Update package dependencies to 2.0.0 (#2686)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Apr 3, 2020
1 parent 1ccc3c0 commit d708cfd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"access": "public"
},
"peerDependencies": {
"@capacitor/core": "^1.5.0"
"@capacitor/core": "~2.0.0"
},
"gitHead": "844c0feba4a801ee5041429a82d0f805c9e665b0"
}
2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
]
},
"dependencies": {
"@capacitor/core": "^1.5.0"
"@capacitor/core": "~2.0.0"
},
"gitHead": "844c0feba4a801ee5041429a82d0f805c9e665b0"
}
2 changes: 1 addition & 1 deletion scripts/deploy/package.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"access": "public"
},
"peerDependencies": {
"@capacitor/core": "^LERNA_VERSION"
"@capacitor/core": "~2.0.0"
},
"scripts": {
"prepublishOnly": "bash ../scripts/setversion.sh"
Expand Down

0 comments on commit d708cfd

Please sign in to comment.