Skip to content

Commit f2fb987

Browse files
committed
upgrade to rc3 - working but could prob use cleanup
1 parent 3add69c commit f2fb987

File tree

22 files changed

+39174
-2325
lines changed

22 files changed

+39174
-2325
lines changed

package.json

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,22 @@
2121
"author": "",
2222
"license": "MIT",
2323
"dependencies": {
24-
"@angular/common": "2.0.0-rc.2",
25-
"@angular/compiler": "2.0.0-rc.2",
26-
"@angular/core": "2.0.0-rc.2",
27-
"@angular/http": "2.0.0-rc.2",
28-
"@angular/platform-browser": "2.0.0-rc.2",
29-
"@angular/platform-browser-dynamic": "2.0.0-rc.2",
30-
"@angular/router": "2.0.0-rc.2",
31-
"@angular/router-deprecated": "2.0.0-rc.2",
32-
"@angular/upgrade": "2.0.0-rc.2",
33-
24+
"@angular/common": "2.0.0-rc.3",
25+
"@angular/compiler": "2.0.0-rc.3",
26+
"@angular/core": "2.0.0-rc.3",
27+
"@angular/forms": "0.1.1",
28+
"@angular/http": "2.0.0-rc.3",
29+
"@angular/platform-browser": "2.0.0-rc.3",
30+
"@angular/platform-browser-dynamic": "2.0.0-rc.3",
31+
"@angular/router": "3.0.0-alpha.7",
32+
"@angular/router-deprecated": "2.0.0-rc.2",
33+
"@angular/upgrade": "2.0.0-rc.3",
3434
"systemjs": "0.19.27",
3535
"core-js": "^2.4.0",
3636
"reflect-metadata": "^0.1.3",
3737
"rxjs": "5.0.0-beta.6",
3838
"zone.js": "^0.6.12",
39-
40-
"angular2-in-memory-web-api": "0.0.11",
39+
"angular2-in-memory-web-api": "0.0.12",
4140

4241
"esri-system-js": "0.0.3",
4342
"bootstrap": "^3.3.6"

typings.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
2-
"ambientDependencies": {
3-
"es6-shim": "registry:dt/es6-shim#0.31.2+20160317120654",
4-
"jasmine": "registry:dt/jasmine#2.2.0+20160412134438"
2+
"globalDependencies": {
3+
"angular-protractor": "registry:dt/angular-protractor#1.5.0+20160425143459",
4+
"core-js": "registry:dt/core-js#0.0.0+20160602141332",
5+
"jasmine": "registry:dt/jasmine#2.2.0+20160621224255",
6+
"selenium-webdriver": "registry:dt/selenium-webdriver#2.44.0+20160317120654",
7+
8+
"arcgis-js-api": "github:Esri/jsapi-resources/4.x/typescript/arcgis-js-api.d.ts",
9+
"dojo": "registry:dt/dojo#1.9.0+20160521151917"
510
}
611
}

typings/browser.d.ts

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)