chore(dependencies): update to 0.0.2 of ionic core

This commit is contained in:
Dan Bucholtz
2018-02-16 09:13:43 -06:00
parent 4127fac88e
commit a7670e5c30
2 changed files with 8 additions and 8 deletions

View File

@ -216,9 +216,9 @@
}
},
"@ionic/core": {
"version": "0.0.2-66",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-0.0.2-66.tgz",
"integrity": "sha512-Wv3tewr1Se0W1UHmMS/LPq48HDXGFafDHs3I7626WTD2JxpSEGLyd6pHeJcMNbi3SDWPiya7erjd6e4oOEZX6g==",
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-0.0.2.tgz",
"integrity": "sha512-aMqK+wb4Ajzfz2rZ5i2ojAHjmG/D4XhbgIIdDgRmK53mcIG9OQ1F/fQ8+i5I6coI0k8Qc456FOF8K5eZ1nIB6A==",
"dev": true
},
"@stencil/core": {
@ -957,7 +957,7 @@
"pbkdf2": "3.0.14",
"public-encrypt": "4.0.0",
"randombytes": "2.0.6",
"randomfill": "1.0.3"
"randomfill": "1.0.4"
}
},
"cssom": {
@ -3975,9 +3975,9 @@
}
},
"randomfill": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/randomfill/-/randomfill-1.0.3.tgz",
"integrity": "sha512-YL6GrhrWoic0Eq8rXVbMptH7dAxCs0J+mh5Y0euNekPPYaxEmdVGim6GdoxoRzKW2yJoU8tueifS7mYxvcFDEQ==",
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz",
"integrity": "sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==",
"requires": {
"randombytes": "2.0.6",
"safe-buffer": "5.1.1"

View File

@ -42,7 +42,7 @@
"@angular/platform-browser": "latest",
"@angular/platform-browser-dynamic": "latest",
"@angular/router": "latest",
"@ionic/core": "next",
"@ionic/core": "0.0.2",
"glob": "7.1.2",
"ionicons": "~3.0.0",
"rxjs": "5.5.2",