This commit is contained in:
Liam DeBeasi
2021-11-17 09:27:51 -05:00
parent 0566ec0da3
commit bd8c3e881f
14 changed files with 60 additions and 44 deletions

View File

@ -1,15 +1,15 @@
{
"name": "@ionic/vue",
"version": "5.8.5",
"version": "5.9.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/vue",
"version": "5.8.5",
"version": "5.9.0",
"license": "MIT",
"dependencies": {
"@ionic/core": "5.8.4",
"@ionic/core": "5.8.5",
"ionicons": "^5.1.2"
},
"devDependencies": {
@ -53,9 +53,9 @@
}
},
"node_modules/@ionic/core": {
"version": "5.8.4",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.8.4.tgz",
"integrity": "sha512-ioaH7wXAtexcpk23III0KArjSXStkpPrpZ5BCNkyter3EbOmDVd8XIXRcT86zRG68rbGI7Pd9GrugxeaDyMk/g==",
"version": "5.8.5",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.8.5.tgz",
"integrity": "sha512-KUT3kKcON606FBJBZcAZn2c62OfPhVR/LQO260FH3znUmpZbqD2/Zm1LOTCxluiG9H6UIe8TVo9n8BgsKxCygA==",
"dependencies": {
"@stencil/core": "^2.4.0",
"ionicons": "^5.5.3",
@ -633,9 +633,9 @@
}
},
"@ionic/core": {
"version": "5.8.4",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.8.4.tgz",
"integrity": "sha512-ioaH7wXAtexcpk23III0KArjSXStkpPrpZ5BCNkyter3EbOmDVd8XIXRcT86zRG68rbGI7Pd9GrugxeaDyMk/g==",
"version": "5.8.5",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.8.5.tgz",
"integrity": "sha512-KUT3kKcON606FBJBZcAZn2c62OfPhVR/LQO260FH3znUmpZbqD2/Zm1LOTCxluiG9H6UIe8TVo9n8BgsKxCygA==",
"requires": {
"@stencil/core": "^2.4.0",
"ionicons": "^5.5.3",

View File

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