mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 18:54:11 +08:00
6.0.0-beta.3
This commit is contained in:
18
packages/vue/package-lock.json
generated
18
packages/vue/package-lock.json
generated
@ -1,15 +1,15 @@
|
||||
{
|
||||
"name": "@ionic/vue",
|
||||
"version": "6.0.0-beta.2",
|
||||
"version": "6.0.0-beta.3",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@ionic/vue",
|
||||
"version": "6.0.0-beta.2",
|
||||
"version": "6.0.0-beta.3",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@ionic/core": "6.0.0-beta.1",
|
||||
"@ionic/core": "6.0.0-beta.2",
|
||||
"ionicons": "^5.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -53,9 +53,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@ionic/core": {
|
||||
"version": "6.0.0-beta.1",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-beta.1.tgz",
|
||||
"integrity": "sha512-oJgkhz+OCGYruEX+7HG1oZMBoLCCv7HQOwhSKYvQcQ9TeWA1uLNQlj648nqhzqz7BL7k/lWg19xQz3jpHNYVqA==",
|
||||
"version": "6.0.0-beta.2",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-beta.2.tgz",
|
||||
"integrity": "sha512-0+G9oGTPJE2Vv2HqI56uVbgS8XC6cMpNFSVyObvCtVP3IdjvsqaxtjlG+rpBO961TFIQtGCXI6oSA6CUOPjavg==",
|
||||
"dependencies": {
|
||||
"@stencil/core": "^2.6.0",
|
||||
"ionicons": "^5.5.1",
|
||||
@ -633,9 +633,9 @@
|
||||
}
|
||||
},
|
||||
"@ionic/core": {
|
||||
"version": "6.0.0-beta.1",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-beta.1.tgz",
|
||||
"integrity": "sha512-oJgkhz+OCGYruEX+7HG1oZMBoLCCv7HQOwhSKYvQcQ9TeWA1uLNQlj648nqhzqz7BL7k/lWg19xQz3jpHNYVqA==",
|
||||
"version": "6.0.0-beta.2",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-beta.2.tgz",
|
||||
"integrity": "sha512-0+G9oGTPJE2Vv2HqI56uVbgS8XC6cMpNFSVyObvCtVP3IdjvsqaxtjlG+rpBO961TFIQtGCXI6oSA6CUOPjavg==",
|
||||
"requires": {
|
||||
"@stencil/core": "^2.6.0",
|
||||
"ionicons": "^5.5.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ionic/vue",
|
||||
"version": "6.0.0-beta.2",
|
||||
"version": "6.0.0-beta.3",
|
||||
"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.2",
|
||||
"@ionic/core": "6.0.0-beta.3",
|
||||
"ionicons": "^5.1.2"
|
||||
},
|
||||
"vetur": {
|
||||
|
Reference in New Issue
Block a user