prevent unnecessary rerenders from radio buttons
increase package version
Showing
| { | { | ||
| "name": "@edx/paragon", | "name": "@edx/paragon", | ||
| "version": "1.1.4", | "version": "1.1.5", | ||
| "description": "Accessible, responsive UI component library based on Bootstrap.", | "description": "Accessible, responsive UI component library based on Bootstrap.", | ||
| "main": "src/index.js", | "main": "src/index.js", | ||
| "author": "arizzitano", | "author": "arizzitano", | ||
| ... | @@ -23,6 +23,7 @@ | ... | @@ -23,6 +23,7 @@ |
| "prop-types": "^15.5.8", | "prop-types": "^15.5.8", | ||
| "react": "^15.5.4", | "react": "^15.5.4", | ||
| "react-dom": "^15.5.4", | "react-dom": "^15.5.4", | ||
| "react-element-proptypes": "^1.0.0", | |||
| "react-proptype-conditional-require": "^1.0.4" | "react-proptype-conditional-require": "^1.0.4" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| ... | ... |
Please
register
or
sign in
to comment