Skip to content

Commit 8d8e2ee

Browse files
committedJul 22, 2020
Upgrade: Update lodash and other packages for security reasons
1 parent db26a79 commit 8d8e2ee

File tree

3 files changed

+1791
-2619
lines changed

3 files changed

+1791
-2619
lines changed
 

‎lib/components/ThemeProvider.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
3333

3434
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
3535

36-
var ThemeProvider =
37-
/*#__PURE__*/
38-
function (_Component) {
36+
var ThemeProvider = /*#__PURE__*/function (_Component) {
3937
_inherits(ThemeProvider, _Component);
4038

4139
function ThemeProvider() {

‎lib/components/themr.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,7 @@ var _default = function _default(componentName, localTheme) {
9595
* @property {{wrappedInstance: *}} refs
9696
*/
9797

98-
var Themed =
99-
/*#__PURE__*/
100-
function (_Component) {
98+
var Themed = /*#__PURE__*/function (_Component) {
10199
_inherits(Themed, _Component);
102100

103101
function Themed() {

‎yarn.lock

+1,789-2,613
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.