Skip to content
This repository was archived by the owner on Aug 24, 2020. It is now read-only.

Commit ba25092

Browse files
Update libs to follow Ionic 3.7.0
1 parent aab2202 commit ba25092

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
"url": "https://github.com/peterpeterparker/ionic-swing.git/issues"
2424
},
2525
"devDependencies": {
26-
"@angular/common": "^4.1.3",
27-
"@angular/compiler": "^4.1.3",
28-
"@angular/compiler-cli": "^4.1.3",
29-
"@angular/core": "^4.1.3",
30-
"@angular/platform-browser": "^4.1.3",
31-
"@angular/platform-browser-dynamic": "^4.1.3",
26+
"@angular/common": "^4.4.3",
27+
"@angular/compiler": "^4.4.3",
28+
"@angular/compiler-cli": "^4.4.3",
29+
"@angular/core": "^4.4.3",
30+
"@angular/platform-browser": "^4.4.3",
31+
"@angular/platform-browser-dynamic": "^4.4.3",
3232
"@types/jasmine": "2.5.38",
3333
"@types/node": "~6.0.60",
3434
"codelyzer": "~2.0.0",
@@ -51,13 +51,13 @@
5151
"rebound": "^0.0.13",
5252
"rollup": "^0.41.6",
5353
"run-sequence": "^1.2.2",
54-
"rxjs": "^5.4.0",
54+
"rxjs": "^5.4.3",
5555
"sister": "^3.0.0",
5656
"ts-node": "~2.0.0",
5757
"tslint": "~4.5.0",
5858
"typescript": "~2.2.0",
5959
"vendor-prefix": "^0.1.0",
60-
"zone.js": "^0.8.12"
60+
"zone.js": "^0.8.17"
6161
},
6262
"engines": {
6363
"node": ">=6.0.0"

src/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
"module": "ionic-swing.js",
2020
"typings": "ionic-swing.d.ts",
2121
"peerDependencies": {
22-
"@angular/core": "^4.1.3"
22+
"@angular/core": "^4.4.3"
2323
},
2424
"dependencies": {
2525
"lodash": "^4.17.4",
2626
"raf": "^3.3.2",
2727
"rebound": "^0.0.13",
2828
"sister": "^3.0.0",
29-
"rxjs": "^5.4.0",
30-
"zone.js": "^0.8.12",
29+
"rxjs": "^5.4.3",
30+
"zone.js": "^0.8.17",
3131
"vendor-prefix": "^0.1.0"
3232
}
3333
}

0 commit comments

Comments
 (0)