@mui/utils
Advanced tools
Comparing version 5.14.9 to 5.14.10
@@ -7,3 +7,4 @@ 'use client'; | ||
/** | ||
* https://github.com/facebook/react/issues/14099#issuecomment-440013892 | ||
* Inspired by https://github.com/facebook/react/issues/14099#issuecomment-440013892 | ||
* See RFC in https://github.com/reactjs/rfcs/pull/220 | ||
*/ | ||
@@ -10,0 +11,0 @@ |
/** | ||
* @mui/utils v5.14.9 | ||
* @mui/utils v5.14.10 | ||
* | ||
@@ -4,0 +4,0 @@ * @license MIT |
@@ -1,7 +0,5 @@ | ||
export function getTypeByValue(value: any): any; | ||
declare function _default(props: any, propName: any, ...other: any[]): RangeError | null; | ||
declare namespace _default { | ||
export { requiredInteger as isRequired }; | ||
} | ||
export default _default; | ||
declare function requiredInteger(props: any, propName: any, componentName: any, location: any): RangeError | null; | ||
import PropTypes from 'prop-types'; | ||
declare const integerPropType: PropTypes.Requireable<number>; | ||
export default integerPropType; |
/** | ||
* @mui/utils v5.14.9 | ||
* @mui/utils v5.14.10 | ||
* | ||
@@ -4,0 +4,0 @@ * @license MIT |
@@ -7,3 +7,4 @@ 'use client'; | ||
/** | ||
* https://github.com/facebook/react/issues/14099#issuecomment-440013892 | ||
* Inspired by https://github.com/facebook/react/issues/14099#issuecomment-440013892 | ||
* See RFC in https://github.com/reactjs/rfcs/pull/220 | ||
*/ | ||
@@ -10,0 +11,0 @@ |
/** | ||
* @mui/utils v5.14.9 | ||
* @mui/utils v5.14.10 | ||
* | ||
@@ -4,0 +4,0 @@ * @license MIT |
@@ -7,3 +7,4 @@ 'use client'; | ||
/** | ||
* https://github.com/facebook/react/issues/14099#issuecomment-440013892 | ||
* Inspired by https://github.com/facebook/react/issues/14099#issuecomment-440013892 | ||
* See RFC in https://github.com/reactjs/rfcs/pull/220 | ||
*/ | ||
@@ -10,0 +11,0 @@ |
{ | ||
"name": "@mui/utils", | ||
"version": "5.14.9", | ||
"version": "5.14.10", | ||
"private": false, | ||
@@ -30,2 +30,3 @@ "author": "MUI Team", | ||
"@babel/runtime": "^7.22.15", | ||
"@types/prop-types": "^15.7.5", | ||
"prop-types": "^15.8.1", | ||
@@ -36,4 +37,3 @@ "react-is": "^18.2.0" | ||
"@types/react": "^17.0.0 || ^18.0.0", | ||
"react": "^17.0.0 || ^18.0.0", | ||
"react-dom": "^17.0.0 || ^18.0.0" | ||
"react": "^17.0.0 || ^18.0.0" | ||
}, | ||
@@ -40,0 +40,0 @@ "peerDependenciesMeta": { |
/** | ||
* https://github.com/facebook/react/issues/14099#issuecomment-440013892 | ||
* Inspired by https://github.com/facebook/react/issues/14099#issuecomment-440013892 | ||
* See RFC in https://github.com/reactjs/rfcs/pull/220 | ||
*/ | ||
@@ -4,0 +5,0 @@ declare function useEventCallback<Fn extends (...args: any[]) => any = (...args: unknown[]) => unknown>(fn: Fn): Fn; |
@@ -14,3 +14,4 @@ "use strict"; | ||
/** | ||
* https://github.com/facebook/react/issues/14099#issuecomment-440013892 | ||
* Inspired by https://github.com/facebook/react/issues/14099#issuecomment-440013892 | ||
* See RFC in https://github.com/reactjs/rfcs/pull/220 | ||
*/ | ||
@@ -17,0 +18,0 @@ |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
865312
4539
+ Added@types/prop-types@^15.7.5
- Removedreact-dom@18.3.1(transitive)
- Removedscheduler@0.23.2(transitive)