Skip to content

Commit

Permalink
fix(deps): bump styled-components and @mui/styled-engine-sc
Browse files Browse the repository at this point in the history
Bumps [styled-components](https://github.com/styled-components/styled-components) and [@mui/styled-engine-sc](https://github.com/mui/material-ui/tree/HEAD/packages/mui-styled-engine-sc). These dependencies needed to be updated together.

Updates `styled-components` from 5.3.11 to 6.1.13
- [Release notes](https://github.com/styled-components/styled-components/releases)
- [Commits](styled-components/styled-components@v5.3.11...v6.1.13)

Updates `@mui/styled-engine-sc` from 5.14.12 to 6.0.2
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v6.0.2/packages/mui-styled-engine-sc)

---
updated-dependencies:
- dependency-name: styled-components
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@mui/styled-engine-sc"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 10, 2024
1 parent 11fb9ef commit f1745dc
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 76 deletions.
135 changes: 61 additions & 74 deletions apps/imageHotspotCreator/package-lock.json

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

4 changes: 2 additions & 2 deletions apps/imageHotspotCreator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@mui/styled-engine-sc": "^5.12.0",
"@mui/styled-engine-sc": "^6.0.2",
"axios": "^1.7.7",
"clone-deep": "^4.0.1",
"contentful": "^10.15.0",
Expand All @@ -25,7 +25,7 @@
"react-image-crop": "^11.0.7",
"react-magic-dropzone": "^1.0.1",
"react-scripts": "5.0.1",
"styled-components": "5.3.11"
"styled-components": "6.1.13"
},
"scripts": {
"start": "cross-env BROWSER=none react-scripts start",
Expand Down

0 comments on commit f1745dc

Please sign in to comment.