Skip to content

Commit

Permalink
Bump @sentry/react from 7.111.0 to 8.13.0 in /assets (#385)
Browse files Browse the repository at this point in the history
* Bump @sentry/react from 7.111.0 to 8.13.0 in /assets

Bumps [@sentry/react](https://github.com/getsentry/sentry-javascript) from 7.111.0 to 8.13.0.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md)
- [Commits](getsentry/sentry-javascript@7.111.0...8.13.0)

---
updated-dependencies:
- dependency-name: "@sentry/react"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: issue with react jsx runtime import

facebook/react#20235 (comment)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: sloane <1699281+sloanelybutsurely@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and sloanelybutsurely committed Jul 3, 2024
1 parent 965a2ff commit 2b36f09
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 157 deletions.
226 changes: 70 additions & 156 deletions assets/package-lock.json

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

2 changes: 1 addition & 1 deletion assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@fullstory/browser": "^2.0.4",
"@heroicons/react": "^2.1.4",
"@sentry/fullstory": "^3.0.0",
"@sentry/react": "^7.14.0",
"@sentry/react": "^8.13.0",
"bootstrap": "^5.1.3",
"classnames": "^2.5.1",
"date-fns": "^3.6.0",
Expand Down
5 changes: 5 additions & 0 deletions assets/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ module.exports = (env, options) => ({
Models: path.resolve(__dirname, "js/models"),
Utils: path.resolve(__dirname, "js/utils"),
Constants: path.resolve(__dirname, "js/constants"),
// Fix issue with React JSX rutime export
// https://github.com/facebook/react/issues/20235#issuecomment-732205073
// This is fixed in later versions of react so this can be removed when
// upgrading react. Keeping it in shouldn't hurt anything.
"react/jsx-runtime": require.resolve("react/jsx-runtime"),
},
},
plugins: [
Expand Down

0 comments on commit 2b36f09

Please sign in to comment.