Skip to content

Commit

Permalink
Bump Emotion (#43018)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 23, 2024
1 parent dad4819 commit 53d492c
Show file tree
Hide file tree
Showing 10 changed files with 207 additions and 200 deletions.
4 changes: 2 additions & 2 deletions benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"dependencies": {
"@babel/runtime": "^7.24.8",
"@chakra-ui/system": "^2.6.2",
"@emotion/react": "^11.11.4",
"@emotion/react": "^11.13.0",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.5",
"@emotion/styled": "^11.13.0",
"@mui/material": "workspace:^",
"@mui/styles": "workspace:^",
"@mui/system": "workspace:^",
Expand Down
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"@babel/runtime": "^7.24.8",
"@babel/runtime-corejs2": "^7.24.8",
"@docsearch/react": "^3.6.1",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.4",
"@emotion/cache": "^11.13.0",
"@emotion/react": "^11.13.0",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.5",
"@emotion/styled": "^11.13.0",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
Expand Down
4 changes: 2 additions & 2 deletions packages-internal/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"@babel/preset-typescript": "^7.24.7",
"@babel/register": "^7.24.6",
"@babel/runtime": "^7.24.8",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.4",
"@emotion/cache": "^11.13.0",
"@emotion/react": "^11.13.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-envinfo/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "1.0.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@mui/base": "5.0.0-beta.30",
"@mui/joy": "5.0.0-beta.22",
"@mui/material": "5.15.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-material-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"@babel/runtime": "^7.24.8"
},
"devDependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.4",
"@emotion/cache": "^11.13.0",
"@emotion/react": "^11.13.0",
"@emotion/server": "^11.11.0",
"@types/react": "^18.3.3",
"next": "13.5.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/mui-styled-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
},
"dependencies": {
"@babel/runtime": "^7.24.8",
"@emotion/cache": "^11.11.0",
"@emotion/cache": "^11.13.0",
"csstype": "^3.1.3",
"prop-types": "^15.8.1"
},
"devDependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@mui/internal-test-utils": "workspace:^",
"@mui/styled-engine": "workspace:*",
"@types/chai": "^4.3.16",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@babel/runtime": "^7.24.8",
"@emotion/hash": "^0.9.1",
"@emotion/hash": "^0.9.2",
"@mui/private-theming": "workspace:*",
"@mui/types": "workspace:^",
"@mui/utils": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"prop-types": "^15.8.1"
},
"devDependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@mui/internal-babel-macros": "workspace:^",
"@mui/internal-test-utils": "workspace:^",
"@mui/system": "workspace:*",
Expand Down
369 changes: 188 additions & 181 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
},
"devDependencies": {
"@babel/runtime": "^7.24.8",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.4",
"@emotion/cache": "^11.13.0",
"@emotion/react": "^11.13.0",
"@mui/base": "workspace:*",
"@mui/icons-material": "workspace:^",
"@mui/internal-test-utils": "workspace:^",
Expand Down

0 comments on commit 53d492c

Please sign in to comment.