Skip to content

Commit 709d27e

Browse files
committed
Updated dependencies to fix CI build
1 parent 1d02651 commit 709d27e

File tree

3 files changed

+22
-19
lines changed

3 files changed

+22
-19
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Library directories
22
node_modules
33
coverage
4-
lib
4+
lib
5+
npm-debug.log

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
node_modules
2+
npm-debug.log
23

34
# Testing
45
config

package.json

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,35 +15,36 @@
1515
"token authentication"
1616
],
1717
"peerDependencies": {
18-
"@angular/core": "2.0.0",
19-
"@angular/http": "2.0.0",
20-
"@angular/common": "2.0.0",
21-
"@angular/router": "3.0.0",
18+
"@angular/core": "2.0.1",
19+
"@angular/http": "2.0.1",
20+
"@angular/common": "2.0.1",
21+
"@angular/router": "3.0.1",
2222
"rxjs": "5.0.0-beta.12"
2323
},
2424
"devDependencies": {
2525

26-
"@angular/core": "2.0.0",
27-
"@angular/http": "2.0.0",
28-
"@angular/common": "2.0.0",
29-
"@angular/router": "3.0.0",
26+
"@angular/core": "2.0.1",
27+
"@angular/http": "2.0.1",
28+
"@angular/common": "2.0.1",
29+
"@angular/router": "3.0.1",
3030
"rxjs": "5.0.0-beta.12",
3131

32-
"@angular/compiler": "2.0.0",
33-
"@angular/platform-browser": "2.0.0",
34-
"@angular/platform-browser-dynamic": "2.0.0",
35-
"@angular/platform-server": "2.0.0",
32+
"@angular/compiler": "2.0.1",
33+
"@angular/platform-browser": "2.0.1",
34+
"@angular/platform-browser-dynamic": "2.0.1",
35+
"@angular/platform-server": "2.0.1",
3636
"ie-shim": "^0.1.0",
3737
"typescript": "^2.0.0",
3838
"zone.js": "0.6.23",
3939

40-
"@types/core-js": "^0.9.28",
41-
"@types/hammerjs": "^2.0.28",
42-
"@types/jasmine": "^2.2.29",
40+
"@types/hammerjs": "^2.0.33",
41+
"@types/jasmine": "^2.2.34",
4342
"@types/node": "^6.0.38",
44-
"@types/source-map": "^0.1.26",
45-
"@types/webpack": "^1.12.29",
46-
"@types/protractor": "^1.5.16",
43+
"@types/protractor": "^1.5.20",
44+
"@types/selenium-webdriver": "2.44.29",
45+
"@types/source-map": "^0.1.27",
46+
"@types/webpack": "^1.12.34",
47+
"@types/core-js": "^0.9.34",
4748

4849
"awesome-typescript-loader": "^2.2.1",
4950
"source-map-loader": "^0.1.5",

0 commit comments

Comments
 (0)