chore(dependencies): update dependencies for build process

update dependencies for build process
This commit is contained in:
Dan Bucholtz
2017-03-02 14:38:02 -06:00
parent be79382386
commit c144580a49

View File

@ -35,14 +35,15 @@
"@angular/platform-browser-dynamic": "2.2.1", "@angular/platform-browser-dynamic": "2.2.1",
"@angular/platform-server": "2.2.1", "@angular/platform-server": "2.2.1",
"ionicons": "~3.0.0", "ionicons": "~3.0.0",
"rxjs": "5.0.0-beta.12", "rxjs": "^5.0.1",
"zone.js": "~0.6.26" "zone.js": "^0.7.2"
}, },
"devDependencies": { "devDependencies": {
"@ionic/app-scripts": "1.1.3", "@ionic/app-scripts": "1.1.4",
"@ionic/commit-hooks": "1.0.3", "@ionic/commit-hooks": "1.0.3",
"@types/connect": "3.4.30", "@types/connect": "3.4.30",
"@types/del": "2.2.31", "@types/del": "2.2.31",
"@types/fs-extra": "0.0.37",
"@types/glob": "5.0.30", "@types/glob": "5.0.30",
"@types/gulp": "3.8.32", "@types/gulp": "3.8.32",
"@types/gulp-watch": "4.1.29", "@types/gulp-watch": "4.1.29",
@ -51,10 +52,12 @@
"@types/lodash": "4.14.35", "@types/lodash": "4.14.35",
"@types/merge2": "0.3.29", "@types/merge2": "0.3.29",
"@types/mkdirp": "0.3.29", "@types/mkdirp": "0.3.29",
"@types/node": "6.0.34", "@types/node": "^6.0.34",
"@types/protractor": "^4.0.0",
"@types/run-sequence": "0.0.28", "@types/run-sequence": "0.0.28",
"@types/semver": "5.3.30", "@types/semver": "5.3.30",
"@types/serve-static": "1.7.31", "@types/serve-static": "1.7.31",
"@types/systemjs": "^0.19.33",
"@types/through2": "2.0.29", "@types/through2": "2.0.29",
"babel-plugin-transform-es2015-modules-systemjs": "6.14.0", "babel-plugin-transform-es2015-modules-systemjs": "6.14.0",
"babel-preset-es2015": "6.16.0", "babel-preset-es2015": "6.16.0",
@ -68,6 +71,7 @@
"dgeni-packages": "0.16.0", "dgeni-packages": "0.16.0",
"event-stream": "3.3.4", "event-stream": "3.3.4",
"file-loader": "0.9.0", "file-loader": "0.9.0",
"fs-extra": "^2.0.0",
"github": "0.2.4", "github": "0.2.4",
"glob": "7.0.6", "glob": "7.0.6",
"gulp": "3.9.1", "gulp": "3.9.1",
@ -107,6 +111,7 @@
"merge2": "1.0.2", "merge2": "1.0.2",
"mkdirp": "0.5.1", "mkdirp": "0.5.1",
"node-html-encoder": "0.0.2", "node-html-encoder": "0.0.2",
"p-all": "^1.0.0",
"remap-istanbul": "0.6.4", "remap-istanbul": "0.6.4",
"request": "2.75.0", "request": "2.75.0",
"resolve-bin": "0.4.0", "resolve-bin": "0.4.0",
@ -140,4 +145,4 @@
"pre-push#master": [ "pre-push#master": [
"test" "test"
] ]
} }