Skip to content

Commit de30539

Browse files
authored
Merge pull request #38 from danielsogl/patch-2
chore(package): update to Ionic 3.3.0
2 parents 7b1f2a6 + 942539e commit de30539

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "test-test",
2+
"name": "ionic-unit-testing-example",
33
"author": "Ionic Framework",
4-
"homepage": "http://ionicframework.com/",
4+
"homepage": "https://ionicframework.com/",
55
"private": true,
66
"scripts": {
77
"clean": "ionic-app-scripts clean",
@@ -13,27 +13,27 @@
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",
36-
"@ionic/cli-plugin-ionic-angular": "1.0.0",
36+
"@ionic/cli-plugin-ionic-angular": "1.1.2",
3737
"@types/jasmine": "^2.5.41",
3838
"@types/node": "^7.0.8",
3939
"angular2-template-loader": "^0.6.2",
@@ -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)