chore(ionic): update latest package.json

This commit is contained in:
Brandy Carney
2017-06-09 17:34:06 -04:00
parent 9bb1a60b02
commit 11f48cba26

View File

@ -2,7 +2,7 @@
"private": true,
"name": "ionic2",
"version": "3.3.0",
"description": "A powerful framework for building mobile and progressive web apps with JavaScript and Angular 2",
"description": "A powerful framework for building mobile and progressive web apps with JavaScript and Angular",
"keywords": [
"ionic",
"framework",
@ -17,7 +17,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/driftyco/ionic.git"
"url": "https://github.com/ionic-team/ionic.git"
},
"scripts": {
"test": "gulp validate",
@ -25,20 +25,20 @@
"link": "gulp release.prepareReleasePackage && cd dist/ionic-angular && npm link"
},
"dependencies": {
"@angular/common": "4.1.2",
"@angular/compiler": "4.1.2",
"@angular/compiler-cli": "4.1.2",
"@angular/core": "4.1.2",
"@angular/forms": "4.1.2",
"@angular/http": "4.1.2",
"@angular/platform-browser": "4.1.2",
"@angular/platform-browser-dynamic": "4.1.2",
"@angular/common": "4.1.3",
"@angular/compiler": "4.1.3",
"@angular/compiler-cli": "4.1.3",
"@angular/core": "4.1.3",
"@angular/forms": "4.1.3",
"@angular/http": "4.1.3",
"@angular/platform-browser": "4.1.3",
"@angular/platform-browser-dynamic": "4.1.3",
"ionicons": "~3.0.0",
"rxjs": "5.1.1",
"zone.js": "^0.8.10"
"rxjs": "5.4.0",
"zone.js": "0.8.12"
},
"devDependencies": {
"@ionic/app-scripts": "nightly",
"@ionic/app-scripts": "1.3.7",
"@ionic/commit-hooks": "1.0.3",
"@types/connect": "3.4.30",
"@types/del": "2.2.31",
@ -56,7 +56,6 @@
"@types/run-sequence": "0.0.28",
"@types/semver": "5.3.30",
"@types/serve-static": "1.7.31",
"@types/swiper": "^3.4.2",
"@types/systemjs": "^0.19.33",
"@types/through2": "2.0.29",
"babel-plugin-transform-es2015-modules-systemjs": "6.14.0",
@ -128,13 +127,12 @@
"serve-static": "1.11.1",
"strip-function": "0.0.3",
"sw-toolbox": "3.4.0",
"swiper": "^3.4.2",
"systemjs": "0.19.38",
"through2": "2.0.1",
"ts-node": "1.3.0",
"tslint": "3.15.1",
"tslint-ionic-rules": "0.0.7",
"typescript": "~2.3.2",
"tslint-ionic-rules": "0.0.8",
"typescript": "~2.3.3",
"vinyl": "1.2.0",
"webpack": "^2.1.0-beta.27",
"yargs": "5.0.0"
@ -148,4 +146,4 @@
"pre-push#master": [
"test"
]
}
}