chore(vue-router): update @ionic/vue dependencies to v6 latest (#24473)

Close #24467
This commit is contained in:
Sean Perkins
2022-01-04 14:24:14 -05:00
committed by GitHub
parent ee488ff27a
commit 948a3b4914
2 changed files with 22 additions and 19 deletions

View File

@ -9,7 +9,7 @@
"version": "6.0.1",
"license": "MIT",
"dependencies": {
"@ionic/vue": "6.0.0"
"@ionic/vue": "^6.0.0"
},
"devDependencies": {
"@types/jest": "^26.0.13",
@ -563,9 +563,9 @@
"license": "MIT"
},
"node_modules/@ionic/core": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0.tgz",
"integrity": "sha512-3e5EJhDebK4pCiFREpNB95o2kBSAdhRb3eMsBDOCYWYuFlcZEOGOpiGx+kYF/klYVQnB45UXAmR8nCX1indmHQ==",
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.1.tgz",
"integrity": "sha512-MrS2rxxEk44Nmas+1ccGk+VDxvhoDKbQ7g3KHQkeRtHXmWPoG47tnUHY2aCRRTeaN5wPSA14/kmCwyMMyO5A9A==",
"dependencies": {
"@stencil/core": "~2.11.0-0",
"ionicons": "^6.0.0",
@ -573,11 +573,11 @@
}
},
"node_modules/@ionic/vue": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-6.0.0.tgz",
"integrity": "sha512-xgSRnSaZReUcMt9SCopDI3y7QICKWbL09lcVOH+Mm7F374ZhS7uMyYyt62MCI2R98Ca95KTI2AA6hDm3YBCIRA==",
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-6.0.1.tgz",
"integrity": "sha512-3nlB0Vg3JTW7WPaBXVyD4g5DSZ5ZV8jf2zl9BEZJw1QolqGZ1eTKp8zAlS8FKVFNHwvEEav9v4C1GteAejTOPA==",
"dependencies": {
"@ionic/core": "6.0.0",
"@ionic/core": "6.0.1",
"ionicons": "^6.0.0"
}
},
@ -6628,9 +6628,9 @@
"dev": true
},
"@ionic/core": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0.tgz",
"integrity": "sha512-3e5EJhDebK4pCiFREpNB95o2kBSAdhRb3eMsBDOCYWYuFlcZEOGOpiGx+kYF/klYVQnB45UXAmR8nCX1indmHQ==",
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.1.tgz",
"integrity": "sha512-MrS2rxxEk44Nmas+1ccGk+VDxvhoDKbQ7g3KHQkeRtHXmWPoG47tnUHY2aCRRTeaN5wPSA14/kmCwyMMyO5A9A==",
"requires": {
"@stencil/core": "~2.11.0-0",
"ionicons": "^6.0.0",
@ -6638,11 +6638,11 @@
}
},
"@ionic/vue": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-6.0.0.tgz",
"integrity": "sha512-xgSRnSaZReUcMt9SCopDI3y7QICKWbL09lcVOH+Mm7F374ZhS7uMyYyt62MCI2R98Ca95KTI2AA6hDm3YBCIRA==",
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/@ionic/vue/-/vue-6.0.1.tgz",
"integrity": "sha512-3nlB0Vg3JTW7WPaBXVyD4g5DSZ5ZV8jf2zl9BEZJw1QolqGZ1eTKp8zAlS8FKVFNHwvEEav9v4C1GteAejTOPA==",
"requires": {
"@ionic/core": "6.0.0",
"@ionic/core": "6.0.1",
"ionicons": "^6.0.0"
}
},
@ -9217,7 +9217,8 @@
},
"jest-pnp-resolver": {
"version": "1.2.2",
"dev": true
"dev": true,
"requires": {}
},
"jest-regex-util": {
"version": "27.0.1",
@ -10459,7 +10460,8 @@
},
"vue-router": {
"version": "4.0.0-beta.11",
"dev": true
"dev": true,
"requires": {}
},
"w3c-hr-time": {
"version": "1.0.2",
@ -10542,7 +10544,8 @@
},
"ws": {
"version": "7.5.0",
"dev": true
"dev": true,
"requires": {}
},
"xml-name-validator": {
"version": "3.0.0",

View File

@ -44,7 +44,7 @@
},
"homepage": "https://github.com/ionic-team/ionic#readme",
"dependencies": {
"@ionic/vue": "6.0.0"
"@ionic/vue": "^6.0.0"
},
"devDependencies": {
"@types/jest": "^26.0.13",