Skip to content

Commit

Permalink
fix(docs): update deps (#1167)
Browse files Browse the repository at this point in the history
  • Loading branch information
danilowoz authored Jul 25, 2024
1 parent 19e617b commit 768374b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/codesandbox-theme-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"dependencies": {
"@codemirror/legacy-modes": "^6.3.1",
"@codesandbox/sandpack-react": "^2.0.24",
"@codesandbox/sandpack-react": "^2.18.1",
"@codesandbox/sandpack-themes": "^2.0.21",
"@headlessui/react": "^1.6.6",
"@mdx-js/react": "^2.1.2",
Expand Down
2 changes: 1 addition & 1 deletion website/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test-docs": "alex pages/**/"
},
"dependencies": {
"@codesandbox/sandpack-react": "^2.18.0",
"@codesandbox/sandpack-react": "^2.18.1",
"@codesandbox/sandpack-themes": "^2.0.1",
"@radix-ui/react-tabs": "^1.0.1",
"amplitude-js": "^8.13.0",
Expand Down
2 changes: 1 addition & 1 deletion website/docs/src/components/CodeBlock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const CodeBlock: React.FC<{
const sandpackProps = {
customSetup: {
dependencies: {
"@codesandbox/sandpack-react": "2.18.0",
"@codesandbox/sandpack-react": "2.18.1",
"@codesandbox/sandpack-themes": "latest",
},
},
Expand Down

0 comments on commit 768374b

Please sign in to comment.