Update dependencies

This commit is contained in:
Matthew Ross 2017-05-21 12:51:46 -04:00
parent 7b20a491a9
commit 53fa3aa785
2 changed files with 19 additions and 19 deletions

View File

@ -27,20 +27,20 @@
}, },
"homepage": "https://github.com/kiswa/TaskBoard#readme", "homepage": "https://github.com/kiswa/TaskBoard#readme",
"devDependencies": { "devDependencies": {
"@angular/common": "4.1.2", "@angular/common": "4.1.3",
"@angular/compiler": "4.1.2", "@angular/compiler": "4.1.3",
"@angular/core": "4.1.2", "@angular/core": "4.1.3",
"@angular/forms": "4.1.2", "@angular/forms": "4.1.3",
"@angular/http": "4.1.2", "@angular/http": "4.1.3",
"@angular/platform-browser": "4.1.2", "@angular/platform-browser": "4.1.3",
"@angular/platform-browser-dynamic": "4.1.2", "@angular/platform-browser-dynamic": "4.1.3",
"@angular/router": "4.1.2", "@angular/router": "4.1.3",
"@types/chartist": "^0.9.34", "@types/chartist": "^0.9.34",
"@types/core-js": "^0.9.41", "@types/core-js": "^0.9.41",
"@types/highlight.js": "^9.1.9", "@types/highlight.js": "^9.1.9",
"@types/marked": "0.0.28", "@types/marked": "0.0.28",
"bourbon": "^4.3.4", "bourbon": "^4.3.4",
"bourbon-neat": "@1.8.0", "bourbon-neat": "1.8.0",
"chai": "^3.5.0", "chai": "^3.5.0",
"chartist": "^0.11.0", "chartist": "^0.11.0",
"chartist-plugin-tooltip": "git+https://github.com/Globegitter/chartist-plugin-tooltip.git", "chartist-plugin-tooltip": "git+https://github.com/Globegitter/chartist-plugin-tooltip.git",
@ -57,13 +57,13 @@
"gulp-cssnano": "^2.1.2", "gulp-cssnano": "^2.1.2",
"gulp-imagemin": "^3.2.0", "gulp-imagemin": "^3.2.0",
"gulp-istanbul": "^1.1.1", "gulp-istanbul": "^1.1.1",
"gulp-mocha": "@3.0.1", "gulp-mocha": "3.0.1",
"gulp-phpunit": "^0.23.0", "gulp-phpunit": "^0.23.0",
"gulp-sass": "^3.1.0", "gulp-sass": "^3.1.0",
"gulp-scss-lint": "^0.4.0", "gulp-scss-lint": "^0.4.0",
"gulp-tslint": "^8.0.0", "gulp-tslint": "^8.0.0",
"gulp-typescript": "^3.1.6", "gulp-typescript": "^3.1.6",
"gulp-uglify": "^2.1.2", "gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8", "gulp-util": "^3.0.8",
"highlight.js": "^9.11.0", "highlight.js": "^9.11.0",
"marked": "^0.3.6", "marked": "^0.3.6",
@ -79,6 +79,6 @@
"touch": "^1.0.0", "touch": "^1.0.0",
"tslint": "^5.2.0", "tslint": "^5.2.0",
"typescript": "^2.3.2", "typescript": "^2.3.2",
"zone.js": "^0.8.10" "zone.js": "^0.8.11"
} }
} }

14
src/api/composer.lock generated
View File

@ -1259,23 +1259,23 @@
}, },
{ {
"name": "sebastian/diff", "name": "sebastian/diff",
"version": "1.4.1", "version": "1.4.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/diff.git", "url": "https://github.com/sebastianbergmann/diff.git",
"reference": "13edfd8706462032c2f52b4b862974dd46b71c9e" "reference": "3c7d21999e815cdfac70c6c7d79d3a9cb1bc7bc2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e", "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3c7d21999e815cdfac70c6c7d79d3a9cb1bc7bc2",
"reference": "13edfd8706462032c2f52b4b862974dd46b71c9e", "reference": "3c7d21999e815cdfac70c6c7d79d3a9cb1bc7bc2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": "^5.3.3 || ^7.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~4.8" "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -1307,7 +1307,7 @@
"keywords": [ "keywords": [
"diff" "diff"
], ],
"time": "2015-12-08T07:14:41+00:00" "time": "2017-05-18T13:44:30+00:00"
}, },
{ {
"name": "sebastian/environment", "name": "sebastian/environment",