Skip to content

Commit

Permalink
Bump csstype to ^3.1.0 (#32864)
Browse files Browse the repository at this point in the history
Co-authored-by: Michał Dudak <michal@dudak.me>
  • Loading branch information
renovate[bot] and michaldudak committed May 31, 2022
1 parent 6655e02 commit 98e8b20
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/mui-joy/package.json
Expand Up @@ -62,7 +62,7 @@
"@mui/types": "^7.1.3",
"@mui/utils": "^5.8.0",
"clsx": "^1.1.1",
"csstype": "^3.0.11",
"csstype": "^3.1.0",
"hoist-non-react-statics": "^3.3.2",
"prop-types": "^15.8.1",
"react-is": "^17.0.2"
Expand Down
1 change: 1 addition & 0 deletions packages/mui-joy/src/AspectRatio/AspectRatio.tsx
Expand Up @@ -184,6 +184,7 @@ AspectRatio.propTypes /* remove-proptypes */ = {
'inherit',
'initial',
'none',
'revert-layer',
'revert',
'scale-down',
'unset',
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material-next/package.json
Expand Up @@ -67,7 +67,7 @@
"@popperjs/core": "^2.11.5",
"@types/react-transition-group": "^4.4.4",
"clsx": "^1.1.1",
"csstype": "^3.0.11",
"csstype": "^3.1.0",
"hoist-non-react-statics": "^3.3.2",
"prop-types": "^15.8.1",
"react-is": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material/package.json
Expand Up @@ -67,7 +67,7 @@
"@mui/utils": "^5.8.0",
"@types/react-transition-group": "^4.4.4",
"clsx": "^1.1.1",
"csstype": "^3.0.11",
"csstype": "^3.1.0",
"hoist-non-react-statics": "^3.3.2",
"prop-types": "^15.8.1",
"react-is": "^17.0.2",
Expand Down
1 change: 1 addition & 0 deletions packages/mui-material/src/styles/createTypography.spec.ts
Expand Up @@ -17,6 +17,7 @@ import { expectType } from '@mui/types';
| 'inherit'
| 'initial'
| 'revert'
| 'revert-layer'
| 'unset'
| 'italic'
| 'normal'
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-styles/package.json
Expand Up @@ -53,7 +53,7 @@
"@mui/types": "^7.1.3",
"@mui/utils": "^5.8.0",
"clsx": "^1.1.1",
"csstype": "^3.0.11",
"csstype": "^3.1.0",
"hoist-non-react-statics": "^3.3.2",
"jss": "^10.8.2",
"jss-plugin-camel-case": "^10.8.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-system/package.json
Expand Up @@ -62,7 +62,7 @@
"@mui/types": "^7.1.3",
"@mui/utils": "^5.8.0",
"clsx": "^1.1.1",
"csstype": "^3.0.11",
"csstype": "^3.1.0",
"prop-types": "^15.8.1"
},
"sideEffects": false,
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -6237,10 +6237,10 @@ csstype@3.0.9:
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.9.tgz#6410af31b26bd0520933d02cbc64fce9ce3fbf0b"
integrity sha512-rpw6JPxK6Rfg1zLOYCSwle2GFOOsnjmDYDaBwEcwoOg4qlsIVCN789VkBZDJAGi4T07gI4YSutR43t9Zz4Lzuw==

csstype@^3.0.10, csstype@^3.0.11, csstype@^3.0.2:
version "3.0.11"
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.11.tgz#d66700c5eacfac1940deb4e3ee5642792d85cd33"
integrity sha512-sa6P2wJ+CAbgyy4KFssIb/JNMLxFvKF1pCYCSXS8ZMuqZnMsrxqI2E5sPyoTpxoPU/gVZMzr2zjOfg8GIZOMsw==
csstype@^3.0.10, csstype@^3.0.2, csstype@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.0.tgz#4ddcac3718d787cf9df0d1b7d15033925c8f29f2"
integrity sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA==

custom-event@~1.0.0:
version "1.0.1"
Expand Down

0 comments on commit 98e8b20

Please sign in to comment.