Skip to content
This repository has been archived by the owner on Dec 30, 2019. It is now read-only.

Commit

Permalink
Release 17.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DorianGrey committed Mar 6, 2018
1 parent 7597a4a commit 04784ef
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 81 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '17.0.0#{build}'
version: '17.1.0#{build}'

environment:
matrix:
Expand Down
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-webpack-template",
"version": "17.0.0",
"version": "17.1.0",
"description": "A template for angular development using webpack, with some useful batteries included.",
"author": {
"name": "Christian Linne",
Expand Down Expand Up @@ -49,16 +49,16 @@
"@types/lodash": "4.14.104",
"@types/lodash-es": "4.17.0",
"angular2-template-loader": "^0.6.2",
"autoprefixer": "8.0.0",
"autoprefixer": "8.1.0",
"case-sensitive-paths-webpack-plugin": "^2.1.1",
"codelyzer": "^4.1.0",
"codelyzer": "^4.2.1",
"cross-env": "^5.1.3",
"css-loader": "^0.28.10",
"detect-port": "^1.2.2",
"electron": "^1.8.2",
"electron": "^1.8.3",
"express": "^4.16.2",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.10",
"file-loader": "^1.1.11",
"filesize": "^3.6.0",
"fork-ts-checker-webpack-plugin": "^0.4.0",
"fs-extra": "^5.0.0",
Expand All @@ -72,7 +72,7 @@
"istanbul-instrumenter-loader": "^3.0.0",
"jasmine-core": "^2.99.0",
"jasmine-reporters": "^2.3.0",
"js-yaml": "^3.10.0",
"js-yaml": "^3.11.0",
"karma": "^2.0.0",
"karma-coverage": "1.1.1",
"karma-electron": "^5.2.2",
Expand All @@ -92,14 +92,14 @@
"progress-bar-webpack-plugin": "^1.11.0",
"raw-loader": "0.5.1",
"readline": "^1.3.0",
"sass-loader": "^6.0.6",
"sass-loader": "^6.0.7",
"script-ext-html-webpack-plugin": "^1.8.8",
"shelljs": "^0.8.1",
"source-map-loader": "^0.2.3",
"strip-ansi": "^4.0.0",
"style-loader": "^0.20.2",
"stylelint": "^9.1.1",
"stylelint-config-standard": "^18.1.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-scss": "^2.4.0",
"stylelint-webpack-plugin": "^0.10.3",
"to-string-loader": "1.1.5",
Expand All @@ -110,7 +110,7 @@
"typescript": "^2.7.2",
"uglify-es": "3.3.10",
"webpack": "^3.11.0",
"webpack-bundle-analyzer": "^2.11.0",
"webpack-bundle-analyzer": "^2.11.1",
"webpack-chunk-hash": "0.5.0",
"webpack-dev-server": "^2.11.1",
"webpack-karma-die-hard": "^1.0.4",
Expand All @@ -133,7 +133,6 @@
"angular-router-loader": "^0.8.2",
"core-js": "2.5.3",
"immutable": "3.8.2",
"jasmine": "^2.99.0",
"lodash-es": "^4.17.5",
"normalize.css": "^8.0.0",
"rxjs": "^5.5.6",
Expand Down
Loading

0 comments on commit 04784ef

Please sign in to comment.