Skip to content

Commit

Permalink
chore(package): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Burak Tasci committed Nov 28, 2018
1 parent e44f1ad commit c1140ab
Show file tree
Hide file tree
Showing 3 changed files with 827 additions and 547 deletions.
44 changes: 22 additions & 22 deletions package.json
Expand Up @@ -44,17 +44,17 @@
"express": "~4.16.4",
"debug": "~4.1.0",
"compression": "~1.7.3",
"@angular/animations": "~7.0.4",
"@angular/common": "~7.0.4",
"@angular/core": "~7.0.4",
"@angular/forms": "~7.0.4",
"@angular/http": "~7.0.4",
"@angular/platform-browser": "~7.0.4",
"@angular/platform-browser-dynamic": "~7.0.4",
"@angular/platform-server": "~7.0.4",
"@angular/router": "~7.0.4",
"@angular/cdk": "~7.0.4",
"@angular/material": "~7.0.4",
"@angular/animations": "~7.1.0",
"@angular/common": "~7.1.0",
"@angular/core": "~7.1.0",
"@angular/forms": "~7.1.0",
"@angular/http": "~7.1.0",
"@angular/platform-browser": "~7.1.0",
"@angular/platform-browser-dynamic": "~7.1.0",
"@angular/platform-server": "~7.1.0",
"@angular/router": "~7.1.0",
"@angular/cdk": "~7.1.0",
"@angular/material": "~7.1.0",
"@angular/flex-layout": "7.0.0-beta.19",
"core-js": "~2.5.7",
"reflect-metadata": "~0.1.12",
Expand Down Expand Up @@ -82,16 +82,16 @@
"@ngx-meta/core": "~6.0.0",
"unionize": "~2.1.2",
"angulartics2": "~7.2.0",
"ngx-perfect-scrollbar": "~7.0.0"
"ngx-perfect-scrollbar": "~7.1.0"
},
"devDependencies": {
"@angular/cli": "~7.0.6",
"@angular/compiler": "~7.0.4",
"@angular/compiler-cli": "~7.0.4",
"@angular/language-service": "~7.0.4",
"@angular-devkit/build-angular": "~0.10.6",
"@angular-devkit/core": "~7.0.6",
"@angular-devkit/schematics": "~7.0.6",
"@angular/cli": "~7.1.0",
"@angular/compiler": "~7.1.0",
"@angular/compiler-cli": "~7.1.0",
"@angular/language-service": "~7.1.0",
"@angular-devkit/build-angular": "~0.11.0",
"@angular-devkit/core": "~7.1.0",
"@angular-devkit/schematics": "~7.1.0",
"@angular-builders/custom-webpack": "~7.0.0",
"@angular-builders/dev-server": "~7.0.0",
"@angularclass/hmr": "~2.1.3",
Expand All @@ -102,19 +102,19 @@
"@types/jest": "~23.3.9",
"@types/lodash": "~4.14.118",
"@types/nightmare": "~2.10.4",
"@types/node": "~10.12.9",
"@types/node": "~10.12.10",
"rimraf": "~2.6.2",
"concurrently": "~4.1.0",
"tslint-loader": "~3.5.4",
"stylelint": "~9.8.0",
"stylelint": "~9.9.0",
"stylelint-config-standard": "~18.2.0",
"jest": "~23.6.0",
"jest-preset-angular": "~6.0.1",
"jest-junit-reporter": "~1.1.0",
"ng-bullet": "~1.0.3",
"jasmine-marbles": "0.3.1",
"nightmare": "~3.0.1",
"@compodoc/compodoc": "~1.1.6",
"@compodoc/compodoc": "~1.1.7",
"standard-version": "~4.4.0",
"codelyzer": "~4.5.0",
"tslint": "~5.11.0",
Expand Down
10 changes: 3 additions & 7 deletions tools/build/webpack.config.js
Expand Up @@ -7,14 +7,10 @@ module.exports = {
* See: https://github.com/wbuchwalter/tslint-loader
*/
{
enforce: 'pre',
test: /\.ts$/,
use: 'tslint-loader',
exclude: [
'node_modules',
/\.(ngfactory|ngstyle)\.ts$/
]
},
enforce: 'pre',
use: 'tslint-loader'
}
]
}
};

0 comments on commit c1140ab

Please sign in to comment.