Skip to content

Commit

Permalink
refactor(package): update dependencies to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
uittorio committed Oct 25, 2019
1 parent a2560fb commit 2c31d28
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 41 deletions.
43 changes: 12 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,27 +29,27 @@
"devDependencies": {
"@commitlint/cli": "^8.2.0",
"@commitlint/config-angular": "^8.2.0",
"@types/jasmine": "^3.4.2",
"@types/node": "^12.7.11",
"@types/webpack-env": "^1.14.0",
"@types/jasmine": "^3.4.4",
"@types/node": "^12.11.7",
"@types/webpack-env": "^1.14.1",
"awesome-typescript-loader": "^5.2.1",
"clean-webpack-plugin": "^3.0.0",
"conventional-changelog-cli": "^2.0.23",
"conventional-changelog-cli": "^2.0.25",
"copy-webpack-plugin": "^5.0.4",
"git-branch-is": "^3.0.0",
"husky": "^3.0.8",
"husky": "^3.0.9",
"jasmine": "^3.5.0",
"karma": "^4.3.0",
"karma": "^4.4.1",
"karma-chrome-launcher": "^3.1.0",
"karma-jasmine": "^2.0.1",
"karma-webpack": "^4.0.2",
"puppeteer": "^2.0.0",
"ts-loader": "^6.2.0",
"ts-loader": "^6.2.1",
"ts-node": "^8.4.1",
"tslint": "^5.20.0",
"tslint-loader": "^3.5.4",
"typescript": "^3.6.3",
"webpack": "^4.41.0",
"typescript": "^3.6.4",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9",
"webpack-merge": "^4.2.2",
"webpack-node-externals": "^1.7.2"
Expand All @@ -60,7 +60,7 @@
"winston": "^3.2.1"
},
"peerDependencies": {
"typescript": "^3.6.3"
"typescript": "^3.6.4"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 2c31d28

Please sign in to comment.