mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 10:41:13 +08:00
6.0.0-beta.1
This commit is contained in:
34
packages/vue/package-lock.json
generated
34
packages/vue/package-lock.json
generated
@ -1,15 +1,15 @@
|
||||
{
|
||||
"name": "@ionic/vue",
|
||||
"version": "6.0.0-beta.0",
|
||||
"version": "6.0.0-beta.1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@ionic/vue",
|
||||
"version": "6.0.0-beta.0",
|
||||
"version": "6.0.0-beta.1",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@ionic/core": "5.6.10",
|
||||
"@ionic/core": "6.0.0-beta.0",
|
||||
"ionicons": "^5.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -53,19 +53,19 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@ionic/core": {
|
||||
"version": "5.6.10",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.6.10.tgz",
|
||||
"integrity": "sha512-mjrfWa8ahCV8TYqJsWpop5kTyfr3NU1fYnoAhuqwZfuCLaMzYRYFPvSNoGynD4yfveZUyAfZM0NOuSquNZgfKQ==",
|
||||
"version": "6.0.0-beta.0",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-beta.0.tgz",
|
||||
"integrity": "sha512-KQc0qDNcF7ustP0hTKmxqZmgfEB0r+UheEAc47K8wDZSJrjyp0Fnt7b3fT+7GAU23kEFfu5KY7leYXXQYxOl3g==",
|
||||
"dependencies": {
|
||||
"@stencil/core": "^2.4.0",
|
||||
"@stencil/core": "^2.6.0",
|
||||
"ionicons": "^5.5.1",
|
||||
"tslib": "^2.1.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@ionic/core/node_modules/@stencil/core": {
|
||||
"version": "2.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.4.0.tgz",
|
||||
"integrity": "sha512-gU6+Yyd6O0KrCSS/O6j8KKqmRo+/Dcs2fI0+APCpbAWK+nqhwDISpdnSEfGDCLMoAC08XOZCycBRk2K1VGnEcg==",
|
||||
"version": "2.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.6.0.tgz",
|
||||
"integrity": "sha512-QsxWayZyusnqSZrlCl81R71rA3KqFjVVQSH4E0rGN15F1GdQaFonKlHLyCOLKLig1zzC+DQkLLiUuocexuvdeQ==",
|
||||
"bin": {
|
||||
"stencil": "bin/stencil"
|
||||
},
|
||||
@ -633,19 +633,19 @@
|
||||
}
|
||||
},
|
||||
"@ionic/core": {
|
||||
"version": "5.6.10",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.6.10.tgz",
|
||||
"integrity": "sha512-mjrfWa8ahCV8TYqJsWpop5kTyfr3NU1fYnoAhuqwZfuCLaMzYRYFPvSNoGynD4yfveZUyAfZM0NOuSquNZgfKQ==",
|
||||
"version": "6.0.0-beta.0",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-beta.0.tgz",
|
||||
"integrity": "sha512-KQc0qDNcF7ustP0hTKmxqZmgfEB0r+UheEAc47K8wDZSJrjyp0Fnt7b3fT+7GAU23kEFfu5KY7leYXXQYxOl3g==",
|
||||
"requires": {
|
||||
"@stencil/core": "^2.4.0",
|
||||
"@stencil/core": "^2.6.0",
|
||||
"ionicons": "^5.5.1",
|
||||
"tslib": "^2.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@stencil/core": {
|
||||
"version": "2.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.4.0.tgz",
|
||||
"integrity": "sha512-gU6+Yyd6O0KrCSS/O6j8KKqmRo+/Dcs2fI0+APCpbAWK+nqhwDISpdnSEfGDCLMoAC08XOZCycBRk2K1VGnEcg=="
|
||||
"version": "2.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.6.0.tgz",
|
||||
"integrity": "sha512-QsxWayZyusnqSZrlCl81R71rA3KqFjVVQSH4E0rGN15F1GdQaFonKlHLyCOLKLig1zzC+DQkLLiUuocexuvdeQ=="
|
||||
},
|
||||
"tslib": {
|
||||
"version": "2.2.0",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ionic/vue",
|
||||
"version": "6.0.0-beta.0",
|
||||
"version": "6.0.0-beta.1",
|
||||
"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": "6.0.0-beta.0",
|
||||
"@ionic/core": "6.0.0-beta.1",
|
||||
"ionicons": "^5.1.2"
|
||||
},
|
||||
"vetur": {
|
||||
|
Reference in New Issue
Block a user