mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
chore(package): update dependencies
This commit is contained in:

committed by
Adam Bradley

parent
41a7e07651
commit
8349e855dc
94
package.json
94
package.json
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"private": "true",
|
"private": true,
|
||||||
"name": "ionic2",
|
"name": "ionic2",
|
||||||
"version": "2.0.0-beta.11",
|
"version": "2.0.0-beta.11",
|
||||||
"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 2",
|
||||||
@ -25,48 +25,47 @@
|
|||||||
"link": "npm install && gulp src && npm link"
|
"link": "npm install && gulp src && npm link"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/common": "2.0.0-rc.4",
|
"@angular/common": "2.0.0-rc.6",
|
||||||
"@angular/compiler": "2.0.0-rc.4",
|
"@angular/compiler": "2.0.0-rc.6",
|
||||||
"@angular/core": "2.0.0-rc.4",
|
"@angular/core": "2.0.0-rc.6",
|
||||||
"@angular/forms": "0.2.0",
|
"@angular/forms": "2.0.0-rc.6",
|
||||||
"@angular/http": "2.0.0-rc.4",
|
"@angular/http": "2.0.0-rc.6",
|
||||||
"@angular/platform-browser": "2.0.0-rc.4",
|
"@angular/platform-browser": "2.0.0-rc.6",
|
||||||
"@angular/platform-browser-dynamic": "2.0.0-rc.4",
|
"@angular/platform-browser-dynamic": "2.0.0-rc.6",
|
||||||
"colors": "^1.1.2",
|
"colors": "1.1.2",
|
||||||
"es6-shim": "^0.35.0",
|
"core-js": "2.4.1",
|
||||||
"inquirer": "0.11.0",
|
"inquirer": "0.11.0",
|
||||||
"ionicons": "3.0.0",
|
"ionicons": "3.0.0",
|
||||||
"lodash": "3.10.1",
|
"lodash": "3.10.1",
|
||||||
"mkdirp-no-bin": "0.5.1",
|
"mkdirp-no-bin": "0.5.1",
|
||||||
"q": "1.4.1",
|
"q": "1.4.1",
|
||||||
"reflect-metadata": "^0.1.3",
|
"rxjs": "5.0.0-beta.11",
|
||||||
"rxjs": "5.0.0-beta.6",
|
"zone.js": "0.6.17"
|
||||||
"zone.js": "^0.6.12"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-plugin-transform-es2015-modules-systemjs": "^6.9.0",
|
"@angular/compiler-cli": "0.6.0",
|
||||||
"babel-preset-es2015": "^6.9.0",
|
"@types/glob": "^5.0.29",
|
||||||
"babel-preset-es2015-native-modules": "^6.6.0",
|
"@types/gulp": "^3.8.29",
|
||||||
|
"@types/hammerjs": "^2.0.30",
|
||||||
|
"@types/jasmine": "^2.2.31",
|
||||||
|
"@types/merge2": "0.0.28",
|
||||||
|
"@types/node": "^6.0.34",
|
||||||
|
"@types/protractor": "^1.5.17",
|
||||||
|
"@types/run-sequence": "0.0.27",
|
||||||
"canonical-path": "0.0.2",
|
"canonical-path": "0.0.2",
|
||||||
"connect": "^3.3.4",
|
"connect": "^3.3.4",
|
||||||
"conventional-changelog": "^0.5.3",
|
|
||||||
"cpr": "^0.4.1",
|
"cpr": "^0.4.1",
|
||||||
"del": "~1.1.1",
|
"del": "^1.1.1",
|
||||||
"dgeni": "^0.4.1",
|
"dgeni": "^0.4.1",
|
||||||
"dgeni-packages": "^0.10.18",
|
"dgeni-packages": "^0.10.18",
|
||||||
"event-stream": "^3.3.1",
|
"event-stream": "^3.3.1",
|
||||||
"github": "^0.2.4",
|
"file-loader": "^0.9.0",
|
||||||
"glob": "^5.0.14",
|
"glob": "^7.0.6",
|
||||||
"gulp": "~3.8.10",
|
"gulp": "^3.9.1",
|
||||||
"gulp-autoprefixer": "^2.3.0",
|
"gulp-autoprefixer": "^2.3.0",
|
||||||
"gulp-babel": "^6.1.2",
|
"gulp-clean-css": "^2.0.12",
|
||||||
"gulp-cached": "^1.1.0",
|
"gulp-git": "^1.11.2",
|
||||||
"gulp-concat": "~2.5.0",
|
|
||||||
"gulp-connect": "^2.2.0",
|
|
||||||
"gulp-conventional-changelog": "^0.7.0",
|
|
||||||
"gulp-if": "^1.2.5",
|
"gulp-if": "^1.2.5",
|
||||||
"gulp-insert": "^0.5.0",
|
|
||||||
"gulp-minify-css": "^1.2.2",
|
|
||||||
"gulp-remember": "^0.3.0",
|
"gulp-remember": "^0.3.0",
|
||||||
"gulp-rename": "~1.2.0",
|
"gulp-rename": "~1.2.0",
|
||||||
"gulp-sass": "^2.0.4",
|
"gulp-sass": "^2.0.4",
|
||||||
@ -74,39 +73,40 @@
|
|||||||
"gulp-shell": "^0.4.0",
|
"gulp-shell": "^0.4.0",
|
||||||
"gulp-strip-debug": "^1.1.0",
|
"gulp-strip-debug": "^1.1.0",
|
||||||
"gulp-tslint": "^5.0.0",
|
"gulp-tslint": "^5.0.0",
|
||||||
"gulp-typescript": "2.12.1",
|
"gulp-typescript": "^2.13.6",
|
||||||
"gulp-util": "^3.0.6",
|
"gulp-util": "^3.0.6",
|
||||||
"gulp-watch": "^4.2.4",
|
"gulp-watch": "^4.2.4",
|
||||||
"html-entities": "^1.1.3",
|
"html-entities": "^1.1.3",
|
||||||
"htmlparser2": "^3.8.3",
|
|
||||||
"ionic-cz-conventional-changelog": "^1.0.0",
|
"ionic-cz-conventional-changelog": "^1.0.0",
|
||||||
"jasmine-core": "^2.4.1",
|
"jasmine-core": "^2.4.1",
|
||||||
"jasmine-node": "^1.14.5",
|
"jasmine-node": "^1.14.5",
|
||||||
"js-yaml": "^3.4.2",
|
"karma": "^1.1.1",
|
||||||
"karma": "^0.12.31",
|
"karma-browserstack-launcher": "^1.0.1",
|
||||||
"karma-chrome-launcher": "^0.1.7",
|
"karma-chrome-launcher": "^1.0.1",
|
||||||
"karma-jasmine": "^0.3.5",
|
"karma-coverage": "^1.1.1",
|
||||||
"lazypipe": "^0.2.3",
|
"karma-firefox-launcher": "^1.0.0",
|
||||||
"lunr": "^0.5.12",
|
"karma-jasmine": "^1.0.2",
|
||||||
|
"karma-sauce-launcher": "^1.0.0",
|
||||||
|
"karma-sourcemap-loader": "^0.3.7",
|
||||||
"merge2": "^0.3.6",
|
"merge2": "^0.3.6",
|
||||||
"minimist": "^1.1.3",
|
|
||||||
"mkdirp": "^0.5.1",
|
"mkdirp": "^0.5.1",
|
||||||
"node-html-encoder": "0.0.2",
|
"node-html-encoder": "0.0.2",
|
||||||
"node-libs-browser": "^0.5.2",
|
"remap-istanbul": "^0.6.4",
|
||||||
"request": "2.53.0",
|
"request": "2.53.0",
|
||||||
|
"resolve-bin": "^0.4.0",
|
||||||
"run-sequence": "^1.1.0",
|
"run-sequence": "^1.1.0",
|
||||||
"sassdoc": "^2.1.20",
|
"sassdoc": "^2.1.20",
|
||||||
"semver": "^5.0.1",
|
"semver": "^5.0.1",
|
||||||
"serve-static": "^1.9.2",
|
"serve-static": "^1.9.2",
|
||||||
"source-map-support": "^0.2.10",
|
"systemjs": "^0.19.37",
|
||||||
"strip-sourcemap-loader": "0.0.1",
|
|
||||||
"systemjs": "0.19.6",
|
|
||||||
"through2": "^0.6.3",
|
"through2": "^0.6.3",
|
||||||
"tslint": "^3.10.2",
|
"ts-node": "^0.7.3",
|
||||||
"tslint-ionic-rules": "0.0.2",
|
"tslint": "^3.15.1",
|
||||||
"typescript": "1.8.7",
|
"tslint-ionic-rules": "0.0.5",
|
||||||
"vinyl": "^0.4.6",
|
"typescript": "2.0.2",
|
||||||
"webpack": "^1.12.2",
|
"vinyl": "^1.2.0",
|
||||||
|
"webpack": "^2.1.0-beta.20",
|
||||||
|
"webpack-dev-server": "^1.14.1",
|
||||||
"yargs": "^3.6.0"
|
"yargs": "^3.6.0"
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
@ -114,4 +114,4 @@
|
|||||||
"path": "node_modules/ionic-cz-conventional-changelog"
|
"path": "node_modules/ionic-cz-conventional-changelog"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -8,22 +8,14 @@
|
|||||||
"url": "https://github.com/driftyco/ionic.git"
|
"url": "https://github.com/driftyco/ionic.git"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "index.js",
|
"main": "commonjs/index.js",
|
||||||
"jsnext:main": "esm/index.js",
|
"module": "index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"colors": "^1.1.2",
|
"@angular/common": "",
|
||||||
"inquirer": "0.11.0",
|
|
||||||
"lodash": "3.10.1",
|
|
||||||
"mkdirp-no-bin": "0.5.1",
|
|
||||||
"q": "1.4.1"
|
|
||||||
},
|
|
||||||
"peerDependencies": {
|
|
||||||
"@angular/common": "// versions dynamically pulled from root ./package.json",
|
|
||||||
"@angular/compiler": "",
|
|
||||||
"@angular/core": "",
|
"@angular/core": "",
|
||||||
"@angular/forms": "",
|
"@angular/forms": "",
|
||||||
"@angular/http": "",
|
"@angular/http": "",
|
||||||
"@angular/platform-browser": "",
|
"@angular/platform-browser": "",
|
||||||
"@angular/platform-browser-dynamic": ""
|
"rxjs-es": "",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user