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

Commit aba36c7

Browse files
filipesilvaFoxandxss
authored andcommitted
chore: update to Angular 2.2.0 (#67)
1 parent e423d57 commit aba36c7

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

.editorconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ root = true
55
charset = utf-8
66
indent_style = space
77
indent_size = 2
8-
end_of_line = lf
98
insert_final_newline = true
109
trim_trailing_whitespace = true
1110

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# "angular-in-memory-web-api" versions
22

3+
<a name="0.1.15"></a>
4+
## 0.1.15 (2016-11-14)
5+
Update to Angular 2.2.0.
6+
37
<a name="0.1.14"></a>
48
## 0.1.14 (2016-10-29)
59
* Add `responseInterceptor` for [issue #61](https://github.com/angular/in-memory-web-api/issues/61)

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-in-memory-web-api",
3-
"version": "0.1.14",
3+
"version": "0.1.15",
44
"description": "An in-memory web api for Angular demos and tests",
55
"main": "bundles/in-memory-web-api.umd.js",
66
"module": "index.js",
@@ -39,13 +39,13 @@
3939
"zone.js": "^0.6.26"
4040
},
4141
"devDependencies": {
42-
"@angular/common": "~2.1.0",
43-
"@angular/compiler": "~2.1.0",
44-
"@angular/compiler-cli": "~2.1.0",
45-
"@angular/core": "~2.1.0",
46-
"@angular/http": "~2.1.0",
47-
"@angular/platform-browser": "~2.1.0",
48-
"@angular/platform-server": "~2.1.0",
42+
"@angular/common": "~2.2.0",
43+
"@angular/compiler": "~2.2.0",
44+
"@angular/compiler-cli": "~2.2.0",
45+
"@angular/core": "~2.2.0",
46+
"@angular/http": "~2.2.0",
47+
"@angular/platform-browser": "~2.2.0",
48+
"@angular/platform-server": "~2.2.0",
4949
"@types/core-js": "^0.9.34",
5050
"@types/jasmine": "^2.5.36",
5151
"@types/node": "^6.0.46",

0 commit comments

Comments
 (0)