Skip to content

Commit 5bb4c29

Browse files
Better fix: Upgrade @codesandbox/sandpack-react to v2.20.0
- Upgraded from 2.13.5 to 2.20.0 which natively supports React 19 - Removed .npmrc workaround - no longer needed - This is a proper solution instead of using legacy-peer-deps
1 parent 39fcd32 commit 5bb4c29

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"dependencies": {
2929
"@babel/types": "7.28.5",
30-
"@codesandbox/sandpack-react": "2.13.5",
30+
"@codesandbox/sandpack-react": "^2.20.0",
3131
"@docsearch/css": "^3.8.3",
3232
"@docsearch/react": "^3.8.3",
3333
"@headlessui/react": "^1.7.0",

0 commit comments

Comments
 (0)