Skip to content

Commit e5174d6

Browse files
⬆️ Update dependency @codesandbox/sandpack-react to ^2.14.2 (#5051)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@codesandbox/sandpack-react](https://togithub.com/codesandbox/sandpack) | [`^2.14.1` -> `^2.14.2`](https://renovatebot.com/diffs/npm/@codesandbox%2fsandpack-react/2.14.1/2.14.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@codesandbox%2fsandpack-react/2.14.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@codesandbox%2fsandpack-react/2.14.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@codesandbox%2fsandpack-react/2.14.1/2.14.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@codesandbox%2fsandpack-react/2.14.1/2.14.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>codesandbox/sandpack (@&#8203;codesandbox/sandpack-react)</summary> ### [`v2.14.2`](https://togithub.com/codesandbox/sandpack/blob/HEAD/CHANGELOG.md#2142-2024-06-06) [Compare Source](https://togithub.com/codesandbox/sandpack/compare/v2.14.1...v2.14.2) ##### Bug Fixes - **export:** normalize files and pass template ([#&#8203;1145](https://togithub.com/codesandbox/sandpack/issues/1145)) ([c3bc09d](https://togithub.com/codesandbox/sandpack/commit/c3bc09d11a0cf492c5211bf25d5916685aeae170)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/dubzzz/fast-check). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent efbf594 commit e5174d6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"typecheck": "tsc --noEmit"
1616
},
1717
"dependencies": {
18-
"@codesandbox/sandpack-react": "^2.14.1",
18+
"@codesandbox/sandpack-react": "^2.14.2",
1919
"@codesandbox/sandpack-themes": "^2.0.21",
2020
"@docusaurus/core": "3.4.0",
2121
"@docusaurus/plugin-pwa": "3.4.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1864,9 +1864,9 @@ __metadata:
18641864
languageName: node
18651865
linkType: hard
18661866

1867-
"@codesandbox/sandpack-react@npm:^2.14.1":
1868-
version: 2.14.1
1869-
resolution: "@codesandbox/sandpack-react@npm:2.14.1"
1867+
"@codesandbox/sandpack-react@npm:^2.14.2":
1868+
version: 2.14.2
1869+
resolution: "@codesandbox/sandpack-react@npm:2.14.2"
18701870
dependencies:
18711871
"@codemirror/autocomplete": "npm:^6.4.0"
18721872
"@codemirror/commands": "npm:^6.1.3"
@@ -1890,7 +1890,7 @@ __metadata:
18901890
peerDependencies:
18911891
react: ^16.8.0 || ^17 || ^18
18921892
react-dom: ^16.8.0 || ^17 || ^18
1893-
checksum: 10c0/e8a2aecbb0806f28bf134996a39d0cde85587f11f9a6313b5e51cb30a2f5d2ed8eb273f6e025cd2c7260df3aa6614433bae65b6bcafbeb1ab00dfcc34f43c41a
1893+
checksum: 10c0/cf93858ddbf4f6535f6f54139a9a0736712780472da7fb5f238c76ad744ea1cd5965c3ee3cb26a1dd2d2f28c1c068267e412d0a0d394527acf3fb7faa651a2a4
18941894
languageName: node
18951895
linkType: hard
18961896

@@ -19318,7 +19318,7 @@ __metadata:
1931819318
version: 0.0.0-use.local
1931919319
resolution: "website@workspace:website"
1932019320
dependencies:
19321-
"@codesandbox/sandpack-react": "npm:^2.14.1"
19321+
"@codesandbox/sandpack-react": "npm:^2.14.2"
1932219322
"@codesandbox/sandpack-themes": "npm:^2.0.21"
1932319323
"@docusaurus/core": "npm:3.4.0"
1932419324
"@docusaurus/module-type-aliases": "npm:3.4.0"

0 commit comments

Comments
 (0)