@uiw/react-modal
Advanced tools
Comparing version 4.22.0 to 4.22.1
@@ -200,4 +200,3 @@ "use strict"; | ||
Modal.show = _CallShow["default"]; | ||
var _default = Modal; | ||
exports["default"] = _default; | ||
var _default = exports["default"] = Modal; | ||
module.exports = exports.default; |
{ | ||
"name": "@uiw/react-modal", | ||
"version": "4.22.0", | ||
"version": "4.22.1", | ||
"description": "Modal component", | ||
@@ -47,7 +47,7 @@ "author": "Kenny Wong <wowohoo@qq.com>", | ||
"dependencies": { | ||
"@uiw/react-button": "^4.22.0", | ||
"@uiw/react-icon": "^4.22.0", | ||
"@uiw/react-overlay": "^4.22.0", | ||
"@uiw/utils": "^4.22.0" | ||
"@uiw/react-button": "^4.22.1", | ||
"@uiw/react-icon": "^4.22.1", | ||
"@uiw/react-overlay": "^4.22.1", | ||
"@uiw/utils": "^4.22.1" | ||
} | ||
} |
42409
721
Updated@uiw/react-button@^4.22.1
Updated@uiw/react-icon@^4.22.1
Updated@uiw/react-overlay@^4.22.1
Updated@uiw/utils@^4.22.1