@react-md/form
Advanced tools
Comparing version 4.0.2 to 4.0.3
@@ -6,2 +6,15 @@ # Change Log | ||
## [4.0.3](https://github.com/mlaursen/react-md/compare/v4.0.2...v4.0.3) (2021-12-31) | ||
### Other Internal Changes | ||
* Update tests to use jest.mocked ([4bb25fb](https://github.com/mlaursen/react-md/commit/4bb25fb3f1c74a6df643aff5e6fc28fa33cff29e)) | ||
* Updated all packages' peerDependenciesMeta ([60fcd71](https://github.com/mlaursen/react-md/commit/60fcd719ac785c2f0b9d27cda82baa3c773c0e5a)), closes [#1319](https://github.com/mlaursen/react-md/issues/1319) | ||
## [4.0.2](https://github.com/mlaursen/react-md/compare/v4.0.1...v4.0.2) (2021-11-30) | ||
@@ -8,0 +21,0 @@ |
{ | ||
"name": "@react-md/form", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"description": "This package is for creating all the different form input types.", | ||
@@ -38,13 +38,13 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@react-md/button": "^4.0.1", | ||
"@react-md/icon": "^4.0.1", | ||
"@react-md/list": "^4.0.1", | ||
"@react-md/portal": "^4.0.1", | ||
"@react-md/progress": "^4.0.1", | ||
"@react-md/states": "^4.0.1", | ||
"@react-md/theme": "^4.0.1", | ||
"@react-md/tooltip": "^4.0.1", | ||
"@react-md/transition": "^4.0.1", | ||
"@react-md/typography": "^4.0.1", | ||
"@react-md/utils": "^4.0.1", | ||
"@react-md/button": "^4.0.3", | ||
"@react-md/icon": "^4.0.3", | ||
"@react-md/list": "^4.0.3", | ||
"@react-md/portal": "^4.0.3", | ||
"@react-md/progress": "^4.0.3", | ||
"@react-md/states": "^4.0.3", | ||
"@react-md/theme": "^4.0.3", | ||
"@react-md/tooltip": "^4.0.3", | ||
"@react-md/transition": "^4.0.3", | ||
"@react-md/typography": "^4.0.3", | ||
"@react-md/utils": "^4.0.3", | ||
"classnames": "^2.3.1", | ||
@@ -54,3 +54,3 @@ "nanoid": "^3.1.23" | ||
"devDependencies": { | ||
"@react-md/menu": "^4.0.1", | ||
"@react-md/menu": "^4.0.3", | ||
"react": "^17.0.2", | ||
@@ -63,6 +63,14 @@ "react-dom": "^17.0.1" | ||
}, | ||
"peerDependenciesMeta": { | ||
"react": { | ||
"optional": false | ||
}, | ||
"react-dom": { | ||
"optional": false | ||
} | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "b88b3d748c5f40a8c870b081938476b2a18d1ae4" | ||
"gitHead": "39edcb237de86528426b8011396f677b01b6a929" | ||
} |
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
1538683
Updated@react-md/button@^4.0.3
Updated@react-md/icon@^4.0.3
Updated@react-md/list@^4.0.3
Updated@react-md/portal@^4.0.3
Updated@react-md/progress@^4.0.3
Updated@react-md/states@^4.0.3
Updated@react-md/theme@^4.0.3
Updated@react-md/tooltip@^4.0.3
Updated@react-md/transition@^4.0.3
Updated@react-md/typography@^4.0.3
Updated@react-md/utils@^4.0.3