Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 53a8221

Browse files
committed
chore: update to beta.17 (#78)
1 parent 3251fc5 commit 53a8221

File tree

3 files changed

+17
-10
lines changed

3 files changed

+17
-10
lines changed

CHANGELOG.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
1+
<a name="0.1.17"></a>
2+
# 0.1.17 (2016-04-29)
3+
* update packages
4+
* Angular 2 beta 17
5+
* RxJS 5.0.0-beta.6
6+
* a2-in-memory-web-api 0.1.17
7+
18
<a name="0.1.16"></a>
29
# 0.1.16 (2016-04-26)
310
* update packages
411
* Angular 2 beta 16
5-
* a2-in-memory-web-api 0.1.6
12+
* a2-in-memory-web-api 0.1.6
613
* protractor 3.3.0
714
* typings 0.8.1
815
* zone.js 0.6.12
9-
16+
1017
* added favicon.ico
11-
18+
1219
* testing
1320
- updated wallaby.js and karma.conf.js
1421
- updated app.component.spec.ts
@@ -27,10 +34,10 @@
2734
* systemjs 0.19.26
2835
* typescript 1.8.10
2936
* typings 0.7.12
30-
37+
3138
* add run packages
3239
* a2-in-memory-web-api
33-
40+
3441
* add testing dev-dependency packages
3542
* canonical-path: 0.0.2,
3643
* http-server: ^0.9.0,

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
"author": "",
2121
"license": "ISC",
2222
"dependencies": {
23-
"angular2": "2.0.0-beta.16",
23+
"angular2": "2.0.0-beta.17",
2424
"systemjs": "0.19.26",
2525
"es6-shim": "^0.35.0",
2626
"reflect-metadata": "0.1.2",
27-
"rxjs": "5.0.0-beta.2",
27+
"rxjs": "5.0.0-beta.6",
2828
"zone.js": "^0.6.12",
2929

30-
"a2-in-memory-web-api": "^0.1.16",
30+
"a2-in-memory-web-api": "^0.1.17",
3131
"bootstrap": "^3.3.6"
3232
},
3333
"devDependencies": {

typings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"ambientDependencies": {
3-
"es6-shim": "github:DefinitelyTyped/DefinitelyTyped/es6-shim/es6-shim.d.ts#7de6c3dd94feaeb21f20054b9f30d5dabc5efabd",
4-
"jasmine": "github:DefinitelyTyped/DefinitelyTyped/jasmine/jasmine.d.ts#5c182b9af717f73146399c2485f70f1e2ac0ff2b"
3+
"es6-shim": "registry:dt/es6-shim#0.31.2+20160317120654",
4+
"jasmine": "registry:dt/jasmine#2.2.0+20160412134438"
55
}
66
}

0 commit comments

Comments
 (0)