@uiw/react-color-editable-input
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -116,3 +116,2 @@ "use strict"; | ||
exports["default"] = _default; | ||
module.exports = exports.default; | ||
//# sourceMappingURL=index.js.map | ||
module.exports = exports.default; |
@@ -98,3 +98,2 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
EditableInput.displayName = 'EditableInput'; | ||
export default EditableInput; | ||
//# sourceMappingURL=index.js.map | ||
export default EditableInput; |
{ | ||
"name": "@uiw/react-color-editable-input", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Color Editable Input", | ||
@@ -15,4 +15,4 @@ "author": "Kenny Wong <wowohoo@qq.com>", | ||
"scripts": { | ||
"build": "tsbb build", | ||
"watch": "tsbb watch" | ||
"build": "tsbb build src/*.tsx --use-babel --cjs cjs", | ||
"watch": "tsbb watch src/*.tsx --use-babel --cjs cjs" | ||
}, | ||
@@ -35,8 +35,9 @@ "keywords": [ | ||
"peerDependencies": { | ||
"@babel/runtime": ">=7.19.0", | ||
"react": ">=16.9.0", | ||
"react-dom": ">=16.9.0" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "~7.19.0" | ||
"devDependencies": { | ||
"@babel/runtime": "^7.21.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14275
1
7
344
+ Added@babel/runtime@7.26.0(transitive)
+ Addedregenerator-runtime@0.14.1(transitive)
- Removed@babel/runtime@~7.19.0
- Removed@babel/runtime@7.19.4(transitive)
- Removedregenerator-runtime@0.13.11(transitive)