Skip to content

Commit

Permalink
Merge pull request #11 from devit-tel/feature/extened-bounds-aggs
Browse files Browse the repository at this point in the history
Fix dev dependencies
  • Loading branch information
NV4RE authored Mar 2, 2020
2 parents 0f42bdd + 3564c28 commit 04f083b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 26 deletions.
44 changes: 24 additions & 20 deletions package-lock.json

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

10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
"node": ">= 10.13 <11"
},
"devDependencies": {
"@types/elasticsearch": "^5.0.35",
"@types/koa": "^2.0.49",
"@types/koa-router": "^7.0.42",
"@types/ramda": "^0.26.16",
"@types/jest": "^24.0.15",
"@types/node": "^10.14.10",
"jest": "~24.8.0",
Expand Down Expand Up @@ -34,19 +38,13 @@
"dependencies": {
"@koa/cors": "^3.0.0",
"@melonade/melonade-declaration": "^0.8.5",
"@types/elasticsearch": "^5.0.35",
"@types/koa": "^2.0.49",
"@types/koa-router": "^7.0.42",
"@types/moment": "^2.13.0",
"@types/ramda": "^0.26.16",
"bodybuilder": "^2.2.20",
"dotenv": "^8.0.0",
"elasticsearch": "^16.5.0",
"koa": "^2.7.0",
"koa-bodyparser": "^4.2.1",
"koa-compress": "^3.0.0",
"koa-router": "^7.4.0",
"moment": "^2.24.0",
"node-rdkafka": "^2.7.4",
"ramda": "^0.26.1",
"tslib": "~1.10.0"
Expand Down

0 comments on commit 04f083b

Please sign in to comment.