This commit is contained in:
Liam DeBeasi
2021-09-01 09:43:23 -04:00
parent a0229bc7b2
commit a12d146c3e
14 changed files with 68 additions and 47 deletions

View File

@ -1,15 +1,15 @@
{
"name": "@ionic/vue",
"version": "5.6.14",
"version": "5.7.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/vue",
"version": "5.6.14",
"version": "5.7.0",
"license": "MIT",
"dependencies": {
"@ionic/core": "5.6.13",
"@ionic/core": "5.6.14",
"ionicons": "^5.1.2"
},
"devDependencies": {
@ -53,9 +53,9 @@
}
},
"node_modules/@ionic/core": {
"version": "5.6.13",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.6.13.tgz",
"integrity": "sha512-stN80Q4zdLT7pmUoNNqp+lVjTIhcLSjDN2rzP/gYz8YAkz1L5AB2CkudD5VHWFTBbAEsylih34gAMOrygVNoJQ==",
"version": "5.6.14",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.6.14.tgz",
"integrity": "sha512-0LrEofgfA91aqDlXgnOIfC3QrRxazSA4Zu6StQ1ksQqzkYsJLmceaTowl/b72Yt4eaNHUQIVvUvazpoDNp+zRQ==",
"dependencies": {
"@stencil/core": "^2.4.0",
"ionicons": "^5.5.3",
@ -633,9 +633,9 @@
}
},
"@ionic/core": {
"version": "5.6.13",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.6.13.tgz",
"integrity": "sha512-stN80Q4zdLT7pmUoNNqp+lVjTIhcLSjDN2rzP/gYz8YAkz1L5AB2CkudD5VHWFTBbAEsylih34gAMOrygVNoJQ==",
"version": "5.6.14",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.6.14.tgz",
"integrity": "sha512-0LrEofgfA91aqDlXgnOIfC3QrRxazSA4Zu6StQ1ksQqzkYsJLmceaTowl/b72Yt4eaNHUQIVvUvazpoDNp+zRQ==",
"requires": {
"@stencil/core": "^2.4.0",
"ionicons": "^5.5.3",

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/vue",
"version": "5.6.14",
"version": "5.7.0",
"description": "Vue specific wrapper for @ionic/core",
"scripts": {
"lint": "echo add linter",
@ -57,7 +57,7 @@
"vue-router": "^4.0.0-rc.4"
},
"dependencies": {
"@ionic/core": "5.6.14",
"@ionic/core": "5.7.0",
"ionicons": "^5.1.2"
},
"vetur": {