Skip to content

Commit 7187b5a

Browse files
authored
chore: bump deps, init peer dependencies (#112)
* chore: add peer dependencies * chore: bump deps * chore: rm `dependencies`
1 parent a70cd69 commit 7187b5a

File tree

2 files changed

+103
-19
lines changed

2 files changed

+103
-19
lines changed

package-lock.json

Lines changed: 96 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,16 @@
1313
},
1414
"author": "CodetrixStudio",
1515
"license": "MIT",
16-
"dependencies": {
17-
"@capacitor/core": "^3.0.0"
18-
},
1916
"devDependencies": {
20-
"@capacitor/android": "^3.0.0",
21-
"@capacitor/ios": "^3.0.0",
17+
"@capacitor/core": "^3.0.1",
18+
"@capacitor/android": "^3.0.1",
19+
"@capacitor/ios": "^3.0.1",
2220
"@types/gapi": "0.0.39",
2321
"@types/gapi.auth2": "0.0.54",
24-
"typescript": "^4.2.4"
22+
"typescript": "^4.3.2"
23+
},
24+
"peerDependencies": {
25+
"@capacitor/core": "^3"
2526
},
2627
"files": [
2728
"dist/",

0 commit comments

Comments
 (0)