@honeybadger-io/react
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -8,2 +8,8 @@ # Changelog | ||
## [Unreleased] | ||
## [0.0.4] - 2019-07-01 | ||
### Fixed | ||
- Fix PropType mismatch #38 @andrewsouthard | ||
## [0.0.3] - 2019-04-16 | ||
### Changed | ||
@@ -10,0 +16,0 @@ - Update honeybadger-js to v1.0. See |
@@ -137,3 +137,3 @@ 'use strict'; | ||
children: PropTypes.element, | ||
ErrorComponent: PropTypes.element || PropTypes.function | ||
ErrorComponent: PropTypes.element || PropTypes.func | ||
}; | ||
@@ -140,0 +140,0 @@ |
@@ -132,3 +132,3 @@ import React, { Component } from 'react'; | ||
children: PropTypes.element, | ||
ErrorComponent: PropTypes.element || PropTypes.function | ||
ErrorComponent: PropTypes.element || PropTypes.func | ||
}; | ||
@@ -135,0 +135,0 @@ |
@@ -1,2 +0,2 @@ | ||
var HoneybadgerReact = (function (React,PropTypes) { | ||
var HoneybadgerReact = (function (React, PropTypes) { | ||
'use strict'; | ||
@@ -135,3 +135,3 @@ | ||
children: PropTypes.element, | ||
ErrorComponent: PropTypes.element || PropTypes.function | ||
ErrorComponent: PropTypes.element || PropTypes.func | ||
}; | ||
@@ -141,3 +141,3 @@ | ||
}(React,PropTypes)); | ||
}(React, PropTypes)); | ||
//# sourceMappingURL=honeybadger-react.js.map |
{ | ||
"name": "@honeybadger-io/react", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "React.js integration for honeybadger", | ||
@@ -37,3 +37,2 @@ "author": "Jason Truesdell <jason@yuzuten.com> (https://github.com/JasonTrue)", | ||
"babel-core": "^6.26.3", | ||
"babel-eslint": "^9.0.0", | ||
"babel-plugin-external-helpers": "^6.22.0", | ||
@@ -47,5 +46,5 @@ "babel-preset-env": "^1.7.0", | ||
"react-dom": "^16.4.1", | ||
"react-scripts": "^2.1.1", | ||
"react-scripts": "^3.0.1", | ||
"react-test-renderer": "^16.6.3", | ||
"rollup": "^0.64.1", | ||
"rollup": "^0.68.2", | ||
"rollup-plugin-babel": "^3.0.7", | ||
@@ -52,0 +51,0 @@ "rollup-plugin-commonjs": "^9.1.3", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
27773
21