beem-component 1.6.7 → 1.6.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -149,7 +149,7 @@ BmModal.Footer = _styledComponents.default.div(_templateObject7 || (_templateObj
149
149
  BmModal.propTypes = {
150
150
  size: _propTypes.default.string,
151
151
  centered: _propTypes.default.bool,
152
- show: _propTypes.default.bool.isRequired,
152
+ show: _propTypes.default.bool,
153
153
  onHide: _propTypes.default.func.isRequired,
154
154
  closeButton: _propTypes.default.bool
155
155
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "beem-component",
3
- "version": "1.6.7",
3
+ "version": "1.6.8",
4
4
  "private": false,
5
5
  "main": "dist/components/index.js",
6
6
  "scripts": {
@@ -52,9 +52,10 @@
52
52
  },
53
53
  "devDependencies": {
54
54
  "@babel/cli": "^7.16.0",
55
- "@babel/core": "^7.16.0",
55
+ "@babel/core": "^7.17.8",
56
+ "@babel/eslint-parser": "^7.18.2",
56
57
  "@babel/preset-env": "^7.14.8",
57
- "@babel/preset-react": "^7.14.5",
58
+ "@babel/preset-react": "^7.18.6",
58
59
  "@commitlint/cli": "^14.1.0",
59
60
  "@commitlint/config-conventional": "^14.1.0",
60
61
  "@commitlint/travis-cli": "^14.1.0",
@@ -164,7 +164,7 @@ BmModal.Footer = styled.div`
164
164
  BmModal.propTypes = {
165
165
  size: PropTypes.string,
166
166
  centered: PropTypes.bool,
167
- show: PropTypes.bool.isRequired,
167
+ show: PropTypes.bool,
168
168
  onHide: PropTypes.func.isRequired,
169
169
  closeButton: PropTypes.bool,
170
170
  };