Skip to content

Commit f402472

Browse files
committed
upgrade angular packages
1 parent 1523127 commit f402472

File tree

3 files changed

+38
-35
lines changed

3 files changed

+38
-35
lines changed

src/PhotoGallery/package.json

Lines changed: 37 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,45 @@
11
{
22
"version": "1.0.0",
3-
"name": "ASP.NET",
3+
"name": "photogallery",
4+
"author": "Chris Sakellarios",
5+
"license": "MIT",
6+
"repository": "https://github.com/chsakell/aspnet5-angular2-typescript",
47
"private": true,
5-
"dependencies": {
6-
"@angular/common": "2.0.0",
7-
"@angular/compiler": "2.0.0",
8-
"@angular/core": "2.0.0",
9-
"@angular/forms": "2.0.0",
10-
"@angular/http": "2.0.0",
11-
"@angular/platform-browser": "2.0.0",
12-
"@angular/platform-browser-dynamic": "2.0.0",
13-
"@angular/router": "3.0.0",
14-
"@angular/upgrade": "2.0.0",
8+
"dependencies": {
9+
"@angular/common": "~2.1.1",
10+
"@angular/compiler": "~2.1.1",
11+
"@angular/core": "~2.1.1",
12+
"@angular/forms": "~2.1.1",
13+
"@angular/http": "~2.1.1",
14+
"@angular/platform-browser": "~2.1.1",
15+
"@angular/platform-browser-dynamic": "~2.1.1",
16+
"@angular/router": "~3.1.1",
17+
"@angular/upgrade": "~2.1.1",
1518

16-
"body-parser": "1.14.1",
17-
"bootstrap": "3.3.5",
18-
"es6-shim": "^0.35.0",
19-
"fancybox": "3.0.0",
20-
"jquery": "2.1.4",
19+
"body-parser": "1.14.1",
20+
"bootstrap": "3.3.5",
21+
"es6-shim": "^0.35.0",
22+
"fancybox": "3.0.0",
23+
"jquery": "2.1.4",
2124

22-
"core-js": "^2.4.1",
23-
"reflect-metadata": "^0.1.3",
24-
"rxjs": "5.0.0-beta.12",
25-
"systemjs": "0.19.27",
26-
"zone.js": "^0.6.23",
27-
"angular2-in-memory-web-api": "0.0.20"
28-
},
29-
"devDependencies": {
30-
"del": "2.1.0",
31-
"gulp": "3.9.0",
32-
"gulp-typescript": "^2.13.4",
33-
"gulp-watch": "4.3.5",
34-
"merge": "1.2.0",
35-
"typescript": "^2.0.2",
36-
"typings": "^1.3.3"
37-
},
25+
"core-js": "^2.4.1",
26+
"reflect-metadata": "^0.1.8",
27+
"rxjs": "5.0.0-beta.12",
28+
"systemjs": "0.19.39",
29+
"zone.js": "^0.6.26",
30+
"angular-in-memory-web-api": "~0.1.13"
31+
},
32+
"devDependencies": {
33+
"@types/core-js": "^0.9.34",
34+
"@types/node": "^6.0.45",
35+
"del": "2.1.0",
36+
"gulp": "3.9.0",
37+
"gulp-typescript": "^2.13.4",
38+
"gulp-watch": "4.3.5",
39+
"merge": "1.2.0",
40+
"typescript": "^2.0.2",
41+
"typings": "^1.3.3"
42+
},
3843
"scripts": {
3944
"postinstall": "typings install"
4045
}

src/PhotoGallery/systemjs.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
'@angular/forms': 'npm:@angular/forms/bundles/forms.umd.js',
2424
// other libraries
2525
'rxjs': 'npm:rxjs',
26-
'angular2-in-memory-web-api': 'npm:angular2-in-memory-web-api',
26+
'angular-in-memory-web-api': 'npm:angular-in-memory-web-api/bundles/in-memory-web-api.umd.js'
2727
},
2828
// packages tells the System loader how to load when no filename and/or no extension
2929
packages: {

src/PhotoGallery/typings.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
"es6-shim": "registry:dt/es6-shim#0.31.2+20160317120654"
44
},
55
"globalDependencies": {
6-
"core-js": "registry:dt/core-js#0.0.0+20160725163759",
76
"jasmine": "registry:dt/jasmine#2.2.0+20160621224255",
8-
"node": "registry:dt/node#6.0.0+20160909174046",
97
"body-parser": "registry:dt/body-parser#0.0.0+20160317120654",
108
"compression": "registry:dt/compression#0.0.0+20160501162003",
119
"cookie-parser": "registry:dt/cookie-parser#1.3.4+20160316155526",

0 commit comments

Comments
 (0)