Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mbovel committed Aug 15, 2019
1 parent be566f6 commit 28bea40
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 42 deletions.
100 changes: 63 additions & 37 deletions package-lock.json

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

14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^0.1.3",
"@types/benchmark": "^1.0.31",
"@types/chai": "^4.1.7",
"@types/chai": "^4.2.0",
"@types/mocha": "^5.2.7",
"@types/node": "^12.0.10",
"@types/node": "^12.7.2",
"chai": "^4.2.0",
"coveralls": "^3.0.4",
"mocha": "^6.1.4",
"coveralls": "^3.0.6",
"mocha": "^6.2.0",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^14.1.1",
"pkg-ok": "^2.3.1",
"prettier": "^1.18.2",
"source-map-support": "^0.5.12",
"source-map-support": "^0.5.13",
"ts-node": "^8.3.0",
"tslint": "^5.18.0",
"typescript": "^3.5.2"
Expand All @@ -50,5 +50,9 @@
"preversion": "npm run check",
"postversion": "git push && git push --tags",
"benchmark": "node --require ts-node/register benchmark/parseBenchmark.ts"
},
"dependencies": {
"@hashml/hashml": "^0.2.1",
"react": "^16.9.0"
}
}

0 comments on commit 28bea40

Please sign in to comment.