From c5edf4ace748b3e9c1407518b6bcaa3718fec098 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 11:48:43 -0600 Subject: [PATCH] chore(deps/npm): bump @codesandbox/sandpack-react from 2.9.0 to 2.10.0 (#49) Bumps [@codesandbox/sandpack-react](https://github.com/codesandbox/sandpack) from 2.9.0 to 2.10.0. - [Release notes](https://github.com/codesandbox/sandpack/releases) - [Changelog](https://github.com/codesandbox/sandpack/blob/main/CHANGELOG.md) - [Commits](https://github.com/codesandbox/sandpack/compare/v2.9.0...v2.10.0) --- updated-dependencies: - dependency-name: "@codesandbox/sandpack-react" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 11521d6..4c6b750 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "mobi-react-workshop", "version": "0.1.0", "dependencies": { - "@codesandbox/sandpack-react": "^2.9.0", + "@codesandbox/sandpack-react": "^2.10.0", "@mdx-js/loader": "^3.0.0", "@mdx-js/react": "^3.0.0", "@next/mdx": "^14.0.2", @@ -186,9 +186,9 @@ } }, "node_modules/@codesandbox/sandpack-client": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/@codesandbox/sandpack-client/-/sandpack-client-2.9.0.tgz", - "integrity": "sha512-KkG/YusBsL0RnI3P079cckHrRleLaGQVM5Plzn6xWOPM04Dce52MMkr6XIU77ZMjZm/zZ5pmgXLW7M6HoyIy/A==", + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/@codesandbox/sandpack-client/-/sandpack-client-2.10.0.tgz", + "integrity": "sha512-1vLN0j8ElzTmTG43yoBj1dsOyuw6SqRH9rRa13D32jtM4v2qPFLWIFElcyNpH/YbWsCRZTUCN6ku6U4Yw/Xdvg==", "dependencies": { "@codesandbox/nodebox": "0.1.8", "buffer": "^6.0.3", @@ -198,9 +198,9 @@ } }, "node_modules/@codesandbox/sandpack-react": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/@codesandbox/sandpack-react/-/sandpack-react-2.9.0.tgz", - "integrity": "sha512-A0quGugVyWbRktpdq2Nc6W1+XV0QnHq1lbqDCHAs2ijfWxvhhNaqMr6lWDaG/NTUGRNLUNETbipcNaBeC0dxhw==", + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/@codesandbox/sandpack-react/-/sandpack-react-2.10.0.tgz", + "integrity": "sha512-XDUOJMPp97FK9YUjHlgFQQqWJY77ih215wFz2CWEzJTalRIM6yneexcTs62Jv1VtgHmRkUxdsgZPqT6KCqKAEA==", "dependencies": { "@codemirror/autocomplete": "^6.4.0", "@codemirror/commands": "^6.1.3", @@ -210,7 +210,7 @@ "@codemirror/language": "^6.3.2", "@codemirror/state": "^6.2.0", "@codemirror/view": "^6.7.1", - "@codesandbox/sandpack-client": "^2.9.0", + "@codesandbox/sandpack-client": "^2.10.0", "@lezer/highlight": "^1.1.3", "@react-hook/intersection-observer": "^3.1.1", "@stitches/core": "^1.2.6", diff --git a/package.json b/package.json index e0c3236..f2e01c0 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "lint:fix": "npm run lint -- --fix" }, "dependencies": { - "@codesandbox/sandpack-react": "^2.9.0", + "@codesandbox/sandpack-react": "^2.10.0", "@mdx-js/loader": "^3.0.0", "@mdx-js/react": "^3.0.0", "@next/mdx": "^14.0.2",