Update dependencies

This commit is contained in:
Matthew Ross 2017-06-03 09:40:13 -04:00
parent fa590de922
commit 7351086a98
3 changed files with 4805 additions and 13 deletions

4792
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -41,7 +41,7 @@
"@types/marked": "0.0.28",
"bourbon": "^4.3.4",
"bourbon-neat": "1.8.0",
"chai": "^4.0.0",
"chai": "^4.0.1",
"chartist": "^0.11.0",
"chartist-plugin-tooltip": "git+https://github.com/Globegitter/chartist-plugin-tooltip.git",
"core-js": "^2.4.1",
@ -55,7 +55,7 @@
"gulp-concat": "^2.6.1",
"gulp-cssimport": "^5.0.0",
"gulp-cssnano": "^2.1.2",
"gulp-imagemin": "^3.2.0",
"gulp-imagemin": "^3.3.0",
"gulp-istanbul": "^1.1.1",
"gulp-mocha": "3.0.1",
"gulp-phpunit": "^0.23.0",
@ -65,7 +65,7 @@
"gulp-typescript": "^3.1.7",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"highlight.js": "^9.11.0",
"highlight.js": "^9.12.0",
"marked": "^0.3.6",
"merge-stream": "^1.0.1",
"mock-browser": "^0.92.14",
@ -74,11 +74,11 @@
"reflect-metadata": "^0.1.10",
"rxjs": "5.4.0",
"scss-base": "^1.3.4",
"systemjs": "0.20.12",
"systemjs-builder": "0.16.4",
"systemjs": "0.20.13",
"systemjs-builder": "0.16.6",
"touch": "^1.0.0",
"tslint": "^5.3.2",
"typescript": "^2.3.3",
"tslint": "^5.4.2",
"typescript": "^2.3.4",
"zone.js": "^0.8.11"
}
}

12
src/api/composer.lock generated
View File

@ -1638,16 +1638,16 @@
},
{
"name": "symfony/yaml",
"version": "v3.2.8",
"version": "v3.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
"reference": "acec26fcf7f3031e094e910b94b002fa53d4e4d6"
"reference": "885db865f6b2b918404a1fae28f9ac640f71f994"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/acec26fcf7f3031e094e910b94b002fa53d4e4d6",
"reference": "acec26fcf7f3031e094e910b94b002fa53d4e4d6",
"url": "https://api.github.com/repos/symfony/yaml/zipball/885db865f6b2b918404a1fae28f9ac640f71f994",
"reference": "885db865f6b2b918404a1fae28f9ac640f71f994",
"shasum": ""
},
"require": {
@ -1662,7 +1662,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
"dev-master": "3.3-dev"
}
},
"autoload": {
@ -1689,7 +1689,7 @@
],
"description": "Symfony Yaml Component",
"homepage": "https://symfony.com",
"time": "2017-05-01T14:55:58+00:00"
"time": "2017-05-28T10:56:20+00:00"
},
{
"name": "webmozart/assert",