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

View File

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