diff --git a/npm-shrinkwrap.clean.json b/npm-shrinkwrap.clean.json index 8751c19d3e..79cc2fa536 100644 --- a/npm-shrinkwrap.clean.json +++ b/npm-shrinkwrap.clean.json @@ -10586,5 +10586,5 @@ } }, "name": "angular", - "version": "2.0.0-alpha.29" + "version": "2.0.0-alpha.30" } diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 3096883090..a579418ab7 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "angular", - "version": "2.0.0-alpha.29", + "version": "2.0.0-alpha.30", "dependencies": { "angular": { "version": "1.3.5", @@ -15386,7 +15386,7 @@ }, "ts2dart": { "version": "0.6.8", - "from": "ts2dart@0.6.8", + "from": "https://registry.npmjs.org/ts2dart/-/ts2dart-0.6.8.tgz", "resolved": "https://registry.npmjs.org/ts2dart/-/ts2dart-0.6.8.tgz", "dependencies": { "source-map": { @@ -16363,7 +16363,7 @@ }, "zone.js": { "version": "0.5.2", - "from": "zone.js@0.5.2", + "from": "https://registry.npmjs.org/zone.js/-/zone.js-0.5.2.tgz", "resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.5.2.tgz" } } diff --git a/package.json b/package.json index a219352334..59c8cb0c94 100644 --- a/package.json +++ b/package.json @@ -28,18 +28,9 @@ "test": "gulp test.all.js && gulp test.all.dart" }, "dependencies": { - "es6-module-loader": "^0.9.2", - "googleapis": "1.0.x", - "gulp-insert": "^0.4.0", - "gulp-modify": "0.0.5", - "gulp-replace": "^0.5.3", - "node-uuid": "1.4.x", "reflect-metadata": "0.1.0", "rx": "2.5.1", - "selenium-webdriver": "2.45.1", - "systemjs": "^0.9.1", "traceur": "0.0.87", - "which": "~1", "zone.js": "0.5.2" }, "devDependencies": { @@ -63,18 +54,23 @@ "del": "~1", "dgeni": "^0.4.1", "dgeni-packages": "^0.10.11", + "es6-module-loader": "^0.9.2", "event-stream": "^3.1.5", "firefox-profile": "^0.3.4", "fs-extra": "^0.18.0", "glob": "^4.0.6", + "googleapis": "1.0.x", "gulp": "^3.8.8", "gulp-autoprefixer": "^2.1.0", "gulp-changed": "^1.0.0", "gulp-clang-format": "^1.0.14", "gulp-concat": "^2.5.2", "gulp-connect": "~1.0.5", + "gulp-insert": "^0.4.0", "gulp-load-plugins": "^0.7.1", + "gulp-modify": "0.0.5", "gulp-rename": "^1.2.0", + "gulp-replace": "^0.5.3", "gulp-sass": "^1.3.3", "gulp-shell": "^0.2.10", "gulp-sourcemaps": "1.3.*", @@ -106,12 +102,14 @@ "minimist": "1.1.x", "mock-fs": "^2.5.0", "node-html-encoder": "0.0.2", + "node-uuid": "1.4.x", "parse5": "1.3.2", "protractor": "2.1.0", "q": "^1.0.1", "react": "^0.13.2", "rewire": "^2.3.3", "run-sequence": "^1.1.0", + "selenium-webdriver": "2.45.1", "semver": "^4.3.4", "shelljs": "^0.5.0", "sorted-object": "^1.0.0", @@ -120,6 +118,7 @@ "string": "^3.1.1", "strip-ansi": "^2.0.1", "symlink-or-copy": "^1.0.1", + "systemjs": "^0.9.1", "systemjs-builder": "^0.10.3", "temp": "^0.8.1", "ternary-stream": "^1.2.3", @@ -129,6 +128,7 @@ "typescript": "alexeagle/TypeScript#error_is_class", "vinyl": "^0.4.6", "walk-sync": "^0.1.3", + "which": "~1", "xtend": "^4.0.0", "yargs": "2.3.*" }