Skip to content

Commit 0819701

Browse files
authored
Merge pull request #47 from reactjs/sync-5de85198
2 parents bcf223d + 0b1a4b7 commit 0819701

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"check-all": "npm-run-all prettier lint:fix tsc"
2323
},
2424
"dependencies": {
25-
"@codesandbox/sandpack-react": "2.13.4",
25+
"@codesandbox/sandpack-react": "2.13.5",
2626
"@docsearch/css": "3.0.0-alpha.41",
2727
"@docsearch/react": "3.0.0-alpha.41",
2828
"@headlessui/react": "^1.7.0",

vercel.json

+5
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@
5555
"destination": "/warnings/invalid-aria-prop",
5656
"permanent": false
5757
},
58+
{
59+
"source": "/link/hydration-mismatch",
60+
"destination": "/reference/react-dom/client/hydrateRoot#hydrating-server-rendered-html",
61+
"permanent": false
62+
},
5863
{
5964
"source": "/link/switch-to-createroot",
6065
"destination": "/blog/2022/03/08/react-18-upgrade-guide#updates-to-client-rendering-apis",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -630,10 +630,10 @@
630630
outvariant "1.4.0"
631631
static-browser-server "1.0.3"
632632

633-
"@codesandbox/[email protected].4":
634-
version "2.13.4"
635-
resolved "https://registry.yarnpkg.com/@codesandbox/sandpack-react/-/sandpack-react-2.13.4.tgz#d079da898e54a5546cfbeea13e4c3549b20f58a6"
636-
integrity sha512-lgfcOwWAA+JKztLL5fwZ89389WvBMBl2R2BwE+RfnYKLIfgZ2UGH2Kifly4pam2iFqIzxPER7rYZJh/keSJQbg==
633+
"@codesandbox/[email protected].5":
634+
version "2.13.5"
635+
resolved "https://registry.yarnpkg.com/@codesandbox/sandpack-react/-/sandpack-react-2.13.5.tgz#bc4b3fe43b74fdb011f69d3d9a117415110c709e"
636+
integrity sha512-MWzh2P/Asck0JSCKY3y7WecdUBBEqB0NFi4p+ohoZMTYqHWTaYfd7nbPlNmGIE1xcGppSZEqPVDjOpAfeQ0zFw==
637637
dependencies:
638638
"@codemirror/autocomplete" "^6.4.0"
639639
"@codemirror/commands" "^6.1.3"

0 commit comments

Comments
 (0)