This commit is contained in:
Liam DeBeasi
2021-12-08 14:12:34 +00:00
parent 04219fa061
commit 290d7cbab9
14 changed files with 53 additions and 45 deletions

View File

@ -1,15 +1,15 @@
{
"name": "@ionic/vue",
"version": "6.0.0-rc.4",
"version": "6.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/vue",
"version": "6.0.0-rc.4",
"version": "6.0.0",
"license": "MIT",
"dependencies": {
"@ionic/core": "6.0.0-rc.3",
"@ionic/core": "6.0.0-rc.4",
"ionicons": "^6.0.0"
},
"devDependencies": {
@ -53,9 +53,9 @@
}
},
"node_modules/@ionic/core": {
"version": "6.0.0-rc.3",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-rc.3.tgz",
"integrity": "sha512-qXfOteUp0JC8jSh0Dzm/Her4WYpjoBrBlPmB5grrJ0BUq2NdeBEdhv26BsGc39x+vtS3fnKLvJwDD7JMWYPqPw==",
"version": "6.0.0-rc.4",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-rc.4.tgz",
"integrity": "sha512-bQmF2U07/HwN9x6xquNeXQyRDWDUfLmkDV5F/foOxdQk0qd78v9x4xdX3Yr9ypsn2sxlu6U83wALYqmw6fF8Fg==",
"dependencies": {
"@stencil/core": "~2.11.0-0",
"ionicons": "^6.0.0",
@ -633,9 +633,9 @@
}
},
"@ionic/core": {
"version": "6.0.0-rc.3",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-rc.3.tgz",
"integrity": "sha512-qXfOteUp0JC8jSh0Dzm/Her4WYpjoBrBlPmB5grrJ0BUq2NdeBEdhv26BsGc39x+vtS3fnKLvJwDD7JMWYPqPw==",
"version": "6.0.0-rc.4",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-rc.4.tgz",
"integrity": "sha512-bQmF2U07/HwN9x6xquNeXQyRDWDUfLmkDV5F/foOxdQk0qd78v9x4xdX3Yr9ypsn2sxlu6U83wALYqmw6fF8Fg==",
"requires": {
"@stencil/core": "~2.11.0-0",
"ionicons": "^6.0.0",

View File

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