Skip to content

Commit

Permalink
npm dependency version upgrades and fix to ts compiler error due to s…
Browse files Browse the repository at this point in the history
…ource-map types import.
  • Loading branch information
Maksym Lanovyy authored and PatrickJS committed Feb 26, 2018
1 parent d1318f1 commit 0bc4a3d
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 60 deletions.
118 changes: 59 additions & 59 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,88 +82,88 @@
"webpack": "node --max_old_space_size=4096 node_modules/webpack/bin/webpack.js"
},
"dependencies": {
"@angular/animations": "~5.1.0",
"@angular/common": "~5.1.0",
"@angular/compiler": "~5.1.0",
"@angular/core": "~5.1.0",
"@angular/forms": "~5.1.0",
"@angular/platform-browser": "~5.1.0",
"@angular/platform-browser-dynamic": "~5.1.0",
"@angular/platform-server": "~5.1.0",
"@angular/router": "~5.1.0",
"core-js": "^2.5.1",
"http-server": "^0.10.0",
"@angular/animations": "^5.2.6",
"@angular/common": "^5.2.6",
"@angular/compiler": "^5.2.6",
"@angular/core": "^5.2.6",
"@angular/forms": "^5.2.6",
"@angular/platform-browser": "^5.2.6",
"@angular/platform-browser-dynamic": "^5.2.6",
"@angular/platform-server": "^5.2.6",
"@angular/router": "^5.2.6",
"core-js": "^2.4.1",
"http-server": "^0.11.1",
"ie-shim": "^0.1.0",
"reflect-metadata": "^0.1.10",
"rxjs": "^5.5.2",
"zone.js": "~0.8.18"
"reflect-metadata": "^0.1.12",
"rxjs": "^5.5.6",
"zone.js": "^0.8.19"
},
"devDependencies": {
"@angular-devkit/build-optimizer": "^0.0.32",
"@angular/compiler-cli": "~5.0.1",
"@compodoc/compodoc": "^1.0.0-beta.15",
"@angular/cli": "^1.7.1",
"@angular/compiler-cli": "^5.2.6",
"@angular/language-service": "^5.2.0",
"@compodoc/compodoc": "^1.0.7",
"@ngtools/webpack": "1.10.0",
"@types/hammerjs": "^2.0.34",
"@types/jasmine": "2.5.45",
"@types/hammerjs": "^2.0.35",
"@types/jasmine": "2.8.6",
"@types/node": "^7.0.39",
"@types/source-map": "^0.5.0",
"@types/uglify-js": "^2.6.28",
"@types/webpack": "^2.2.16",
"@types/uglify-js": "^2.6.30",
"@types/webpack": "^3.8.8",
"add-asset-html-webpack-plugin": "^1.0.2",
"angular2-template-loader": "^0.6.2",
"assets-webpack-plugin": "^3.5.1",
"awesome-typescript-loader": "^3.3.0",
"codelyzer": "~2.1.1",
"awesome-typescript-loader": "^3.5.0",
"codelyzer": "^4.1.0",
"copy-webpack-plugin": "^4.0.1",
"cross-env": "^5.0.0",
"css-loader": "^0.28.0",
"exports-loader": "^0.6.4",
"expose-loader": "^0.7.3",
"extract-text-webpack-plugin": "~3.0.0",
"file-loader": "^0.11.1",
"find-root": "^1.0.0",
"gh-pages": "^1.0.0",
"html-webpack-plugin": "^2.28.0",
"imports-loader": "^0.7.1",
"cross-env": "^5.1.3",
"css-loader": "^0.28.10",
"exports-loader": "^0.7.0",
"expose-loader": "^0.7.4",
"extract-text-webpack-plugin": "~3.0.2",
"file-loader": "^1.1.9",
"find-root": "^1.1.0",
"gh-pages": "^1.1.0",
"html-webpack-plugin": "^2.30.0",
"imports-loader": "^0.8.0",
"inline-manifest-webpack-plugin": "^3.0.1",
"istanbul-instrumenter-loader": "2.0.0",
"jasmine-core": "^2.5.2",
"karma": "^1.6.0",
"jasmine-core": "^2.99.1",
"karma": "^2.0.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.1.0",
"karma-mocha-reporter": "^2.2.3",
"karma-remap-coverage": "^0.1.4",
"karma-mocha-reporter": "^2.2.5",
"karma-remap-coverage": "^0.1.5",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.4",
"ngc-webpack": "^4.0.2",
"node-sass": "^4.5.2",
"npm-run-all": "^4.0.2",
"karma-webpack": "^2.0.11",
"ngc-webpack": "^4.1.2",
"node-sass": "^4.7.2",
"npm-run-all": "^4.1.2",
"optimize-js-plugin": "0.0.4",
"parse5": "^3.0.2",
"parse5": "^4.0.0",
"preload-webpack-plugin": "^1.2.2",
"protractor": "^5.1.1",
"protractor": "^5.3.0",
"raw-loader": "0.5.1",
"rimraf": "~2.6.1",
"sass-loader": "^6.0.3",
"script-ext-html-webpack-plugin": "^1.8.5",
"source-map-loader": "^0.2.1",
"rimraf": "~2.6.2",
"sass-loader": "^6.0.6",
"script-ext-html-webpack-plugin": "^1.8.8",
"source-map-loader": "^0.2.3",
"string-replace-loader": "~1.3.0",
"style-loader": "^0.18.1",
"style-loader": "^0.20.2",
"to-string-loader": "^1.1.5",
"ts-node": "^3.3.0",
"tslib": "^1.7.1",
"tslint": "~4.5.1",
"tslint-loader": "^3.5.2",
"typedoc": "^0.7.1",
"typescript": "~2.5.2",
"uglifyjs-webpack-plugin": "^1.0.1",
"url-loader": "^0.5.8",
"webpack": "^3.8.1",
"ts-node": "^5.0.0",
"tslib": "^1.9.0",
"tslint": "^5.9.1",
"tslint-loader": "^3.5.3",
"typedoc": "^0.10.0",
"typescript": "~2.6.2",
"uglifyjs-webpack-plugin": "^1.2.2",
"url-loader": "^0.6.2",
"webpack": "^3.10.0",
"webpack-dev-middleware": "^1.10.1",
"webpack-dev-server": "~2.7.1",
"webpack-dll-bundles-plugin": "^1.0.0-beta.5",
"webpack-merge": "~4.1.0"
"webpack-merge": "~4.1.2"
},
"repository": {
"type": "git",
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"hammerjs",
"jasmine",
"node",
"source-map",
"uglify-js",
"webpack"
]
Expand Down

0 comments on commit 0bc4a3d

Please sign in to comment.