Skip to content

Commit

Permalink
chore: upgrade @sentry/types (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkim205 authored Feb 16, 2023
1 parent f6f7256 commit ac546fd
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"react/dist/*"
],
"dependencies": {
"@sentry/types": "7.22.0",
"@sentry/types": "7.37.2",
"fflate": "^0.4.1",
"rrweb-snapshot": "^1.1.14"
},
Expand Down
3 changes: 3 additions & 0 deletions react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,8 @@
"setupFilesAfterEnv": [
"given2/setup"
]
},
"dependencies": {
"@sentry/types": "7.37.2"
}
}
15 changes: 6 additions & 9 deletions react/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -531,10 +531,10 @@
estree-walker "^1.0.1"
picomatch "^2.2.2"

"@sentry/types@7.22.0":
version "7.22.0"
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.22.0.tgz#58e4ce77b523048e0f31e2ea4b597946d76f6079"
integrity sha512-LhCL+wb1Jch+OesB2CIt6xpfO1Ab6CRvoNYRRzVumWPLns1T3ZJkarYfhbLaOEIb38EIbPgREdxn2AJT560U4Q==
"@sentry/types@7.37.2":
version "7.37.2"
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.37.2.tgz#99fd76230d7c1d3c6901ed4c0bea35be7d6fe26d"
integrity sha512-SxKQOCX94ZaQM4C2ysNjHdJsjYapu/NYZCz1cnPyCdDvYfhwiVge1uq6ZHiQ/ARfxAAOmc3R4Mh3VvEz7WUOdw==

"@sinonjs/commons@^1.7.0":
version "1.8.1"
Expand Down Expand Up @@ -2957,11 +2957,8 @@ posix-character-classes@^0.1.0:
integrity sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=

"posthog-js@link:..":
version "1.39.1"
dependencies:
"@sentry/types" "7.22.0"
fflate "^0.4.1"
rrweb-snapshot "^1.1.14"
version "0.0.0"
uid ""

prelude-ls@~1.1.2:
version "1.1.2"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3368,10 +3368,10 @@
estree-walker "^1.0.1"
picomatch "^2.2.2"

"@sentry/types@7.22.0":
version "7.22.0"
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.22.0.tgz#58e4ce77b523048e0f31e2ea4b597946d76f6079"
integrity sha512-LhCL+wb1Jch+OesB2CIt6xpfO1Ab6CRvoNYRRzVumWPLns1T3ZJkarYfhbLaOEIb38EIbPgREdxn2AJT560U4Q==
"@sentry/types@7.37.2":
version "7.37.2"
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.37.2.tgz#99fd76230d7c1d3c6901ed4c0bea35be7d6fe26d"
integrity sha512-SxKQOCX94ZaQM4C2ysNjHdJsjYapu/NYZCz1cnPyCdDvYfhwiVge1uq6ZHiQ/ARfxAAOmc3R4Mh3VvEz7WUOdw==

"@sinonjs/commons@^1", "@sinonjs/commons@^1.6.0", "@sinonjs/commons@^1.7.0", "@sinonjs/commons@^1.7.2":
version "1.8.1"
Expand Down

0 comments on commit ac546fd

Please sign in to comment.