diff --git a/beta/package.json b/beta/package.json index 22c2d77f..827e5205 100644 --- a/beta/package.json +++ b/beta/package.json @@ -22,7 +22,7 @@ "check-all": "npm-run-all prettier lint:fix tsc" }, "dependencies": { - "@codesandbox/sandpack-react": "0.13.16-experimental.0", + "@codesandbox/sandpack-react": "v0.14.3-experimental.0", "@docsearch/css": "3.0.0-alpha.41", "@docsearch/react": "3.0.0-alpha.41", "@headlessui/react": "^1.3.0", diff --git a/beta/yarn.lock b/beta/yarn.lock index f85fc48a..0b9b6afc 100644 --- a/beta/yarn.lock +++ b/beta/yarn.lock @@ -547,18 +547,18 @@ style-mod "^4.0.0" w3c-keyname "^2.2.4" -"@codesandbox/sandpack-client@^0.13.16-experimental.0": - version "0.13.16-experimental.0" - resolved "https://registry.yarnpkg.com/@codesandbox/sandpack-client/-/sandpack-client-0.13.16-experimental.0.tgz#c8ef9e56e0cc2c264412f0e79cbc14f2e04c4479" - integrity sha512-n32sFGug1OksZR/4O7I9YYRs/p4JuVvjGPjf4xnDImKfs+butW9sLT8QzCfhad8QLfSGdzBHIyXPWrFe/zilvQ== +"@codesandbox/sandpack-client@^0.14.3-experimental.0": + version "0.14.3-experimental.0" + resolved "https://registry.yarnpkg.com/@codesandbox/sandpack-client/-/sandpack-client-0.14.3-experimental.0.tgz#1e4643e5d635528623edc8d45de582784aea4d1d" + integrity sha512-7KWOV4mPcQQ0TUheCZV0AC0R51DrtfQysvYCvD8iYJh3f59qBFp8JA3OT0Ffgu27ej/AV5kuXHvFOCGvUD/LwA== dependencies: codesandbox-import-utils "^1.2.3" lodash.isequal "^4.5.0" -"@codesandbox/sandpack-react@0.13.16-experimental.0": - version "0.13.16-experimental.0" - resolved "https://registry.yarnpkg.com/@codesandbox/sandpack-react/-/sandpack-react-0.13.16-experimental.0.tgz#e8982aabc4a584e1ee261cd19606b9531be471f8" - integrity sha512-nXxwTwAA42b3AG2Lx6Mqi+yncG8BIACpXjau619KJQFqeoAkc6e2n0D5oYO/qrIean1CntB95xWfvSNbFX8K1Q== +"@codesandbox/sandpack-react@v0.14.3-experimental.0": + version "0.14.3-experimental.0" + resolved "https://registry.yarnpkg.com/@codesandbox/sandpack-react/-/sandpack-react-0.14.3-experimental.0.tgz#7e60e9d6beabe9de2c727a6110297d0c77c5b85d" + integrity sha512-weZX+J/zit3XnC1n7Sx/c5KgZN+J+OcyQNPajlDRfZD5X2n/CCLqJtkUdHnf/CXKaqcapWzBkeOnZtAEojSJMQ== dependencies: "@code-hike/classer" "^0.0.0-aa6efee" "@codemirror/closebrackets" "^0.19.0" @@ -574,7 +574,7 @@ "@codemirror/matchbrackets" "^0.19.3" "@codemirror/state" "^0.19.6" "@codemirror/view" "^0.19.32" - "@codesandbox/sandpack-client" "^0.13.16-experimental.0" + "@codesandbox/sandpack-client" "^0.14.3-experimental.0" "@react-hook/intersection-observer" "^3.1.1" codesandbox-import-util-types "^2.2.3" codesandbox-import-utils "^2.2.3"