This commit is contained in:
Liam DeBeasi
2021-12-07 09:21:00 -05:00
parent 5e5054d369
commit da3b93b4a2
14 changed files with 62 additions and 45 deletions

View File

@ -1,15 +1,15 @@
{
"name": "@ionic/vue",
"version": "5.9.1",
"version": "5.9.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/vue",
"version": "5.9.1",
"version": "5.9.2",
"license": "MIT",
"dependencies": {
"@ionic/core": "5.9.0",
"@ionic/core": "5.9.1",
"ionicons": "^5.1.2"
},
"devDependencies": {
@ -53,9 +53,9 @@
}
},
"node_modules/@ionic/core": {
"version": "5.9.0",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.9.0.tgz",
"integrity": "sha512-0mUnNPFzQK89/ZsuiKb9tQ1rRzILDSeNsp+4ASjf9z8FJuULeTqyDEHU3Pwnje7cLwl8lezGlvNpOXu7Xlz+/w==",
"version": "5.9.1",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.9.1.tgz",
"integrity": "sha512-/jVO0N5ESs/iPFcrFZ/JFvW2Uh0ZV1uLFT2vtbtMfCaOMZK8Bmt36ZR1cDDFTuw14vPOLz/1wI2pbQru48JpkQ==",
"dependencies": {
"@stencil/core": "^2.4.0",
"ionicons": "^5.5.3",
@ -633,9 +633,9 @@
}
},
"@ionic/core": {
"version": "5.9.0",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.9.0.tgz",
"integrity": "sha512-0mUnNPFzQK89/ZsuiKb9tQ1rRzILDSeNsp+4ASjf9z8FJuULeTqyDEHU3Pwnje7cLwl8lezGlvNpOXu7Xlz+/w==",
"version": "5.9.1",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.9.1.tgz",
"integrity": "sha512-/jVO0N5ESs/iPFcrFZ/JFvW2Uh0ZV1uLFT2vtbtMfCaOMZK8Bmt36ZR1cDDFTuw14vPOLz/1wI2pbQru48JpkQ==",
"requires": {
"@stencil/core": "^2.4.0",
"ionicons": "^5.5.3",

View File

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