Skip to content

Commit 57fdd45

Browse files
committed
2.0 final packages
1 parent fb7ea5e commit 57fdd45

File tree

3 files changed

+15
-16
lines changed

3 files changed

+15
-16
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<link rel="stylesheet" href="bower_components/esri/css/calcite/calcite.css"/>-->
88

99
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous">
10-
<link rel="stylesheet" href="https://js.arcgis.com/4.0/esri/css/main.css">
11-
<link rel="stylesheet" href="https://js.arcgis.com/4.0/esri/css/calcite/calcite.css">
10+
<link rel="stylesheet" href="https://js.arcgis.com/4.1/esri/css/main.css">
11+
<link rel="stylesheet" href="https://js.arcgis.com/4.1/esri/css/calcite/calcite.css">
1212

1313
<link rel="stylesheet" href="app/styles/main.css">
1414

@@ -31,7 +31,7 @@
3131
<!--<script src="bower_components/dojo/dojo.js"></script>
3232
<script src="node_modules/esri-system-js/dist/esriSystem.js"></script>-->
3333

34-
<script src="//js.arcgis.com/4.0/"></script>
34+
<script src="//js.arcgis.com/4.1/"></script>
3535
<script src="//npmcdn.com/esri-system-js@1.0.0-beta.0/dist/esriSystem.js"></script>
3636

3737
<!--<script src="systemjs.config.js"></script>-->

package.json

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,23 @@
1717
"author": "",
1818
"license": "MIT",
1919
"dependencies": {
20-
"@angular/common": "2.0.0-rc.7",
21-
"@angular/compiler": "2.0.0-rc.7",
22-
"@angular/core": "2.0.0-rc.7",
23-
"@angular/forms": "2.0.0-rc.7",
24-
"@angular/http": "2.0.0-rc.7",
25-
"@angular/platform-browser": "2.0.0-rc.7",
26-
"@angular/platform-browser-dynamic": "2.0.0-rc.7",
27-
"@angular/router": "3.0.0-rc.3",
28-
"@angular/upgrade": "2.0.0-rc.7",
29-
"angular2-in-memory-web-api": "0.0.19",
20+
"@angular/common": "2.0.0",
21+
"@angular/compiler": "2.0.0",
22+
"@angular/core": "2.0.0",
23+
"@angular/forms": "2.0.0",
24+
"@angular/http": "2.0.0",
25+
"@angular/platform-browser": "2.0.0",
26+
"@angular/platform-browser-dynamic": "2.0.0",
27+
"@angular/router": "3.0.0",
28+
"angular2-in-memory-web-api": "0.0.20",
3029
"bootstrap": "3.3.7",
3130
"core-js": "2.4.1",
3231
"esri-system-js": "1.0.0-beta.0",
3332
"jquery": "3.1.0",
3433
"reflect-metadata": "0.1.3",
3534
"rxjs": "5.0.0-beta.12",
3635
"systemjs": "0.19.37",
37-
"zone.js": "0.6.21"
36+
"zone.js": "0.6.23"
3837
},
3938
"devDependencies": {
4039
"canonical-path": "0.0.2",
@@ -52,7 +51,7 @@
5251
"phantomjs-prebuilt": "^2.1.11",
5352
"rimraf": "^2.5.2",
5453
"tslint": "^3.14.0",
55-
"typescript": "^1.8.10",
54+
"typescript": "^2.0.2",
5655
"typings": "^1.3.2"
5756
},
5857
"repository": {}

typings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"globalDependencies": {
3-
"core-js": "registry:dt/core-js#0.0.0+20160602141332",
3+
"core-js": "registry:dt/core-js#0.0.0+20160725163759",
44
"jasmine": "registry:dt/jasmine#2.2.0+20160621224255",
55
"arcgis-js-api": "github:Esri/jsapi-resources/4.x/typescript/arcgis-js-api.d.ts",
66
"dojo": "registry:dt/dojo#1.9.0+20160521151917"

0 commit comments

Comments
 (0)