Skip to content

Commit

Permalink
chore(deps): bump the production-dependencies group across 1 director…
Browse files Browse the repository at this point in the history
…y with 7 updates (#334)

Bumps the production-dependencies group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@codesandbox/sandpack-react](https://github.com/codesandbox/sandpack) | `2.13.7` | `2.13.10` |
| [cypress](https://github.com/cypress-io/cypress) | `13.7.1` | `13.8.1` |
| [isomorphic-dompurify](https://github.com/kkomelin/isomorphic-dompurify) | `2.6.0` | `2.9.0` |
| [marked](https://github.com/markedjs/marked) | `12.0.1` | `12.0.2` |
| [next](https://github.com/vercel/next.js) | `14.1.4` | `14.2.3` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.2.0` | `18.3.1` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.2.0` | `18.3.1` |



Updates `@codesandbox/sandpack-react` from 2.13.7 to 2.13.10
- [Release notes](https://github.com/codesandbox/sandpack/releases)
- [Changelog](https://github.com/codesandbox/sandpack/blob/main/CHANGELOG.md)
- [Commits](codesandbox/sandpack@v2.13.7...v2.13.10)

Updates `cypress` from 13.7.1 to 13.8.1
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v13.7.1...v13.8.1)

Updates `isomorphic-dompurify` from 2.6.0 to 2.9.0
- [Release notes](https://github.com/kkomelin/isomorphic-dompurify/releases)
- [Commits](kkomelin/isomorphic-dompurify@v2.6.0...v2.9.0)

Updates `marked` from 12.0.1 to 12.0.2
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](markedjs/marked@v12.0.1...v12.0.2)

Updates `next` from 14.1.4 to 14.2.3
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v14.1.4...v14.2.3)

Updates `react` from 18.2.0 to 18.3.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react)

Updates `react-dom` from 18.2.0 to 18.3.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react-dom)

---
updated-dependencies:
- dependency-name: "@codesandbox/sandpack-react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: cypress
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: isomorphic-dompurify
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: marked
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent b9107b2 commit 0071458
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 92 deletions.
180 changes: 95 additions & 85 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@
"lint-staged": "lint-staged"
},
"dependencies": {
"@codesandbox/sandpack-react": "^2.13.7",
"@codesandbox/sandpack-react": "^2.13.10",
"@codesandbox/sandpack-themes": "^2.0.21",
"airtable": "^0.12.2",
"check-node-version": "^4.2.1",
"cypress": "^13.7.1",
"cypress": "^13.8.1",
"cypress-axe": "^1.5.0",
"cypress-each": "^1.14.0",
"isomorphic-dompurify": "^2.6.0",
"marked": "^12.0.1",
"next": "^14.1.4",
"react": "18.2.0",
"react-dom": "18.2.0"
"isomorphic-dompurify": "^2.9.0",
"marked": "^12.0.2",
"next": "^14.2.3",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.5",
Expand Down

0 comments on commit 0071458

Please sign in to comment.