Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
fix(versions): upgrade Angular to 2.4.9, fabric8-wit to 6.7.0, and wi…
Browse files Browse the repository at this point in the history
…dgets to 0.9.3
  • Loading branch information
joshuawilson committed Mar 8, 2017
1 parent 756f0d8 commit d44c319
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,15 @@
"npm": ">= 3"
},
"dependencies": {
"@angular/common": "2.4.8",
"@angular/core": "2.4.8",
"@angular/forms": "2.4.8",
"@angular/http": "2.4.8",
"@angular/platform-browser": "2.4.8",
"@angular/platform-browser-dynamic": "2.4.8",
"@angular/platform-server": "2.4.8",
"@angular/router": "3.4.8",
"@angular/upgrade": "2.4.8",
"@angular/common": "2.4.9",
"@angular/core": "2.4.9",
"@angular/forms": "2.4.9",
"@angular/http": "2.4.9",
"@angular/platform-browser": "2.4.9",
"@angular/platform-browser-dynamic": "2.4.9",
"@angular/platform-server": "2.4.9",
"@angular/router": "3.4.9",
"@angular/upgrade": "2.4.9",
"core-js": "2.4.1",
"lodash": "4.17.4",
"moment": "2.17.1",
Expand All @@ -110,23 +110,23 @@
"ng2-completer": "0.3.1",
"ng2-dnd": "2.0.1",
"ngx-dropdown": "0.0.22",
"ngx-fabric8-wit": "6.6.2",
"ngx-fabric8-wit": "6.7.0",
"ngx-login-client": "0.1.8",
"ngx-modal": "0.0.29",
"ngx-widgets": "0.9.2",
"ngx-widgets": "0.9.3",
"reflect-metadata": "0.1.10",
"rxjs": "5.0.1",
"zone.js": "0.7.7"
},
"peerDependencies": {},
"devDependencies": {
"@angular/compiler": "2.4.8",
"@angular/compiler-cli": "2.4.8",
"@angular/compiler": "2.4.9",
"@angular/compiler-cli": "2.4.9",
"@krux/condition-jenkins": "^1.0.1",
"@types/jasmine": "2.5.43",
"@types/lodash": "4.14.54",
"@types/node": "6.0.45",
"@types/selenium-webdriver": "2.53.40",
"@types/selenium-webdriver": "2.53.41",
"@types/zone.js": "0.0.27",
"angular-in-memory-web-api": "0.3.0",
"angular2-load-children-loader": "0.1.3",
Expand All @@ -135,11 +135,11 @@
"angular2-tree-component": "2.8.2",
"assets-webpack-plugin": "3.5.1",
"autoprefixer": "6.7.6",
"awesome-typescript-loader": "3.0.8",
"awesome-typescript-loader": "3.1.2",
"child_process": "1.0.2",
"clean-css": "4.0.8",
"clean-webpack-plugin": "0.1.15",
"codelyzer": "3.0.0-beta.0",
"codelyzer": "3.0.0-beta.3",
"copy-webpack-plugin": "4.0.1",
"copyfiles": "1.2.0",
"cpy-cli": "1.0.1",
Expand All @@ -149,7 +149,7 @@
"del": "2.2.2",
"exports-loader": "0.6.4",
"expose-loader": "0.7.3",
"extract-text-webpack-plugin": "2.0.0",
"extract-text-webpack-plugin": "2.1.0",
"file-loader": "0.10.1",
"gh-pages": "0.12.0",
"gulp": "3.9.1",
Expand Down

0 comments on commit d44c319

Please sign in to comment.