Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit b35cdfa

Browse files
authored
Update CLI, angular, and material versions (#38)
1 parent 16f8fa2 commit b35cdfa

File tree

3 files changed

+17
-14
lines changed

3 files changed

+17
-14
lines changed

angular-cli.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"project": {
3-
"version": "1.0.0-beta.19-3",
3+
"version": "1.0.0-beta.24",
44
"name": "material-angular-io"
55
},
66
"apps": [

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,28 +16,28 @@
1616
},
1717
"private": true,
1818
"dependencies": {
19-
"@angular/common": "~2.2.3",
20-
"@angular/compiler": "~2.2.3",
21-
"@angular/core": "~2.2.3",
22-
"@angular/forms": "~2.2.3",
23-
"@angular/http": "~2.2.3",
24-
"@angular/material": "2.0.0-alpha.11-3",
25-
"@angular/platform-browser": "~2.2.3",
26-
"@angular/platform-browser-dynamic": "~2.2.3",
19+
"@angular/common": "^2.4.0",
20+
"@angular/compiler": "^2.4.0",
21+
"@angular/core": "^2.4.0",
22+
"@angular/forms": "^2.4.0",
23+
"@angular/http": "^2.4.0",
24+
"@angular/material": "angular/material2-builds",
25+
"@angular/platform-browser": "^2.4.0",
26+
"@angular/platform-browser-dynamic": "^2.4.0",
2727
"@angular/router": "~3.2.3",
2828
"core-js": "^2.4.1",
2929
"fs-extra": "^1.0.0",
3030
"hapi": "^15.2.0",
3131
"inert": "^4.0.2",
32-
"rxjs": "5.0.0-beta.12",
32+
"rxjs": "^5.0.1",
3333
"ts-helpers": "^1.1.1",
34-
"zone.js": "^0.6.23"
34+
"zone.js": "^0.7.4"
3535
},
3636
"devDependencies": {
37-
"@angular/compiler-cli": "~2.2.3",
37+
"@angular/compiler-cli": "^2.4.0",
3838
"@types/jasmine": "^2.2.30",
3939
"@types/node": "^6.0.42",
40-
"angular-cli": "1.0.0-beta.22-1",
40+
"angular-cli": "1.0.0-beta.24",
4141
"codelyzer": "1.0.0-beta.1",
4242
"jasmine-core": "2.4.1",
4343
"jasmine-spec-reporter": "2.5.0",

src/tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,8 @@
1313
"typeRoots": [
1414
"../node_modules/@types"
1515
]
16-
}
16+
},
17+
"exclude": [
18+
"assets"
19+
]
1720
}

0 commit comments

Comments
 (0)