Update dependencies
This commit is contained in:
parent
483c4e5717
commit
8d8219934f
@ -164,8 +164,8 @@ Command: `cloc --exclude-dir=vendor --exclude-ext=json src/`
|
||||
Language | Files | Blank | Comment | Code
|
||||
-------------|-------:|---------:|--------:|---------:
|
||||
JavaScript | 45 | 624 | 53 | 2478
|
||||
PHP | 11 | 743 | 16 | 2205
|
||||
__SUM:__ | __56__ | __1367__ | __69__ | __4683__
|
||||
PHP | 11 | 742 | 16 | 2205
|
||||
__SUM:__ | __56__ | __1366__ | __69__ | __4683__
|
||||
|
||||
Command: `cloc --exclude-ext=xml test/`
|
||||
|
||||
|
986
package-lock.json
generated
986
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
28
package.json
28
package.json
@ -27,15 +27,15 @@
|
||||
},
|
||||
"homepage": "https://github.com/kiswa/TaskBoard#readme",
|
||||
"devDependencies": {
|
||||
"@angular/common": "4.4.4",
|
||||
"@angular/compiler": "4.4.4",
|
||||
"@angular/core": "4.4.4",
|
||||
"@angular/forms": "4.4.4",
|
||||
"@angular/http": "4.4.4",
|
||||
"@angular/platform-browser": "4.4.4",
|
||||
"@angular/platform-browser-dynamic": "4.4.4",
|
||||
"@angular/router": "4.4.4",
|
||||
"@types/chartist": "^0.9.36",
|
||||
"@angular/common": "4.4.6",
|
||||
"@angular/compiler": "4.4.6",
|
||||
"@angular/core": "4.4.6",
|
||||
"@angular/forms": "4.4.6",
|
||||
"@angular/http": "4.4.6",
|
||||
"@angular/platform-browser": "4.4.6",
|
||||
"@angular/platform-browser-dynamic": "4.4.6",
|
||||
"@angular/router": "4.4.6",
|
||||
"@types/chartist": "^0.9.37",
|
||||
"@types/core-js": "^0.9.43",
|
||||
"@types/highlight.js": "^9.1.10",
|
||||
"@types/marked": "0.3.0",
|
||||
@ -57,12 +57,12 @@
|
||||
"gulp-cssnano": "^2.1.2",
|
||||
"gulp-imagemin": "^3.4.0",
|
||||
"gulp-istanbul": "^1.1.2",
|
||||
"gulp-mocha": "^3.0.1",
|
||||
"gulp-mocha": "^4.3.1",
|
||||
"gulp-phpunit": "^0.24.1",
|
||||
"gulp-sass": "^3.1.0",
|
||||
"gulp-scss-lint": "^0.5.0",
|
||||
"gulp-tslint": "^8.1.2",
|
||||
"gulp-typescript": "^3.2.2",
|
||||
"gulp-typescript": "^3.2.3",
|
||||
"gulp-uglify": "^3.0.0",
|
||||
"gulp-util": "^3.0.8",
|
||||
"highlight.js": "^9.12.0",
|
||||
@ -72,12 +72,12 @@
|
||||
"ng2-dragula": "^1.5.0",
|
||||
"node-normalize-scss": "^3.0.0",
|
||||
"reflect-metadata": "^0.1.10",
|
||||
"rxjs": "5.4.3",
|
||||
"rxjs": "5.5.2",
|
||||
"scss-base": "^1.3.4",
|
||||
"systemjs": "0.20.19",
|
||||
"systemjs-builder": "0.16.11",
|
||||
"systemjs-builder": "0.16.12",
|
||||
"touch": "^3.1.0",
|
||||
"tslint": "^5.7.0",
|
||||
"tslint": "^5.8.0",
|
||||
"typescript": "2.5.3",
|
||||
"zone.js": "^0.8.18"
|
||||
}
|
||||
|
Reference in New Issue
Block a user