Update dependencies
This commit is contained in:
parent
140433bc33
commit
783b868220
@ -150,16 +150,14 @@ Because I like seeing the numbers.
|
||||
|
||||
Language | Files | Blank | Comment | Code
|
||||
-------------|--------:|---------:|--------:|---------:
|
||||
TypeScript | 58 | 629 | 26 | 2939
|
||||
TypeScript | 58 | 629 | 26 | 2940
|
||||
PHP | 18 | 558 | 19 | 1740
|
||||
HTML | 19 | 131 | 9 | 1160
|
||||
SASS | 14 | 221 | 12 | 1005
|
||||
__SUM:__ | __109__ | __1539__ | __66__ | __6848__
|
||||
__SUM:__ | __109__ | __1539__ | __66__ | __6845__
|
||||
|
||||
Command: `cloc --exclude-dir=vendor --exclude-ext=json src/`
|
||||
|
||||
### `test`
|
||||
|
||||
Language | Files | Blank | Comment | Code
|
||||
-------------|-------:|---------:|--------:|---------:
|
||||
PHP | 10 | 687 | 16 | 2008
|
||||
|
22
package.json
22
package.json
@ -27,14 +27,14 @@
|
||||
},
|
||||
"homepage": "https://github.com/kiswa/TaskBoard#readme",
|
||||
"devDependencies": {
|
||||
"@angular/common": "4.1.0",
|
||||
"@angular/compiler": "4.1.0",
|
||||
"@angular/core": "4.1.0",
|
||||
"@angular/forms": "4.1.0",
|
||||
"@angular/http": "4.1.0",
|
||||
"@angular/platform-browser": "4.1.0",
|
||||
"@angular/platform-browser-dynamic": "4.1.0",
|
||||
"@angular/router": "4.1.0",
|
||||
"@angular/common": "4.1.1",
|
||||
"@angular/compiler": "4.1.1",
|
||||
"@angular/core": "4.1.1",
|
||||
"@angular/forms": "4.1.1",
|
||||
"@angular/http": "4.1.1",
|
||||
"@angular/platform-browser": "4.1.1",
|
||||
"@angular/platform-browser-dynamic": "4.1.1",
|
||||
"@angular/router": "4.1.1",
|
||||
"@types/chartist": "^0.9.34",
|
||||
"@types/core-js": "^0.9.41",
|
||||
"@types/highlight.js": "^9.1.9",
|
||||
@ -73,12 +73,12 @@
|
||||
"node-normalize-scss": "^2.0.0",
|
||||
"reflect-metadata": "^0.1.10",
|
||||
"rxjs": "5.3.1",
|
||||
"scss-base": "^1.3.2",
|
||||
"scss-base": "^1.3.3",
|
||||
"systemjs": "0.20.12",
|
||||
"systemjs-builder": "0.16.4",
|
||||
"touch": "^1.0.0",
|
||||
"tslint": "^5.1.0",
|
||||
"tslint": "^5.2.0",
|
||||
"typescript": "^2.3.2",
|
||||
"zone.js": "^0.8.9"
|
||||
"zone.js": "^0.8.10"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user