Skip to content

Commit

Permalink
fix: update types
Browse files Browse the repository at this point in the history
  • Loading branch information
AVVS committed May 27, 2021
1 parent a0e9e38 commit cbc9598
Show file tree
Hide file tree
Showing 5 changed files with 931 additions and 501 deletions.
2 changes: 1 addition & 1 deletion .mdeprc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"node": "14.15",
"node": "14.17",
"auto_compose": true,
"services": [
"rabbitmq"
Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,30 +29,30 @@
},
"homepage": "https://github.com/microfleet/transport-amqp#readme",
"devDependencies": {
"@babel/cli": "^7.12.17",
"@babel/core": "^7.12.17",
"@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/cli": "^7.14.3",
"@babel/core": "^7.14.3",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-transform-strict-mode": "^7.12.13",
"@babel/register": "^7.12.13",
"@makeomatic/deploy": "^10.3.3",
"@types/bluebird": "^3.5.33",
"@babel/register": "^7.13.16",
"@makeomatic/deploy": "^10.4.0",
"@types/bluebird": "^3.5.35",
"babel-plugin-istanbul": "^6.0.0",
"benchmark": "^2.1.4",
"chai": "^4.3.0",
"codecov": "^3.8.1",
"chai": "^4.3.4",
"codecov": "^3.8.2",
"cross-env": "^7.0.3",
"eslint": "^7.20.0",
"eslint": "^7.27.0",
"eslint-config-makeomatic": "^5.0.4",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-mocha": "^8.0.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-unicorn": "^28.0.2",
"eslint-plugin-import": "^2.23.3",
"eslint-plugin-mocha": "^9.0.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-unicorn": "^32.0.1",
"jaeger-client": "^3.18.1",
"microtime": "^3.0.0",
"mocha": "^8.3.0",
"mocha": "^8.4.0",
"nyc": "^15.1.0",
"sinon": "^9.2.4",
"typescript": "^4.1.5"
"sinon": "^11.1.1",
"typescript": "^4.3.2"
},
"peerDependencies": {
"common-errors": "~1.x.x"
Expand All @@ -69,10 +69,10 @@
"joi": "^17.4.0",
"json-stringify-safe": "^5.0.1",
"lodash": "^4.17.21",
"object-hash": "^2.1.1",
"object-hash": "^2.2.0",
"opentracing": "^0.14.5",
"pino": "^6.11.1",
"sonic-boom": "^1.3.2",
"pino": "^6.11.3",
"sonic-boom": "^2.0.1",
"uuid": "^8.3.2"
},
"files": [
Expand Down
Loading

0 comments on commit cbc9598

Please sign in to comment.