Update dependencies
This commit is contained in:
parent
96dae8a64b
commit
2c1f092cd8
20
package.json
20
package.json
@ -27,16 +27,16 @@
|
||||
},
|
||||
"homepage": "https://github.com/kiswa/TaskBoard#readme",
|
||||
"devDependencies": {
|
||||
"@angular/common": "4.2.4",
|
||||
"@angular/compiler": "4.2.4",
|
||||
"@angular/core": "4.2.4",
|
||||
"@angular/forms": "4.2.4",
|
||||
"@angular/http": "4.2.4",
|
||||
"@angular/platform-browser": "4.2.4",
|
||||
"@angular/platform-browser-dynamic": "4.2.4",
|
||||
"@angular/router": "4.2.4",
|
||||
"@angular/common": "4.2.5",
|
||||
"@angular/compiler": "4.2.5",
|
||||
"@angular/core": "4.2.5",
|
||||
"@angular/forms": "4.2.5",
|
||||
"@angular/http": "4.2.5",
|
||||
"@angular/platform-browser": "4.2.5",
|
||||
"@angular/platform-browser-dynamic": "4.2.5",
|
||||
"@angular/router": "4.2.5",
|
||||
"@types/chartist": "^0.9.35",
|
||||
"@types/core-js": "^0.9.41",
|
||||
"@types/core-js": "^0.9.42",
|
||||
"@types/highlight.js": "^9.1.9",
|
||||
"@types/marked": "0.0.28",
|
||||
"bourbon": "^4.3.4",
|
||||
@ -76,7 +76,7 @@
|
||||
"scss-base": "^1.3.4",
|
||||
"systemjs": "0.20.14",
|
||||
"systemjs-builder": "0.16.9",
|
||||
"touch": "^1.0.0",
|
||||
"touch": "^3.1.0",
|
||||
"tslint": "^5.4.3",
|
||||
"typescript": "^2.3.4",
|
||||
"zone.js": "^0.8.12"
|
||||
|
30
src/api/composer.lock
generated
30
src/api/composer.lock
generated
@ -255,23 +255,23 @@
|
||||
},
|
||||
{
|
||||
"name": "myclabs/php-enum",
|
||||
"version": "1.5.1",
|
||||
"version": "1.5.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/myclabs/php-enum.git",
|
||||
"reference": "61f4a24da5be216301447f3278ea6562609d61f5"
|
||||
"reference": "3ed7088cfd0a0e06534b7f8b0eee82acea574fac"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/myclabs/php-enum/zipball/61f4a24da5be216301447f3278ea6562609d61f5",
|
||||
"reference": "61f4a24da5be216301447f3278ea6562609d61f5",
|
||||
"url": "https://api.github.com/repos/myclabs/php-enum/zipball/3ed7088cfd0a0e06534b7f8b0eee82acea574fac",
|
||||
"reference": "3ed7088cfd0a0e06534b7f8b0eee82acea574fac",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "4.*",
|
||||
"phpunit/phpunit": "^4.8.35|^5.7|^6.0",
|
||||
"squizlabs/php_codesniffer": "1.*"
|
||||
},
|
||||
"type": "library",
|
||||
@ -295,7 +295,7 @@
|
||||
"keywords": [
|
||||
"enum"
|
||||
],
|
||||
"time": "2017-03-26T10:24:21+00:00"
|
||||
"time": "2017-06-28T16:24:08+00:00"
|
||||
},
|
||||
{
|
||||
"name": "nikic/fast-route",
|
||||
@ -1003,25 +1003,29 @@
|
||||
},
|
||||
{
|
||||
"name": "pimple/pimple",
|
||||
"version": "v3.0.2",
|
||||
"version": "v3.1.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/silexphp/Pimple.git",
|
||||
"reference": "a30f7d6e57565a2e1a316e1baf2a483f788b258a"
|
||||
"reference": "279b56046fb368deacf77e2f8f3bdcea45cc367a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/silexphp/Pimple/zipball/a30f7d6e57565a2e1a316e1baf2a483f788b258a",
|
||||
"reference": "a30f7d6e57565a2e1a316e1baf2a483f788b258a",
|
||||
"url": "https://api.github.com/repos/silexphp/Pimple/zipball/279b56046fb368deacf77e2f8f3bdcea45cc367a",
|
||||
"reference": "279b56046fb368deacf77e2f8f3bdcea45cc367a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.0"
|
||||
"php": ">=5.3.0",
|
||||
"psr/container": "^1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"symfony/phpunit-bridge": "^3.2"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "3.0.x-dev"
|
||||
"dev-master": "3.1.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
@ -1045,7 +1049,7 @@
|
||||
"container",
|
||||
"dependency injection"
|
||||
],
|
||||
"time": "2015-09-11T15:10:35+00:00"
|
||||
"time": "2017-07-03T14:06:46+00:00"
|
||||
},
|
||||
{
|
||||
"name": "psr/container",
|
||||
|
Reference in New Issue
Block a user