Skip to content

Commit

Permalink
fix: fix handling assets
Browse files Browse the repository at this point in the history
* chore(package): update deps

Closes #14
Closes #36
Closes #38
  • Loading branch information
Burak Tasci committed Sep 9, 2017
1 parent 8e52128 commit 3d6ebb9
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -23,7 +23,7 @@
- [angular-tslint-rules] as configuration preset for [TSLint] and [codelyzer].
- Managing the type definitions using @types.

> Built with `@angular v4.2.0`, bundled with `gulp v4.0` and `webpack v3.0.0`.
> Built with `@angular v4.3.0`, bundled with `gulp v4.0` and `webpack v3.4.1`.
You can find the live app [here](https://ng-seed-universal.azurewebsites.net).

Expand Down
48 changes: 24 additions & 24 deletions package.json
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"express": "^4.15.3",
"debug": "^2.6.8",
"compression": "^1.6.2",
"compression": "^1.7.0",
"morgan": "^1.8.2",
"body-parser": "^1.17.2",

Expand All @@ -43,11 +43,11 @@
"@angular/platform-server": "~4.3.0",
"@angular/router": "~4.3.0",
"core-js": "^2.4.1",
"rxjs": "^5.4.1",
"zone.js": "^0.8.12",
"rxjs": "^5.4.2",
"zone.js": "^0.8.16",
"lodash": "^4.17.4",
"@angularclass/bootloader": "^1.0.1",
"@ngx-universal/express-engine": "^0.4.0-beta.1",
"@ngx-universal/express-engine": "~0.4.0-beta.1",
"@ngx-universal/state-transfer": "~0.4.0-beta.1",
"@ngx-config/core": "~0.2.0-rc.5",
"@ngx-config/http-loader": "~0.2.0-rc.1",
Expand All @@ -57,7 +57,7 @@
"@ngx-cache/platform-server": "~0.4.0-beta.2",
"@ngx-cache/fs-storage": "~0.4.0-beta.2",
"@ngx-universal/config-loader": "~0.4.0-rc.1",
"@ngx-translate/core": "^6.0.1",
"@ngx-translate/core": "~6.0.1",
"@ngx-translate/http-loader": "~0.0.3",
"@ngx-universal/translate-loader": "~0.4.0-beta.1",
"@ngx-meta/core": "~0.4.0-rc.2",
Expand All @@ -69,7 +69,7 @@

"@angular/compiler": "~4.3.0",
"@angular/compiler-cli": "~4.3.0",
"@types/node": "^8.0.5",
"@types/node": "^8.0.19",
"@types/express": "^4.0.36",
"@types/jasmine": "^2.5.53",
"@types/lodash": "4.14.55",
Expand All @@ -86,65 +86,65 @@
"gulp-exec": "^2.1.3",
"gulp-tslint": "^8.1.1",
"gulp-replace": "^0.6.1",
"webpack": "~3.4.1",
"angular-webpack-config": "^1.0.1",
"webpack": "^3.4.1",
"angular-webpack-config": "^1.0.2",
"uglify-js": "git://github.com/mishoo/UglifyJS2#harmony-v2.8.22",
"webpack-merge": "^4.1.0",
"webpack-hot-middleware": "^2.18.0",
"@ngtools/webpack": "~1.5.5",
"webpack-hot-middleware": "^2.18.2",
"@ngtools/webpack": "^1.5.5",

"tslint-loader": "^3.5.3",
"awesome-typescript-loader": "^3.2.1",
"awesome-typescript-loader": "^3.2.2",
"angular2-template-loader": "0.6.0",
"ng-router-loader": "^2.1.0",
"json-loader": "^0.5.4",
"json-loader": "^0.5.7",
"to-string-loader": "^1.1.5",
"style-loader": "^0.18.2",
"css-loader": "^0.28.4",
"postcss-loader": "^2.0.6",
"autoprefixer": "^7.1.1",
"autoprefixer": "^7.1.2",
"stylefmt-loader": "^1.2.3",
"sass-loader": "^6.0.6",
"html-loader": "^0.4.5",
"html-loader": "^0.5.0",
"raw-loader": "^0.5.1",
"file-loader": "^0.11.2",

"assets-webpack-plugin": "^3.5.1",
"copy-webpack-plugin": "^4.0.1",
"html-webpack-plugin": "^2.29.0",
"html-webpack-plugin": "^2.30.1",
"html-elements-webpack-plugin": "^1.0.1",
"script-ext-html-webpack-plugin": "^1.8.3",
"script-ext-html-webpack-plugin": "^1.8.5",
"webpack-dll-bundles-plugin": "^1.0.0-beta.5",
"add-asset-html-webpack-plugin": "^2.0.1",
"optimize-js-plugin": "^0.0.4",
"extract-text-webpack-plugin": "^2.1.2",
"extract-text-webpack-plugin": "^3.0.0",

"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-postcss": "^7.0.0",
"postcss-scss": "^1.0.2",
"postcss-reporter": "^4.0.0",
"postcss-reporter": "^5.0.0",
"gulp-sass-lint": "^1.3.2",
"stylelint": "^7.12.0",
"stylelint": "^8.0.0",
"colorguard": "^1.2.0",
"stylefmt": "^6.0.0",

"jasmine-core": "^2.6.4",
"jasmine-core": "^2.7.0",
"karma": "^1.7.0",
"karma-jasmine": "^1.1.0",
"karma-coverage": "^1.1.1",
"karma-mocha-reporter": "^2.2.3",
"karma-coverage-istanbul-reporter": "^1.3.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.3",
"karma-webpack": "^2.0.4",
"karma-chrome-launcher": "^2.2.0",
"tslib": "^1.7.1",

"source-map-loader": "^0.2.1",
"istanbul-instrumenter-loader": "^2.0.0",
"istanbul-instrumenter-loader": "^3.0.0",

"codelyzer": "^3.1.1",
"tslint": "^5.4.3",
"codelyzer": "^3.1.2",
"tslint": "~5.5.0",
"angular-tslint-rules": "^1.0.3",
"typescript": "~2.3.4"
}
Expand Down

0 comments on commit 3d6ebb9

Please sign in to comment.