@trendmicro/react-modal
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -1,2 +0,2 @@ | ||
/*! react-modal v2.0.3 | (c) 2018 Trend Micro Inc. | MIT | https://github.com/trendmicro-frontend/react-modal */ | ||
/*! react-modal v2.0.4 | (c) 2018 Trend Micro Inc. | MIT | https://github.com/trendmicro-frontend/react-modal */ | ||
module.exports = | ||
@@ -183,4 +183,5 @@ /******/ (function(modules) { // webpackBootstrap | ||
var _props = this.props, | ||
disableOverlay = _props.disableOverlay, | ||
className = _props.className, | ||
props = _objectWithoutProperties(_props, ['className']); | ||
props = _objectWithoutProperties(_props, ['disableOverlay', 'className']); | ||
@@ -187,0 +188,0 @@ return _react2.default.createElement( |
{ | ||
"name": "@trendmicro/react-modal", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "React Modal component", | ||
@@ -58,4 +58,4 @@ "main": "lib/index.js", | ||
"babel-core": "~6.26.0", | ||
"babel-eslint": "~8.2.1", | ||
"babel-loader": "~7.1.2", | ||
"babel-eslint": "~8.2.2", | ||
"babel-loader": "~7.1.4", | ||
"babel-plugin-transform-decorators-legacy": "~1.3.4", | ||
@@ -72,12 +72,12 @@ "babel-preset-env": "^1.6.1", | ||
"enzyme-adapter-react-16": "~1.1.1", | ||
"eslint": "~4.16.0", | ||
"eslint": "~4.18.2", | ||
"eslint-config-trendmicro": "~1.3.0", | ||
"eslint-loader": "~1.9.0", | ||
"eslint-plugin-import": "~2.8.0", | ||
"eslint-loader": "~2.0.0", | ||
"eslint-plugin-import": "~2.9.0", | ||
"eslint-plugin-jsx-a11y": "~6.0.3", | ||
"eslint-plugin-react": "~7.5.1", | ||
"eslint-plugin-react": "~7.7.0", | ||
"extract-text-webpack-plugin": "~3.0.2", | ||
"file-loader": "~1.1.6", | ||
"find-imports": "~0.5.2", | ||
"html-webpack-plugin": "~2.30.1", | ||
"html-webpack-plugin": "~3.0.6", | ||
"http-server": "~0.11.1", | ||
@@ -88,7 +88,7 @@ "jsdom": "~11.6.0", | ||
"react-dom": "^0.14.0 || >=15.0.0", | ||
"style-loader": "~0.19.1", | ||
"style-loader": "~0.20.3", | ||
"stylint": "~1.5.9", | ||
"stylint-loader": "~1.0.0", | ||
"stylus-loader": "~3.0.1", | ||
"tap": "~11.0.1", | ||
"tap": "~11.1.2", | ||
"trendmicro-ui": "~0.5.1", | ||
@@ -95,0 +95,0 @@ "url-loader": "~0.6.2", |
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
68276
681