Skip to content

Commit

Permalink
fix(npm): update dependencies
Browse files Browse the repository at this point in the history
 lodash          4.17.11  →   4.17.15
 @types/lodash  4.14.134  →  4.14.136
 @types/node      12.0.8  →    12.6.8
 karma            ^4.1.0  →    ^4.2.0
 tslint           5.17.0  →    5.18.0
 typescript        3.5.2  →     3.5.3
 webpack          4.35.0  →    4.36.1
 webpack-cli       3.3.4  →     3.3.6
  • Loading branch information
JamieMason committed Jul 22, 2019
1 parent b681b12 commit 4adac7e
Show file tree
Hide file tree
Showing 2 changed files with 223 additions and 183 deletions.
19 changes: 11 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@
"Micha Reiser (https://github.com/MichaReiser)"
],
"dependencies": {
"lodash": "4.17.11",
"lodash": "4.17.15",
"platform": "1.3.5"
},
"devDependencies": {
"@types/benchmark": "1.0.31",
"@types/karma": "3.0.3",
"@types/lodash": "4.14.134",
"@types/node": "12.0.8",
"@types/lodash": "4.14.136",
"@types/node": "12.6.8",
"@types/platform": "1.3.2",
"benchmark": "2.1.4",
"karma": "3.1.4",
"prettier": "1.18.2",
"rimraf": "2.6.3",
"ts-loader": "6.0.4",
"tslint": "5.17.0",
"typescript": "3.5.2",
"webpack": "4.35.0",
"webpack-cli": "3.3.4"
"tslint": "5.18.0",
"typescript": "3.5.3",
"webpack": "4.36.1",
"webpack-cli": "3.3.6"
},
"files": [
"dist/"
Expand All @@ -49,9 +49,12 @@
"main": "dist/index.js",
"peerDependencies": {
"benchmark": "^2.1.4",
"karma": "^4.1.0"
"karma": "^4.2.0"
},
"repository": "JamieMason/karma-benchmark",
"resolutions": {
"lodash": ">=4.17.15"
},
"scripts": {
"build": "npm run build:client && npm run build:loader",
"build:client": "webpack --config ./webpack.config.js",
Expand Down
Loading

0 comments on commit 4adac7e

Please sign in to comment.