Skip to content

Commit d708cfd

Browse files
authored
chore(dependencies): Update package dependencies to 2.0.0 (#2686)
1 parent 1ccc3c0 commit d708cfd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

android/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"access": "public"
1717
},
1818
"peerDependencies": {
19-
"@capacitor/core": "^1.5.0"
19+
"@capacitor/core": "~2.0.0"
2020
},
2121
"gitHead": "844c0feba4a801ee5041429a82d0f805c9e665b0"
2222
}

electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
]
6363
},
6464
"dependencies": {
65-
"@capacitor/core": "^1.5.0"
65+
"@capacitor/core": "~2.0.0"
6666
},
6767
"gitHead": "844c0feba4a801ee5041429a82d0f805c9e665b0"
6868
}

scripts/deploy/package.json.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"access": "public"
1717
},
1818
"peerDependencies": {
19-
"@capacitor/core": "^LERNA_VERSION"
19+
"@capacitor/core": "~2.0.0"
2020
},
2121
"scripts": {
2222
"prepublishOnly": "bash ../scripts/setversion.sh"

0 commit comments

Comments
 (0)