Skip to content

Commit f7f5936

Browse files
committed
chore(package): updated angular to v6.0.5
1 parent d576827 commit f7f5936

File tree

2 files changed

+44
-44
lines changed

2 files changed

+44
-44
lines changed

package-lock.json

+32-32
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -29,28 +29,28 @@
2929
},
3030
"private": true,
3131
"scripts": {
32-
"start": "gulp build",
32+
"build": "gulp build",
3333
"test": " gulp test",
3434
"demo": " gulp build:demo",
3535
"check-travis": " travis-status --repo=angular-material-extensions/faq --branch=master --fail-pending || echo 'Not yet passing'"
3636
},
3737
"dependencies": {
38-
"@angular/animations": "^6.0.4",
38+
"@angular/animations": "^6.0.5",
3939
"@angular/cdk": "^6.2.1",
40-
"@angular/common": "^6.0.4",
41-
"@angular/core": "^6.0.4",
40+
"@angular/common": "^6.0.5",
41+
"@angular/core": "^6.0.5",
4242
"@angular/flex-layout": "^6.0.0-beta.16",
43-
"@angular/forms": "^6.0.4",
43+
"@angular/forms": "^6.0.5",
4444
"@angular/material": "^6.2.1"
4545
},
4646
"devDependencies": {
47-
"@angular/animations": "6.0.4",
48-
"@angular/compiler": "6.0.4",
49-
"@angular/compiler-cli": "6.0.4",
50-
"@angular/language-service": "^6.0.4",
51-
"@angular/platform-browser": "6.0.4",
52-
"@angular/platform-browser-dynamic": "6.0.4",
53-
"@angular/platform-server": "6.0.4",
47+
"@angular/animations": "6.0.5",
48+
"@angular/compiler": "6.0.5",
49+
"@angular/compiler-cli": "6.0.5",
50+
"@angular/language-service": "^6.0.5",
51+
"@angular/platform-browser": "6.0.5",
52+
"@angular/platform-browser-dynamic": "6.0.5",
53+
"@angular/platform-server": "6.0.5",
5454
"@compodoc/gulp-compodoc": "0.0.9",
5555
"@types/jest": "23.0.0",
5656
"@types/lodash": "^4.14.109",

0 commit comments

Comments
 (0)