Skip to content

Commit

Permalink
⬆️ Update dependency @codesandbox/sandpack-react to ^2.14.2 (#5051)
Browse files Browse the repository at this point in the history
[![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>
  • Loading branch information
renovate[bot] authored Jun 6, 2024
1 parent efbf594 commit e5174d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@codesandbox/sandpack-react": "^2.14.1",
"@codesandbox/sandpack-react": "^2.14.2",
"@codesandbox/sandpack-themes": "^2.0.21",
"@docusaurus/core": "3.4.0",
"@docusaurus/plugin-pwa": "3.4.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1864,9 +1864,9 @@ __metadata:
languageName: node
linkType: hard

"@codesandbox/sandpack-react@npm:^2.14.1":
version: 2.14.1
resolution: "@codesandbox/sandpack-react@npm:2.14.1"
"@codesandbox/sandpack-react@npm:^2.14.2":
version: 2.14.2
resolution: "@codesandbox/sandpack-react@npm:2.14.2"
dependencies:
"@codemirror/autocomplete": "npm:^6.4.0"
"@codemirror/commands": "npm:^6.1.3"
Expand All @@ -1890,7 +1890,7 @@ __metadata:
peerDependencies:
react: ^16.8.0 || ^17 || ^18
react-dom: ^16.8.0 || ^17 || ^18
checksum: 10c0/e8a2aecbb0806f28bf134996a39d0cde85587f11f9a6313b5e51cb30a2f5d2ed8eb273f6e025cd2c7260df3aa6614433bae65b6bcafbeb1ab00dfcc34f43c41a
checksum: 10c0/cf93858ddbf4f6535f6f54139a9a0736712780472da7fb5f238c76ad744ea1cd5965c3ee3cb26a1dd2d2f28c1c068267e412d0a0d394527acf3fb7faa651a2a4
languageName: node
linkType: hard

Expand Down Expand Up @@ -19318,7 +19318,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "website@workspace:website"
dependencies:
"@codesandbox/sandpack-react": "npm:^2.14.1"
"@codesandbox/sandpack-react": "npm:^2.14.2"
"@codesandbox/sandpack-themes": "npm:^2.0.21"
"@docusaurus/core": "npm:3.4.0"
"@docusaurus/module-type-aliases": "npm:3.4.0"
Expand Down

0 comments on commit e5174d6

Please sign in to comment.