This commit is contained in:
Liam DeBeasi
2021-07-21 09:21:15 -04:00
parent ae0a1a3deb
commit f70ed79f47
14 changed files with 61 additions and 47 deletions

View File

@ -1,15 +1,15 @@
{
"name": "@ionic/vue",
"version": "5.6.11",
"version": "5.6.12",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/vue",
"version": "5.6.11",
"version": "5.6.12",
"license": "MIT",
"dependencies": {
"@ionic/core": "5.6.10",
"@ionic/core": "5.6.11",
"ionicons": "^5.1.2"
},
"devDependencies": {
@ -53,9 +53,9 @@
}
},
"node_modules/@ionic/core": {
"version": "5.6.10",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.6.10.tgz",
"integrity": "sha512-mjrfWa8ahCV8TYqJsWpop5kTyfr3NU1fYnoAhuqwZfuCLaMzYRYFPvSNoGynD4yfveZUyAfZM0NOuSquNZgfKQ==",
"version": "5.6.11",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.6.11.tgz",
"integrity": "sha512-bWn2K3L/QWRUs8SBm+YJcgJhOO6W00eipfxJunlAr/7PbMePdqYnU+PQ2Cv54ufK3yUtLr2b0YdvZ9wZ6pGS3w==",
"dependencies": {
"@stencil/core": "^2.4.0",
"ionicons": "^5.5.1",
@ -633,9 +633,9 @@
}
},
"@ionic/core": {
"version": "5.6.10",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.6.10.tgz",
"integrity": "sha512-mjrfWa8ahCV8TYqJsWpop5kTyfr3NU1fYnoAhuqwZfuCLaMzYRYFPvSNoGynD4yfveZUyAfZM0NOuSquNZgfKQ==",
"version": "5.6.11",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.6.11.tgz",
"integrity": "sha512-bWn2K3L/QWRUs8SBm+YJcgJhOO6W00eipfxJunlAr/7PbMePdqYnU+PQ2Cv54ufK3yUtLr2b0YdvZ9wZ6pGS3w==",
"requires": {
"@stencil/core": "^2.4.0",
"ionicons": "^5.5.1",

View File

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