Skip to content

Commit

Permalink
chore(package): dependecies upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed Jan 16, 2017
1 parent e7105c6 commit 5d6268f
Show file tree
Hide file tree
Showing 2 changed files with 581 additions and 702 deletions.
64 changes: 32 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,22 +54,22 @@
"moment": "2.17.1"
},
"devDependencies": {
"@angular/common": "^2.4.0",
"@angular/compiler": "^2.4.0",
"@angular/compiler-cli": "^2.4.0",
"@angular/core": "^2.4.0",
"@angular/forms": "^2.4.0",
"@angular/http": "^2.4.0",
"@angular/language-service": "2.4.0",
"@angular/platform-browser": "^2.4.0",
"@angular/platform-browser-dynamic": "^2.4.0",
"@angular/router": "^3.4.0",
"@ngtools/webpack": "1.2.1",
"@types/jasmine": "2.5.38",
"@angular/common": "2.4.3",
"@angular/compiler": "2.4.3",
"@angular/compiler-cli": "2.4.3",
"@angular/core": "2.4.3",
"@angular/forms": "2.4.3",
"@angular/http": "2.4.3",
"@angular/language-service": "2.4.3",
"@angular/platform-browser": "2.4.3",
"@angular/platform-browser-dynamic": "2.4.3",
"@angular/router": "3.4.3",
"@ngtools/webpack": "1.2.3",
"@types/jasmine": "2.5.40",
"@types/marked": "0.0.28",
"@types/node": "^6.0.42",
"@types/webpack": "2.0.0",
"angular-cli": "1.0.0-beta.24",
"@types/node": "7.0.0",
"@types/webpack": "2.1.0",
"angular-cli": "1.0.0-beta.25.5",
"bootstrap": "3.3.7",
"chokidar-cli": "1.2.0",
"classlist-polyfill": "1.0.3",
Expand All @@ -85,37 +85,37 @@
"gitignore-to-glob": "0.3.0",
"google-code-prettify": "1.0.5",
"html-loader": "0.4.4",
"jasmine": "2.5.2",
"jasmine": "2.5.3",
"jasmine-core": "2.5.2",
"jasmine-data-provider": "2.2.0",
"jasmine-spec-reporter": "2.5.0",
"karma": "1.2.0",
"jasmine-spec-reporter": "3.1.0",
"karma": "1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-cli": "^1.0.1",
"karma-jasmine": "^1.0.2",
"karma-remap-istanbul": "^0.2.1",
"karma-remap-istanbul": "0.4.0",
"karma-sauce-launcher": "1.1.0",
"lite-server": "2.2.2",
"lodash": "4.17.2",
"lodash": "4.17.4",
"markdown-loader": "github:valorkin/markdown-loader",
"marked": "0.3.6",
"ng2-page-scroll": "4.0.0-beta.2",
"ngm-cli": "^0.3.7",
"npm-run-all": "3.1.2",
"pre-commit": "1.2.1",
"protractor": "~4.0.13",
"reflect-metadata": "0.1.8",
"npm-run-all": "4.0.0",
"pre-commit": "1.2.2",
"protractor": "5.0.0",
"reflect-metadata": "0.1.9",
"require-dir": "0.3.1",
"rxjs": "^5.0.1",
"rxjs": "5.0.3",
"systemjs-builder": "0.15.34",
"ts-helpers": "^1.1.1",
"ts-node": "1.2.1",
"tslint": "^4.0.2",
"ts-node": "2.0.0",
"tslint": "4.3.1",
"tslint-config-valorsoft": "1.2.0",
"typedoc": "0.5.1",
"typescript": "2.0.10",
"wallaby-webpack": "0.0.26",
"webdriver-manager": "11.0.0",
"zone.js": "^0.7.4"
"typedoc": "0.5.5",
"typescript": "2.1.5",
"wallaby-webpack": "0.0.30",
"webdriver-manager": "11.1.1",
"zone.js": "0.7.5"
}
}
Loading

0 comments on commit 5d6268f

Please sign in to comment.