Skip to content

Commit 83412f4

Browse files
committed
fix: Update capacitor
Signed-off-by: Marcel Klehr <[email protected]>
1 parent 496f4e2 commit 83412f4

File tree

2 files changed

+98
-97
lines changed

2 files changed

+98
-97
lines changed

package-lock.json

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

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"devDependencies": {
2727
"@babel/core": "7.x",
2828
"@babel/preset-env": "7.x",
29-
"@capacitor/cli": "^7.0.0",
29+
"@capacitor/cli": "^7.1.0",
3030
"@mdi/font": "^6.6.96",
3131
"@types/node": "^14.14.37",
3232
"@typescript-eslint/eslint-plugin": "^5.2.0",
@@ -77,17 +77,17 @@
7777
},
7878
"dependencies": {
7979
"@byteowls/capacitor-oauth2": "5.x",
80-
"@capacitor/android": "^7.0.0",
81-
"@capacitor/app": "^7.0.0",
82-
"@capacitor/browser": "^7.0.0",
83-
"@capacitor/core": "^7.0.0",
84-
"@capacitor/device": "^7.0.0",
85-
"@capacitor/filesystem": "^7.0.0",
86-
"@capacitor/ios": "^7.0.0",
87-
"@capacitor/network": "^7.0.0",
88-
"@capacitor/preferences": "^7.0.0",
89-
"@capacitor/share": "^7.0.0",
90-
"@capacitor/splash-screen": "^7.0.0",
80+
"@capacitor/android": "7.x",
81+
"@capacitor/app": "7.x",
82+
"@capacitor/browser": "7.x",
83+
"@capacitor/core": "7.x",
84+
"@capacitor/device": "7.x",
85+
"@capacitor/filesystem": "7.x",
86+
"@capacitor/ios": "7.x",
87+
"@capacitor/network": "7.x",
88+
"@capacitor/preferences": "7.x",
89+
"@capacitor/share": "7.x",
90+
"@capacitor/splash-screen": "7.x",
9191
"@isomorphic-git/lightning-fs": "^4.6.0",
9292
"@sentry/vue": "7.x",
9393
"@sentry/webpack-plugin": "2.x",
@@ -133,4 +133,4 @@
133133
"not KaiOS >= 0",
134134
"not Samsung >= 0"
135135
]
136-
}
136+
}

0 commit comments

Comments
 (0)