Skip to content

Commit

Permalink
Update Spectral to address CVE-2024-39338
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorreece committed Aug 15, 2024
1 parent 73cf91d commit 16abf8c
Show file tree
Hide file tree
Showing 5 changed files with 525 additions and 83 deletions.
4 changes: 2 additions & 2 deletions example-embedded-app/package-lock.json

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

3 changes: 2 additions & 1 deletion example-embedded-app/pages/examples/custom-ui-elements.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,9 @@ function CustomUiElements() {
: "primary"
}
onClick={() =>
prismatic.configureIntegration({
prismatic.configureInstance({
integrationName: integration.name,
skipRedirectOnRemove: true,
theme: "LIGHT",
usePopover: true,
screenConfiguration: {
Expand Down
Loading

0 comments on commit 16abf8c

Please sign in to comment.