Skip to content

Commit

Permalink
build(deps): bump the ui-prod-deps group in /ui with 3 updates
Browse files Browse the repository at this point in the history
Bumps the ui-prod-deps group in /ui with 3 updates: [@emotion/react](https://github.com/emotion-js/emotion), [@emotion/styled](https://github.com/emotion-js/emotion) and [react-use](https://github.com/streamich/react-use).


Updates `@emotion/react` from 11.11.4 to 11.13.0
- [Release notes](https://github.com/emotion-js/emotion/releases)
- [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/emotion-js/emotion/compare/@emotion/[email protected]...@emotion/[email protected])

Updates `@emotion/styled` from 11.11.5 to 11.13.0
- [Release notes](https://github.com/emotion-js/emotion/releases)
- [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/emotion-js/emotion/compare/@emotion/[email protected]...@emotion/[email protected])

Updates `react-use` from 17.5.0 to 17.5.1
- [Release notes](https://github.com/streamich/react-use/releases)
- [Changelog](https://github.com/streamich/react-use/blob/master/CHANGELOG.md)
- [Commits](streamich/react-use@v17.5.0...v17.5.1)

---
updated-dependencies:
- dependency-name: "@emotion/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ui-prod-deps
- dependency-name: "@emotion/styled"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ui-prod-deps
- dependency-name: react-use
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ui-prod-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Zxilly committed Jul 22, 2024
1 parent 0f9ddcd commit 9b24acf
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 110 deletions.
6 changes: 3 additions & 3 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"test": "vitest run"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@mui/material": "^5.16.4",
"@types/lodash.memoize": "^4.1.9",
"d3-array": "^3.2.4",
Expand All @@ -25,7 +25,7 @@
"lodash.memoize": "^4.1.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-use": "^17.5.0"
"react-use": "^17.5.1"
},
"devDependencies": {
"@antfu/eslint-config": "^2.23.1",
Expand Down
Loading

0 comments on commit 9b24acf

Please sign in to comment.