Skip to content

Commit

Permalink
fix: upgrade amqp
Browse files Browse the repository at this point in the history
  • Loading branch information
AVVS committed Feb 24, 2022
1 parent 382a1bf commit 8d735db
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 26 deletions.
2 changes: 1 addition & 1 deletion packages/plugin-amqp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"homepage": "https://github.com/microfleet/core#readme",
"dependencies": {
"@microfleet/transport-amqp": "^15.2.10",
"@microfleet/transport-amqp": "^15.2.12",
"bluebird": "^3.7.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-router-amqp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@microfleet/plugin-amqp": "workspace:^0.2.4",
"@microfleet/plugin-logger": "workspace:^0.10.4",
"@microfleet/plugin-router": "workspace:^0.3.4",
"@microfleet/transport-amqp": "^15.2.10",
"@microfleet/transport-amqp": "^15.2.12",
"bluebird": "^3.7.2",
"event-to-promise": "^0.8.0",
"lodash": "^4.17.21"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@hapi/boom": "^9.1.4",
"@microfleet/core-types": "workspace:^0.5.4",
"@microfleet/plugin-logger": "workspace:^0.10.4",
"@microfleet/transport-amqp": "^15.2.10",
"@microfleet/transport-amqp": "^15.2.12",
"@microfleet/utils": "workspace:^0.5.4",
"@microfleet/validation": "^11.1.2",
"glob": "^7.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-socketio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@microfleet/plugin-logger": "workspace:^0.10.4",
"@microfleet/plugin-router": "workspace:^0.3.4",
"@microfleet/plugin-validator": "workspace:^0.5.4",
"@microfleet/transport-amqp": "^15.2.10",
"@microfleet/transport-amqp": "^15.2.12",
"@microfleet/utils": "workspace:^0.5.4",
"ms-socket.io-adapter-amqp": "^8.1.2",
"socket.io": "^4.4.1"
Expand Down
37 changes: 15 additions & 22 deletions pnpm-lock.yaml

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

0 comments on commit 8d735db

Please sign in to comment.