chore(vue): update @ionic/vue-router dependency version (#22375)

This commit is contained in:
Liam DeBeasi
2020-10-27 13:44:05 -04:00
committed by GitHub
parent c83826aa73
commit 67e570dc95
2 changed files with 11 additions and 11 deletions

View File

@@ -404,9 +404,9 @@
}
},
"@ionic/core": {
"version": "0.5.2",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-0.5.2.tgz",
"integrity": "sha512-QCoYMPxzZvla/LLh/3bpz9dhI1y3mmf4KENdwbLcx01e+R7G7726g1PKVuWXMcTTKjkyxO9I938j61NudaP7wg==",
"version": "5.4.1",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.4.1.tgz",
"integrity": "sha512-yONXeHjbVGUSL7zPgiCv0fQkw47VHJJ+8zVkYgTg4At+B0VhoLAMgS/ah3EUwSVTOATXdHa6Ak5+71uHPKpViQ==",
"dev": true,
"requires": {
"ionicons": "^5.1.2",
@@ -414,12 +414,12 @@
}
},
"@ionic/vue": {
"version": "0.5.2",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-0.5.2.tgz",
"integrity": "sha512-8qKiwJftTKMICa1SRcczVLGLJRcSmC3JoM6vutK7hWHI3YCgifeBp/DiwTz3Z+vzXeRPXOdPbnzmgSRd0Jsm9A==",
"version": "5.4.1",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-5.4.1.tgz",
"integrity": "sha512-oUvP7z3D5b1bGksKFtlf9+WAwAxuNHdXN2hQ51T/CEXFdkkZvXbZ8eA4pIk+bIISqvMeh6v+O/1XOblgoUl8VQ==",
"dev": true,
"requires": {
"@ionic/core": "0.5.2",
"@ionic/core": "5.4.1",
"ionicons": "^5.1.2"
}
},
@@ -5749,9 +5749,9 @@
}
},
"tslib": {
"version": "1.14.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.0.tgz",
"integrity": "sha512-+Zw5lu0D9tvBMjGP8LpvMb0u2WW2QV3y+D8mO6J+cNzCYIN4sVy43Bf9vl92nqFahutN0I8zHa7cc4vihIshnw==",
"version": "1.14.1",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
"dev": true
},
"tunnel-agent": {

View File

@@ -42,7 +42,7 @@
},
"homepage": "https://github.com/ionic-team/ionic#readme",
"devDependencies": {
"@ionic/vue": "0.5.2",
"@ionic/vue": "5.4.1",
"@types/jest": "^26.0.13",
"@types/node": "^14.10.1",
"jest": "^26.4.2",