Skip to content

Commit

Permalink
update dev deps
Browse files Browse the repository at this point in the history
remove codacy-coverage
  • Loading branch information
sokra committed Feb 6, 2019
1 parent c28f6cb commit d12ca7c
Show file tree
Hide file tree
Showing 2 changed files with 245 additions and 344 deletions.
13 changes: 6 additions & 7 deletions package.json
Expand Up @@ -36,7 +36,6 @@
"@types/webpack-sources": "^0.1.4",
"benchmark": "^2.1.1",
"bundle-loader": "~0.5.0",
"codacy-coverage": "^2.0.1",
"coffee-loader": "^0.9.0",
"coffeescript": "^2.3.2",
"coveralls": "^3.0.2",
Expand All @@ -47,7 +46,7 @@
"eslint-plugin-jest": "^22.2.2",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-prettier": "^3.0.0",
"express": "~4.13.1",
"express": "~4.16.4",
"file-loader": "^3.0.1",
"glob": "^7.1.3",
"husky": "^1.1.3",
Expand All @@ -67,19 +66,19 @@
"pug": "^2.0.3",
"pug-loader": "^2.4.0",
"raw-loader": "^1.0.0",
"react": "^15.2.1",
"react-dom": "^15.2.1",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"rimraf": "^2.6.2",
"script-loader": "~0.7.0",
"simple-git": "^1.65.0",
"style-loader": "^0.23.1",
"typescript": "^3.0.0-rc",
"url-loader": "^1.1.2",
"val-loader": "^1.0.2",
"vm-browserify": "~0.0.0",
"vm-browserify": "~1.1.0",
"wast-loader": "^1.5.5",
"webpack-dev-middleware": "^1.9.0",
"worker-loader": "^1.1.1",
"webpack-dev-middleware": "^3.5.1",
"worker-loader": "^2.0.0",
"xxhashjs": "^0.2.1"
},
"engines": {
Expand Down

0 comments on commit d12ca7c

Please sign in to comment.