Skip to content

Commit 8e10483

Browse files
committed
update to @capacitor/[email protected]
1 parent dd011a4 commit 8e10483

File tree

3 files changed

+56
-49
lines changed

3 files changed

+56
-49
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 2.1.8 (2022-05-09)
2+
3+
### Chore
4+
5+
- update to @capacitor/core 3.5.0
6+
- update to @capacitor-community/sqlite 3.5.0
7+
18
## 2.1.7 (2022-03-29)
29

310
### Bug Fixes

package-lock.json

+45-45
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@
2929
"test": "jest"
3030
},
3131
"peerDependencies": {
32-
"@capacitor-community/sqlite": "~3.4.1",
33-
"@capacitor/core": "~3.4.2"
32+
"@capacitor-community/sqlite": "^3.0.0",
33+
"@capacitor/core": "^3.0.0"
3434
},
3535
"dependencies": {
3636
"core-js": "^3.8.3",
3737
"vue": "^3.2.31"
3838
},
3939
"devDependencies": {
4040
"@babel/eslint-parser": "^7.17.0",
41-
"@capacitor-community/sqlite": "^3.4.2-2",
42-
"@capacitor/core": "~3.4.2",
41+
"@capacitor-community/sqlite": "^3.5.0",
42+
"@capacitor/core": "^3.5.0",
4343
"@capacitor/docgen": "0.0.17",
4444
"@types/jest": "^27.4.1",
4545
"@vue/cli-plugin-babel": "^5.0.4",

0 commit comments

Comments
 (0)