Skip to content

Commit

Permalink
fix service-worker registration error
Browse files Browse the repository at this point in the history
  • Loading branch information
codewithcheese committed Feb 22, 2024
1 parent 1e9b72a commit 86147f5
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,11 @@
"@playwright/test": "^1.41.2",
"@types/node": "^20.11.17",
"vitest": "0.34.6"
},

"pnpm": {
"overrides": {
"@codesandbox/sandpack-react@^2.12.1>@codesandbox/sandpack-client": "2.10.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/performer.dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "next start"
},
"dependencies": {
"@codesandbox/sandpack-react": "^2.12.1",
"@codesandbox/sandpack-react": "2.12.1",
"@fontsource-variable/inter": "^5.0.16",
"@fontsource-variable/source-code-pro": "^5.0.17",
"@performer/playground": "workspace:*",
Expand Down
17 changes: 15 additions & 2 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 86147f5

Please sign in to comment.