Skip to content

Commit

Permalink
fix: manually bump Sentry, allow automatic updates again
Browse files Browse the repository at this point in the history
Version 8.22 caused issues for us, see:

getsentry/sentry-javascript#13187

This should be fixed now, so upgrade to 8.23 and allow automatic updating
again.

RISDEV-0000
  • Loading branch information
andreasphil committed Aug 6, 2024
1 parent cab7638 commit ba4db4c
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 58 deletions.
112 changes: 56 additions & 56 deletions frontend/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 frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@codemirror/lang-xml": "~6.1.0",
"@sentry/vue": "8.20.0",
"@sentry/vue": "~8.23.0",
"@types/lodash.sortby": "~4.7.9",
"@types/uuid": "~10.0.0",
"@vueuse/core": "~10.10.0",
Expand Down
2 changes: 1 addition & 1 deletion renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"enabled": true,
"automerge": true
},
"ignoreDeps": ["io.spring.dependency-management", "org.springframework.boot", "@sentry/vue"],
"ignoreDeps": ["io.spring.dependency-management", "org.springframework.boot"],
"packageRules": [
{
"matchUpdateTypes": [
Expand Down

0 comments on commit ba4db4c

Please sign in to comment.