Skip to content
This repository was archived by the owner on Aug 2, 2019. It is now read-only.

Commit 6adcb69

Browse files
committed
bump up versions; routing seems to work now;
- Navigation problem was solved by new version of @angular/router (alpha.8) - adds some packages to devDependencies because of some angular-cli problems - see: https://github.com/angular/angular-cli/issues/1186\#issuecomment-228364667 @fmalcher @GregOnNet @JohannesHoppe
1 parent 8a82b01 commit 6adcb69

File tree

1 file changed

+23
-18
lines changed

1 file changed

+23
-18
lines changed

package.json

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -21,29 +21,34 @@
2121
"@angular/http": "2.0.0-rc.3",
2222
"@angular/platform-browser": "2.0.0-rc.3",
2323
"@angular/platform-browser-dynamic": "2.0.0-rc.3",
24-
"@angular/router": "^3.0.0-alpha.7",
25-
"es6-shim": "^0.35.1",
24+
"@angular/router": "3.0.0-alpha.8",
25+
"es6-shim": "0.35.1",
2626
"reflect-metadata": "0.1.3",
2727
"rxjs": "5.0.0-beta.6",
28-
"semantic-ui-css": "^2.1.8",
28+
"semantic-ui-css": "2.1.8",
2929
"systemjs": "0.19.26",
30-
"zone.js": "^0.6.12"
30+
"zone.js": "0.6.12"
3131
},
3232
"devDependencies": {
33-
"angular-cli": "^1.0.0-beta.6",
34-
"codelyzer": "0.0.20",
35-
"ember-cli-inject-live-reload": "^1.4.0",
36-
"jasmine-core": "^2.4.1",
37-
"jasmine-spec-reporter": "^2.5.0",
38-
"karma": "^0.13.22",
39-
"karma-chrome-launcher": "^0.2.3",
40-
"karma-jasmine": "^0.3.8",
41-
"protractor": "^3.3.0",
42-
"ts-node": "^0.5.5",
43-
"tslint": "^3.11.0",
44-
"typescript": "^1.8.10",
45-
"typings": "^0.8.1",
33+
"angular-cli": "1.0.0-beta.8",
34+
"angular-cli-ghpages": "*",
4635
"book-monkey2-api": "*",
47-
"angular-cli-ghpages": "*"
36+
"codelyzer": "0.0.20",
37+
"ember-cli-inject-live-reload": "1.4.0",
38+
"exists-sync": "0.0.3",
39+
"jasmine-core": "2.4.1",
40+
"jasmine-spec-reporter": "2.5.0",
41+
"karma": "0.13.22",
42+
"karma-chrome-launcher": "0.2.3",
43+
"karma-jasmine": "0.3.8",
44+
"minimatch": "^3.0.2",
45+
"object-assign": "^4.1.0",
46+
"protractor": "3.3.0",
47+
"through": "^2.3.8",
48+
"ts-node": "0.5.5",
49+
"tslint": "3.11.0",
50+
"typescript": "1.8.10",
51+
"typings": "0.8.1",
52+
"walk-sync": "^0.2.6"
4853
}
4954
}

0 commit comments

Comments
 (0)