Skip to content

Commit 569f53a

Browse files
authored
chore(package): update to Ionic 3.3.0
1 parent 7b1f2a6 commit 569f53a

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "test-test",
2+
"name": "ionic-unit-testing-example",
33
"author": "Ionic Framework",
44
"homepage": "http://ionicframework.com/",
55
"private": true,
@@ -13,23 +13,23 @@
1313
"e2e": "webdriver-manager update --standalone false --gecko false; protractor ./test-config/protractor.conf.js"
1414
},
1515
"dependencies": {
16-
"@angular/common": "4.1.0",
17-
"@angular/compiler": "4.1.0",
18-
"@angular/compiler-cli": "4.1.0",
19-
"@angular/core": "4.1.0",
20-
"@angular/forms": "4.1.0",
21-
"@angular/http": "4.1.0",
22-
"@angular/platform-browser": "4.1.0",
23-
"@angular/platform-browser-dynamic": "4.1.0",
24-
"@ionic-native/core": "3.7.0",
25-
"@ionic-native/splash-screen": "3.7.0",
26-
"@ionic-native/status-bar": "3.7.0",
16+
"@angular/common": "4.1.2",
17+
"@angular/compiler": "4.1.2",
18+
"@angular/compiler-cli": "4.1.2",
19+
"@angular/core": "4.1.2",
20+
"@angular/forms": "4.1.2",
21+
"@angular/http": "4.1.2",
22+
"@angular/platform-browser": "4.1.2",
23+
"@angular/platform-browser-dynamic": "4.1.2",
24+
"@ionic-native/core": "3.10.2",
25+
"@ionic-native/splash-screen": "3.10.2",
26+
"@ionic-native/status-bar": "3.10.2",
2727
"@ionic/storage": "2.0.1",
28-
"ionic-angular": "3.2.1",
28+
"ionic-angular": "3.3.0",
2929
"ionicons": "3.0.0",
3030
"rxjs": "5.1.1",
3131
"sw-toolbox": "3.4.0",
32-
"zone.js": "^0.8.10"
32+
"zone.js": "^0.8.11"
3333
},
3434
"devDependencies": {
3535
"@ionic/app-scripts": "1.3.7",
@@ -50,7 +50,7 @@
5050
"protractor": "^5.1.1",
5151
"ts-loader": "^2.0.3",
5252
"ts-node": "^3.0.2",
53-
"typescript": "2.2.1"
53+
"typescript": "2.3.3"
5454
},
5555
"version": "0.0.1",
5656
"description": "An Ionic project"

0 commit comments

Comments
 (0)