Skip to content

Commit 7124678

Browse files
committed
fix(deps): add @sentry/core explicitly as its used in types
1 parent 0889682 commit 7124678

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
}
6060
},
6161
"dependencies": {
62+
"@sentry/core": "^7.48.0",
6263
"@sentry/integrations": "^7.48.0",
6364
"@sentry/node": "^7.48.0",
6465
"@sentry/utils": "^7.48.0",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2304,7 +2304,7 @@
23042304
proxy-from-env "^1.1.0"
23052305
which "^2.0.2"
23062306

2307-
"@sentry/core@7.48.0":
2307+
"@sentry/core@7.48.0", "@sentry/core@^7.48.0":
23082308
version "7.48.0"
23092309
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-7.48.0.tgz#1a5ec347ab7212d73a99583c2e64989e34e3263a"
23102310
integrity sha512-8FYuJTMpyuxRZvlen3gQ3rpOtVInSDmSyXqWEhCLuG/w34AtWoTiW7G516rsAAh6Hy1TP91GooMWbonP3XQNTQ==

0 commit comments

Comments
 (0)