Skip to content

Commit

Permalink
chore: update scripts/update-javascript.sh to 7.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Nov 23, 2022
1 parent 4a6983a commit 71d2b25
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 76 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@

### Dependencies

- Bump JavaScript SDK from v7.16.0 to v7.20.1 ([#2582](https://github.com/getsentry/sentry-react-native/pull/2582), [#2598](https://github.com/getsentry/sentry-react-native/pull/2598), [#2632](https://github.com/getsentry/sentry-react-native/pull/2632), [#2607](https://github.com/getsentry/sentry-react-native/pull/2607))
- [changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md#7201)
- [diff](https://github.com/getsentry/sentry-javascript/compare/7.16.0...7.20.1)
- Bump JavaScript SDK from v7.16.0 to v7.21.0 ([#2582](https://github.com/getsentry/sentry-react-native/pull/2582), [#2598](https://github.com/getsentry/sentry-react-native/pull/2598), [#2632](https://github.com/getsentry/sentry-react-native/pull/2632), [#2607](https://github.com/getsentry/sentry-react-native/pull/2607), [#2636](https://github.com/getsentry/sentry-react-native/pull/2636))
- [changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md#7210)
- [diff](https://github.com/getsentry/sentry-javascript/compare/7.16.0...7.21.0)
- Bump Cocoa SDK from v7.29.0 to v7.31.2 ([#2592](https://github.com/getsentry/sentry-react-native/pull/2592), [#2601](https://github.com/getsentry/sentry-react-native/pull/2601), [#2629](https://github.com/getsentry/sentry-react-native/pull/2629))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7312)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/7.29.0...7.31.2)
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,20 @@
"react-native": ">=0.56.0"
},
"dependencies": {
"@sentry/browser": "7.20.1",
"@sentry/browser": "7.21.0",
"@sentry/cli": "1.74.4",
"@sentry/core": "7.20.1",
"@sentry/hub": "7.20.1",
"@sentry/integrations": "7.20.1",
"@sentry/react": "7.20.1",
"@sentry/tracing": "7.20.1",
"@sentry/types": "7.20.1",
"@sentry/utils": "7.20.1",
"@sentry/core": "7.21.0",
"@sentry/hub": "7.21.0",
"@sentry/integrations": "7.21.0",
"@sentry/react": "7.21.0",
"@sentry/tracing": "7.21.0",
"@sentry/types": "7.21.0",
"@sentry/utils": "7.21.0",
"@sentry/wizard": "1.2.17"
},
"devDependencies": {
"@sentry-internal/eslint-config-sdk": "7.20.1",
"@sentry-internal/eslint-plugin-sdk": "7.20.1",
"@sentry-internal/eslint-config-sdk": "7.21.0",
"@sentry-internal/eslint-plugin-sdk": "7.21.0",
"@sentry/typescript": "^5.20.1",
"@types/jest": "^26.0.15",
"@types/react": "^18.0.25",
Expand Down
126 changes: 63 additions & 63 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1614,13 +1614,13 @@
resolved "https://registry.yarnpkg.com/@react-native/polyfills/-/polyfills-2.0.0.tgz#4c40b74655c83982c8cf47530ee7dc13d957b6aa"
integrity sha512-K0aGNn1TjalKj+65D7ycc1//H9roAQ51GJVk5ZJQFb2teECGmzd86bYDC0aYdbRf7gtovescq4Zt6FR0tgXiHQ==

"@sentry-internal/eslint-config-sdk@7.20.1":
version "7.20.1"
resolved "https://registry.yarnpkg.com/@sentry-internal/eslint-config-sdk/-/eslint-config-sdk-7.20.1.tgz#1b8fd6af844dbaf52351c86ba55b484d8692e4cf"
integrity sha512-dY2K/oO5N0jSp/Pij4IARgFc7jIWN0HcZkD5n699FTx2qtgdn9xGFfr1Xe8g/stA/YTICGrMnQzkFN9QP4rm6Q==
"@sentry-internal/eslint-config-sdk@7.21.0":
version "7.21.0"
resolved "https://registry.yarnpkg.com/@sentry-internal/eslint-config-sdk/-/eslint-config-sdk-7.21.0.tgz#b5c5c3e21c3bc84ce938855e48169dfec64be168"
integrity sha512-1aZ3ar0xbdZdd/1YurSXiSIrc8gzaWWupL0qU6PAmE3EcfeEuBAzVcdF43mQTHHtyfNEgOea2weqrMG4zA1Ggg==
dependencies:
"@sentry-internal/eslint-plugin-sdk" "7.20.1"
"@sentry-internal/typescript" "7.20.1"
"@sentry-internal/eslint-plugin-sdk" "7.21.0"
"@sentry-internal/typescript" "7.21.0"
"@typescript-eslint/eslint-plugin" "^3.9.0"
"@typescript-eslint/parser" "^3.9.0"
eslint-config-prettier "^6.11.0"
Expand All @@ -1629,26 +1629,26 @@
eslint-plugin-jsdoc "^30.0.3"
eslint-plugin-simple-import-sort "^5.0.3"

"@sentry-internal/eslint-plugin-sdk@7.20.1":
version "7.20.1"
resolved "https://registry.yarnpkg.com/@sentry-internal/eslint-plugin-sdk/-/eslint-plugin-sdk-7.20.1.tgz#e1f75ac8473c16da17a18025577f7432e807b4a0"
integrity sha512-jlWApor7Yh1vNpX/y91yayJqlB1+YebREF+h8Gss/+i52bjZ2jRaH0BADJOKMXjqpmWrWbDjU5p5Yfei5FsqRw==
"@sentry-internal/eslint-plugin-sdk@7.21.0":
version "7.21.0"
resolved "https://registry.yarnpkg.com/@sentry-internal/eslint-plugin-sdk/-/eslint-plugin-sdk-7.21.0.tgz#81c4f23cf48e9532fc350214241355f708a50280"
integrity sha512-O0w3DivK73fthnp2lL06EOyhuXGrdED2xM40J4G6F+IfD39xsdNKhpVS4Dn9Oem+Amadjjhi1EKaxgoAhFGtIA==
dependencies:
requireindex "~1.1.0"

"@sentry-internal/typescript@7.20.1":
version "7.20.1"
resolved "https://registry.yarnpkg.com/@sentry-internal/typescript/-/typescript-7.20.1.tgz#d23e4814834c8a6de1c69053817bceeadac99edf"
integrity sha512-N5ailm117a6eP0+goTaZio3N45X7YWyPM9mFG9eiaj6qf6K/tXU5bCB48mhIJK8AdkAtccfC3VvjkwKHQEA31w==
"@sentry-internal/typescript@7.21.0":
version "7.21.0"
resolved "https://registry.yarnpkg.com/@sentry-internal/typescript/-/typescript-7.21.0.tgz#b716786ff149cb9391cacae43bc00e79821ccff2"
integrity sha512-51F6bJ8Qw53IXctZYmrjIviChPNqLOxiqBEgq0cev78d/EpyTteqMtr8srocP0ja7EWMjPsE8fWip4Z9iq1zQQ==

"@sentry/browser@7.20.1":
version "7.20.1"
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-7.20.1.tgz#bce606db24fa02fb72e71187e510ff890f8be903"
integrity sha512-SE6mI4LkMzjEi5KB02Py24e2bKYZc/HZI/ZlTn36BuUQX/KYhzzKwzXucOJ5Qws9Ar9CViyKJDb07LxVQLYCGw==
"@sentry/browser@7.21.0":
version "7.21.0"
resolved "https://registry.yarnpkg.com/@sentry/browser/-/browser-7.21.0.tgz#25a4ef5a87635a7a36de9a8aa6b59669819e6409"
integrity sha512-ZSI83tkBLmnqGSM8A9qsFOlzu0HjNTpe2QnQwlrnCxokNZIU4zFOGLujXSxKx1rpb8+TRMOyDG979kGNWFzbww==
dependencies:
"@sentry/core" "7.20.1"
"@sentry/types" "7.20.1"
"@sentry/utils" "7.20.1"
"@sentry/core" "7.21.0"
"@sentry/types" "7.21.0"
"@sentry/utils" "7.21.0"
tslib "^1.9.3"

"@sentry/[email protected]":
Expand All @@ -1675,60 +1675,60 @@
progress "^2.0.3"
proxy-from-env "^1.1.0"

"@sentry/core@7.20.1":
version "7.20.1"
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-7.20.1.tgz#b06f36dddba96e2cc7dfa2d24cb72ff39ecd7a59"
integrity sha512-Sc7vtNgO4QcE683qrR+b+KFQkkhvQv7gizN46QQPOWeqLDrai7x0+NspTFDLJyvdDuDh2rjoLfRwNsgbwe7Erw==
"@sentry/core@7.21.0":
version "7.21.0"
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-7.21.0.tgz#e0a7d7e772120ca0dbabd19049f340a2de74bb8a"
integrity sha512-5ZHwfHPm4svny7iXsNmlnRg0q1jw/N5/ugzAku+g98R769RCv2aSBaK9BIYlJmJ1SWwR7nQuR/GOCOdv5mA8jw==
dependencies:
"@sentry/types" "7.20.1"
"@sentry/utils" "7.20.1"
"@sentry/types" "7.21.0"
"@sentry/utils" "7.21.0"
tslib "^1.9.3"

"@sentry/hub@7.20.1":
version "7.20.1"
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-7.20.1.tgz#58cb47ffdf3f3e6af9485efe15ee4aff8581f486"
integrity sha512-veoJCwxjSlFVJYnINs/QXnrQ8RdOP4ayIIZwKVjEXiJnN9VWb7m7i3Kb4EzHrPmGI7G2zE4g3DmMWGvdrQFr/w==
"@sentry/hub@7.21.0":
version "7.21.0"
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-7.21.0.tgz#340a202dc718f7236faf2b6068de6adb39c91864"
integrity sha512-mPnH5JA5w3IpK4KZYOZ65tHO+xbUNrMURRKtQQ4INhRWyZpidQ4jwgkOFxM3M6BYZITKcKWFRu0NS34inKbkbg==
dependencies:
"@sentry/core" "7.20.1"
"@sentry/types" "7.20.1"
"@sentry/utils" "7.20.1"
"@sentry/core" "7.21.0"
"@sentry/types" "7.21.0"
"@sentry/utils" "7.21.0"
tslib "^1.9.3"

"@sentry/integrations@7.20.1":
version "7.20.1"
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-7.20.1.tgz#8ad8bbc3bd8fd6e958579004db4258f45752d8aa"
integrity sha512-vFhn+KBE71k8T08Ra162+suUsYN0U/a0oTTbKIx4SJE9Q5w/7aFHF/nuNqGIxatnxI0VkA83zqCPexOweDqlsA==
"@sentry/integrations@7.21.0":
version "7.21.0"
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-7.21.0.tgz#c7922b8cd2871c8abfa64bd3219ff70b7e5fd307"
integrity sha512-Eb+RNCyV3S+4gNqBXdSdNuayeYRfKoD/vCfMmJ6R8GYXvUG82YWxPJfngsprjnnjSrsm4axefja0gAgf7bmsLA==
dependencies:
"@sentry/types" "7.20.1"
"@sentry/utils" "7.20.1"
"@sentry/types" "7.21.0"
"@sentry/utils" "7.21.0"
localforage "^1.8.1"
tslib "^1.9.3"

"@sentry/react@7.20.1":
version "7.20.1"
resolved "https://registry.yarnpkg.com/@sentry/react/-/react-7.20.1.tgz#8daef21da5706f5ce68147c555aa19dc12f8b2cf"
integrity sha512-5oTRFVkfOe8t7dQtN6oi6WZVFE9iBZKgYcLTaPTCg/5yl5RehitHDxXQRCmv8h1XWF9t3AAopf6rMR/tSdOI1A==
"@sentry/react@7.21.0":
version "7.21.0"
resolved "https://registry.yarnpkg.com/@sentry/react/-/react-7.21.0.tgz#ca62e23db4101c79e23454dc8ad5e8befa01dfe8"
integrity sha512-SsfA1yJdjAkBFgUKgGvRcJbhPTFLZ2j4SUaXVBU6fB/Fj9ii7RzY/R2RLl304JdK5Ll7uukxI+45MSo+2kEQbw==
dependencies:
"@sentry/browser" "7.20.1"
"@sentry/types" "7.20.1"
"@sentry/utils" "7.20.1"
"@sentry/browser" "7.21.0"
"@sentry/types" "7.21.0"
"@sentry/utils" "7.21.0"
hoist-non-react-statics "^3.3.2"
tslib "^1.9.3"

"@sentry/tracing@7.20.1":
version "7.20.1"
resolved "https://registry.yarnpkg.com/@sentry/tracing/-/tracing-7.20.1.tgz#7bb44ec7b00ec1623d2ab2d95f2016e9ee119493"
integrity sha512-LAiQcJMcOFkUwkGvqLghcVOtVVglHBQ2r7kRo75kqI0OTn/xMPRyPBGo94G+9zAKm+w7dGF5AUqq/4VUm7DJ+g==
"@sentry/tracing@7.21.0":
version "7.21.0"
resolved "https://registry.yarnpkg.com/@sentry/tracing/-/tracing-7.21.0.tgz#cb023ccea2b1c54cee11c3930d9f5c0bdbca3cae"
integrity sha512-wTnXBV1e23Ou7aPFJCoX4VlrfsiYWDmGTLwx0ObI5y3BDSzV696BFICYpeqTk8lS5J5PQII12WRWfRbmyUwIAg==
dependencies:
"@sentry/core" "7.20.1"
"@sentry/types" "7.20.1"
"@sentry/utils" "7.20.1"
"@sentry/core" "7.21.0"
"@sentry/types" "7.21.0"
"@sentry/utils" "7.21.0"
tslib "^1.9.3"

"@sentry/types@7.20.1":
version "7.20.1"
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.20.1.tgz#26c6fc94dd25a66aeabbd795fa8985d768190970"
integrity sha512-bI4t5IXGLIQYH5MegKRl4x2LDSlPVbQJ5eE6NJCMrCm8PcFUo3WgkwP6toG9ThQwpTx/DhUo1sVNKrr0oW4cpA==
"@sentry/types@7.21.0":
version "7.21.0"
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-7.21.0.tgz#b5611a60d4ce5c88e76429c3ad79af8f08de48fc"
integrity sha512-DqQi0HLp17x0++zCjI9jVST0cuszsQtrVIMQRQXpy8J/ay3IGxwFoX1qMrwFP2tmVQDsy8YKIz50J5e6caXwSw==

"@sentry/typescript@^5.20.1":
version "5.20.1"
Expand All @@ -1738,12 +1738,12 @@
tslint-config-prettier "^1.18.0"
tslint-consistent-codestyle "^1.15.1"

"@sentry/utils@7.20.1":
version "7.20.1"
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.20.1.tgz#01b881b82598fca5c04af771ffe44663b66dee6f"
integrity sha512-wToW0710OijQLUZnbbOx1pxwJ4mXUZ5ZFl4/x7ubNftkOz5NwJ+F3ylRqHXpZJaR9pUfR5CNdInTFZn05h/KeQ==
"@sentry/utils@7.21.0":
version "7.21.0"
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-7.21.0.tgz#50d841990953ea1ff006c2776e997620d091790f"
integrity sha512-Dn9zsPOfz1kbBua8KSYUPrka31Lh+am9BVJWnzqzGbALthf134oUTbp2vcwpMyEW7NxX+4Qd+36BvTzapfRINQ==
dependencies:
"@sentry/types" "7.20.1"
"@sentry/types" "7.21.0"
tslib "^1.9.3"

"@sentry/[email protected]":
Expand Down

0 comments on commit 71d2b25

Please sign in to comment.