Skip to content

Commit

Permalink
Bump csstype to ^3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 19, 2024
1 parent 4b0edc9 commit 7c06956
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 33 deletions.
2 changes: 1 addition & 1 deletion packages/mui-material/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@mui/utils": "workspace:^",
"@types/react-transition-group": "^4.4.10",
"clsx": "^2.1.0",
"csstype": "^3.1.2",
"csstype": "^3.1.3",
"prop-types": "^15.8.1",
"react-is": "^18.2.0",
"react-transition-group": "^4.4.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-styled-engine-sc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@babel/runtime": "^7.23.8",
"csstype": "^3.1.2",
"csstype": "^3.1.3",
"hoist-non-react-statics": "^3.3.2",
"prop-types": "^15.8.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-styled-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@babel/runtime": "^7.23.8",
"@emotion/cache": "^11.11.0",
"csstype": "^3.1.2",
"csstype": "^3.1.3",
"prop-types": "^15.8.1"
},
"devDependencies": {
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 @@ -44,7 +44,7 @@
"@mui/types": "workspace:^",
"@mui/utils": "workspace:^",
"clsx": "^2.1.0",
"csstype": "^3.1.2",
"csstype": "^3.1.3",
"hoist-non-react-statics": "^3.3.2",
"jss": "^10.10.0",
"jss-plugin-camel-case": "^10.10.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@mui/types": "workspace:^",
"@mui/utils": "workspace:^",
"clsx": "^2.1.0",
"csstype": "^3.1.2",
"csstype": "^3.1.3",
"prop-types": "^15.8.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/zero-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"typecheck": "tsc --noEmit -p ."
},
"dependencies": {
"csstype": "^3.1.2",
"csstype": "^3.1.3",
"cssesc": "^3.0.0",
"clsx": "^2.1.0",
"@babel/core": "^7.23.7",
Expand Down
57 changes: 30 additions & 27 deletions pnpm-lock.yaml

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

0 comments on commit 7c06956

Please sign in to comment.