Skip to content

Commit 6a064e5

Browse files
committed
Compatibility with Ionic 2.2.0
1 parent c93fdc3 commit 6a064e5

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ionic-img-viewer",
3-
"version": "1.2.2",
3+
"version": "1.3.0",
44
"description": "Ionic 2 component providing a Twitter inspired experience to visualize pictures.",
55
"main": "./dist/ionic-img-viewer.js",
66
"typings": "./dist/ionic-img-viewer.d.ts",
@@ -21,18 +21,18 @@
2121
"author": "Orion Charlier",
2222
"license": "MIT",
2323
"dependencies": {
24-
"@angular/common": "2.2.1",
25-
"@angular/compiler": "2.2.1",
26-
"@angular/compiler-cli": "2.2.1",
27-
"@angular/core": "2.2.1",
28-
"@angular/forms": "2.2.1",
29-
"@angular/http": "2.2.1",
30-
"@angular/platform-browser": "2.2.1",
31-
"@angular/platform-browser-dynamic": "2.2.1",
32-
"@angular/platform-server": "2.2.1",
33-
"ionic-angular": ">=2.0.0-rc.5",
34-
"rxjs": "5.0.0-beta.12",
35-
"zone.js": "0.6.26"
24+
"@angular/common": "2.4.8",
25+
"@angular/compiler": "2.4.8",
26+
"@angular/compiler-cli": "2.4.8",
27+
"@angular/core": "2.4.8",
28+
"@angular/forms": "2.4.8",
29+
"@angular/http": "2.4.8",
30+
"@angular/platform-browser": "2.4.8",
31+
"@angular/platform-browser-dynamic": "2.4.8",
32+
"@angular/platform-server": "2.4.8",
33+
"ionic-angular": "2.2.0",
34+
"rxjs": "5.0.1",
35+
"zone.js": "0.7.2"
3636
},
3737
"devDependencies": {
3838
"typescript": "2.0.9",

0 commit comments

Comments
 (0)