Skip to content
This repository has been archived by the owner on Aug 6, 2022. It is now read-only.

Commit

Permalink
Updated package versions and bumped up the version
Browse files Browse the repository at this point in the history
  • Loading branch information
sconix committed Aug 3, 2018
1 parent a70984a commit 62d3ed3
Show file tree
Hide file tree
Showing 13 changed files with 2,093 additions and 2,273 deletions.
4 changes: 0 additions & 4 deletions example/config/webpack-build-aot.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ module.exports = {
test: /(?:\.ngfactory\.js|\.ngstyle\.js|\.ts)$/,
use: '@ngtools/webpack'
},
{
test: /\.scss$/,
use: ['raw-loader', 'sass-loader']
},
{
test: /\.(html|css)$/,
use: 'raw-loader'
Expand Down
4 changes: 0 additions & 4 deletions example/config/webpack-build-jit.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ module.exports = {
tsConfigPath: "./src/tsconfig.json"
}
},
{
test: /\.scss$/,
use: ['raw-loader', 'sass-loader']
},
{
test: /\.(html|css)$/,
use: 'raw-loader'
Expand Down
4 changes: 0 additions & 4 deletions example/config/webpack-server-jit.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ module.exports = {
tsConfigPath: "./src/tsconfig.json"
}
},
{
test: /\.scss$/,
use: ['raw-loader', 'sass-loader']
},
{
test: /\.(html|css)$/,
use: 'raw-loader'
Expand Down
2,396 changes: 1,130 additions & 1,266 deletions example/package-lock.json

Large diffs are not rendered by default.

40 changes: 19 additions & 21 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,46 +37,44 @@
}
},
"dependencies": {
"@angular/cdk": "^6.0.0",
"@angular/common": "^6.0.0",
"@angular/compiler": "^6.0.0",
"@angular/core": "^6.0.0",
"@angular/flex-layout": "6.0.0-beta.16",
"@angular/platform-browser": "^6.0.0",
"@angular/platform-browser-dynamic": "^6.0.0",
"@angular/cdk": "^6.4.0",
"@angular/common": "^6.1.0",
"@angular/compiler": "^6.1.0",
"@angular/core": "^6.1.0",
"@angular/flex-layout": "6.0.0-beta.17",
"@angular/platform-browser": "^6.1.0",
"@angular/platform-browser-dynamic": "^6.1.0",
"core-js": "^2.5.0",
"ngx-swiper-wrapper": "^6.0.0",
"rxjs": "^6.2.0",
"swiper": "^4.3.0",
"zone.js": "^0.8.0"
},
"devDependencies": {
"@angular/cli": "^6.0.0",
"@angular/compiler-cli": "^6.0.0",
"@angular-devkit/build-ng-packagr": "^0.6.0",
"@angular-devkit/build-angular": "^0.6.0",
"@ngtools/webpack": "^6.0.0",
"@angular/cli": "^6.1.0",
"@angular/compiler-cli": "^6.1.0",
"@angular-devkit/build-ng-packagr": "^0.7.0",
"@angular-devkit/build-angular": "^0.7.0",
"@ngtools/webpack": "^6.1.0",
"@types/node": "^8.10.0",
"@types/swiper": "^4.2.0",
"codelyzer": "^4.3.0",
"codelyzer": "^4.4.0",
"connect-history-api-fallback": "^1.5.0",
"copy-webpack-plugin": "^4.5.0",
"deploy-to-git": "^0.1.0",
"html-webpack-plugin": "^3.2.0",
"lite-server": "^2.3.0",
"lite-server": "^2.4.0",
"ng-packagr": "^3.0.0",
"node-sass": "^4.9.0",
"plugin-typescript": "^8.0.0",
"raw-loader": "^0.5.0",
"sass-loader": "^7.0.0",
"stylelint": "^9.3.0",
"stylelint": "^9.4.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-order": "^0.8.0",
"systemjs": "^0.21.0",
"tslint": "^5.10.0",
"typescript": "~2.7.0",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.0",
"tslint": "^5.11.0",
"typescript": "^2.9.0",
"webpack": "^4.16.0",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.0"
}
}
5 changes: 0 additions & 5 deletions example/tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,6 @@
"no-switch-case-fall-through": true,
"no-trailing-whitespace": true,
"no-unused-expression": true,
"no-unused-variable": [
true,
{"ignore-pattern": "^_"}
],
"no-use-before-declare": true,
"no-var-keyword": true,
"object-literal-sort-keys": false,
"one-line": [
Expand Down
Loading

0 comments on commit 62d3ed3

Please sign in to comment.