This commit is contained in:
Liam DeBeasi
2020-10-22 12:10:16 -04:00
parent 6fad0fe428
commit 5d548b8672
14 changed files with 45 additions and 30 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/vue",
"version": "5.4.0",
"version": "5.4.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -48,9 +48,9 @@
}
},
"@ionic/core": {
"version": "5.4.0-rc.3",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.4.0-rc.3.tgz",
"integrity": "sha512-Xdwmnx0q9js2OIBOxeDqm2kXpEpLpVm6ovdEFEbY7M7eHJv03SQTferNjDrbsiwBp3sp6Lme8E8CVcdgMMZmyg==",
"version": "5.4.0",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.4.0.tgz",
"integrity": "sha512-VmAqWWNozVDms2tA0I0fiqgu1tRdh58uhxwM8+xOVjIy8yoJmFxc5/glg4XIrbsYRfb347UICFx75Eh464zJJw==",
"requires": {
"ionicons": "^5.1.2",
"tslib": "^1.10.0"

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/vue",
"version": "5.4.0",
"version": "5.4.1",
"description": "Vue specific wrapper for @ionic/core",
"scripts": {
"lint": "echo add linter",
@ -54,7 +54,7 @@
"vue-router": "^4.0.0-beta.11"
},
"dependencies": {
"@ionic/core": "5.4.0",
"@ionic/core": "5.4.1",
"ionicons": "^5.1.2"
}
}