This commit is contained in:
Liam DeBeasi
2021-04-22 10:13:17 -04:00
parent 0dd189e2c0
commit 287205480a
14 changed files with 65 additions and 48 deletions

View File

@@ -1,15 +1,15 @@
{
"name": "@ionic/vue",
"version": "5.6.4",
"version": "5.6.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/vue",
"version": "5.6.4",
"version": "5.6.5",
"license": "MIT",
"dependencies": {
"@ionic/core": "5.6.3",
"@ionic/core": "5.6.4",
"ionicons": "^5.1.2"
},
"devDependencies": {
@@ -53,9 +53,9 @@
}
},
"node_modules/@ionic/core": {
"version": "5.6.3",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.6.3.tgz",
"integrity": "sha512-RPugxDcCwB5rgEh6yR2QDTzblT8BRBktsW6y+VBt62yHRzgEAENEfVyvkADz+CkGAsmZuPmC8OQC2jJrx/fJFA==",
"version": "5.6.4",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.6.4.tgz",
"integrity": "sha512-fxCV/+0ibiaiBn1dsrrOmlLGJlTkqiG6IVXdLpPKimGdFLjy56olDvB5trlz9J5C/nHc7vR5MIiYC0qdTyX7og==",
"dependencies": {
"@stencil/core": "^2.4.0",
"ionicons": "^5.5.1",
@@ -633,9 +633,9 @@
}
},
"@ionic/core": {
"version": "5.6.3",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.6.3.tgz",
"integrity": "sha512-RPugxDcCwB5rgEh6yR2QDTzblT8BRBktsW6y+VBt62yHRzgEAENEfVyvkADz+CkGAsmZuPmC8OQC2jJrx/fJFA==",
"version": "5.6.4",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.6.4.tgz",
"integrity": "sha512-fxCV/+0ibiaiBn1dsrrOmlLGJlTkqiG6IVXdLpPKimGdFLjy56olDvB5trlz9J5C/nHc7vR5MIiYC0qdTyX7og==",
"requires": {
"@stencil/core": "^2.4.0",
"ionicons": "^5.5.1",

View File

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