Skip to content

Commit

Permalink
Update dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Feb 5, 2024
1 parent d1fface commit b9b37b6
Show file tree
Hide file tree
Showing 5 changed files with 495 additions and 367 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -43,4 +43,4 @@ jobs:
cache: npm
- run: npm ci
- run: npm test
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
4 changes: 2 additions & 2 deletions .github/workflows/website.yml
Expand Up @@ -20,8 +20,8 @@ jobs:
node-version: 20
- run: npm ci
- run: npm run docs
- uses: actions/upload-pages-artifact@v2
- uses: actions/upload-pages-artifact@v3
with:
path: public
- uses: actions/deploy-pages@v2
- uses: actions/deploy-pages@v4
id: deployment
5 changes: 4 additions & 1 deletion docs/_asset/editor.jsx
Expand Up @@ -210,7 +210,10 @@ function Playground() {
})

return (
<ErrorBoundary FallbackComponent={ErrorFallback} resetKeys={[value]}>
<ErrorBoundary
FallbackComponent={ErrorFallback}
resetKeys={[value]}
>
<div className="playground-result">{mod.default({})}</div>
</ErrorBoundary>
)
Expand Down

0 comments on commit b9b37b6

Please sign in to comment.