This commit is contained in:
Liam DeBeasi
2021-03-04 13:54:38 -05:00
parent a1f95264e7
commit 1a2fd2fb6e
14 changed files with 89 additions and 58 deletions

View File

@ -1,15 +1,15 @@
{
"name": "@ionic/vue",
"version": "5.5.5",
"version": "5.6.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/vue",
"version": "5.5.5",
"version": "5.6.0",
"license": "MIT",
"dependencies": {
"@ionic/core": "5.5.4",
"@ionic/core": "5.5.5",
"ionicons": "^5.1.2"
},
"devDependencies": {
@ -53,9 +53,9 @@
}
},
"node_modules/@ionic/core": {
"version": "5.5.4",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.5.4.tgz",
"integrity": "sha512-IjbGN8vh3XuJ2ulo3BMlMflcWlUhvEGEexr29JKFvb+O4bWKP5sC2fkqSrswrIstOmv7axm7CeIi2MNRkwYwVA==",
"version": "5.5.5",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.5.5.tgz",
"integrity": "sha512-i5KTiRuGa9PTUULy8rTQDDDw3FbxzYiOoSdKGNC0v7UOpMv9ReRixMWd5J0cfY17VRrua2aqNsqZXYwuInVnRQ==",
"dependencies": {
"ionicons": "^5.1.2",
"tslib": "^1.10.0"
@ -599,9 +599,9 @@
}
},
"@ionic/core": {
"version": "5.5.4",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.5.4.tgz",
"integrity": "sha512-IjbGN8vh3XuJ2ulo3BMlMflcWlUhvEGEexr29JKFvb+O4bWKP5sC2fkqSrswrIstOmv7axm7CeIi2MNRkwYwVA==",
"version": "5.5.5",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.5.5.tgz",
"integrity": "sha512-i5KTiRuGa9PTUULy8rTQDDDw3FbxzYiOoSdKGNC0v7UOpMv9ReRixMWd5J0cfY17VRrua2aqNsqZXYwuInVnRQ==",
"requires": {
"ionicons": "^5.1.2",
"tslib": "^1.10.0"

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/vue",
"version": "5.5.5",
"version": "5.6.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.5.5",
"@ionic/core": "5.6.0",
"ionicons": "^5.1.2"
},
"vetur": {