mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
6.0.0-beta.4
This commit is contained in:
18
angular/package-lock.json
generated
18
angular/package-lock.json
generated
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"name": "@ionic/angular",
|
||||
"version": "6.0.0-beta.3",
|
||||
"version": "6.0.0-beta.4",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@ionic/angular",
|
||||
"version": "6.0.0-beta.3",
|
||||
"version": "6.0.0-beta.4",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@ionic/core": "6.0.0-beta.2",
|
||||
"@ionic/core": "6.0.0-beta.3",
|
||||
"tslib": "^1.9.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -204,9 +204,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@ionic/core": {
|
||||
"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==",
|
||||
"version": "6.0.0-beta.3",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-beta.3.tgz",
|
||||
"integrity": "sha512-lkSjMPdNwkqJ2rJfyTEy8W9WyTTq+rpvci5ZBKXhqNCBdIhXRxBKNPDHjI8B2qbleEKAu05hJMUFMZTGFSDN8w==",
|
||||
"dependencies": {
|
||||
"@stencil/core": "^2.6.0",
|
||||
"ionicons": "^5.5.1",
|
||||
@@ -5156,9 +5156,9 @@
|
||||
}
|
||||
},
|
||||
"@ionic/core": {
|
||||
"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==",
|
||||
"version": "6.0.0-beta.3",
|
||||
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-beta.3.tgz",
|
||||
"integrity": "sha512-lkSjMPdNwkqJ2rJfyTEy8W9WyTTq+rpvci5ZBKXhqNCBdIhXRxBKNPDHjI8B2qbleEKAu05hJMUFMZTGFSDN8w==",
|
||||
"requires": {
|
||||
"@stencil/core": "^2.6.0",
|
||||
"ionicons": "^5.5.1",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ionic/angular",
|
||||
"version": "6.0.0-beta.3",
|
||||
"version": "6.0.0-beta.4",
|
||||
"description": "Angular specific wrappers for @ionic/core",
|
||||
"keywords": [
|
||||
"ionic",
|
||||
@@ -42,7 +42,7 @@
|
||||
"validate": "npm i && npm run lint && npm run test && npm run build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ionic/core": "6.0.0-beta.3",
|
||||
"@ionic/core": "6.0.0-beta.4",
|
||||
"tslib": "^1.9.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user