Skip to content

Commit

Permalink
fix: pin ajv to 8.14.0, as 8.15.0 is broken (#6607)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessioGr authored Jun 4, 2024
1 parent 4fddea8 commit 4a54aa7
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 54 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,6 @@
},
"dependencies": {
"@sentry/react": "^7.77.0",
"ajv": "^8.12.0"
"ajv": "8.14.0"
}
}
80 changes: 27 additions & 53 deletions pnpm-lock.yaml

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

0 comments on commit 4a54aa7

Please sign in to comment.