Skip to content

Commit 8e74bb4

Browse files
committed
fix: sentry logging
1 parent 1ac9500 commit 8e74bb4

File tree

2 files changed

+113
-143
lines changed

2 files changed

+113
-143
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"dependencies": {
2424
"64": "^0.2.0",
2525
"@microfleet/core": "^13.3.2",
26-
"@microfleet/transport-amqp": "^13.1.2",
26+
"@microfleet/transport-amqp": "^13.1.3",
2727
"@microfleet/validation": "^8.1.0",
2828
"bluebird": "^3.5.3",
2929
"bluebird-retry": "^0.11.0",
@@ -39,16 +39,16 @@
3939
"stdout-stream": "^1.4.1"
4040
},
4141
"devDependencies": {
42-
"@babel/cli": "^7.2.0",
42+
"@babel/cli": "^7.2.3",
4343
"@babel/core": "^7.2.2",
44-
"@babel/plugin-proposal-class-properties": "^7.2.1",
44+
"@babel/plugin-proposal-class-properties": "^7.2.3",
4545
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
4646
"@babel/plugin-transform-strict-mode": "^7.2.0",
4747
"@babel/register": "^7.0.0",
4848
"@makeomatic/deploy": "^8.3.0",
4949
"@semantic-release/changelog": "^3.0.1",
5050
"@semantic-release/exec": "^3.3.1",
51-
"@semantic-release/git": "7.0.5",
51+
"@semantic-release/git": "7.0.6",
5252
"babel-core": "^7.0.0-bridge.0",
5353
"babel-eslint": "^10.0.1",
5454
"babel-jest": "^23.4.2",

0 commit comments

Comments
 (0)