@uiw/react-color-block
Advanced tools
Comparing version 0.1.0 to 1.0.0
{ | ||
"name": "@uiw/react-color-block", | ||
"version": "0.1.0", | ||
"version": "1.0.0", | ||
"description": "Color Block Picker", | ||
@@ -8,4 +8,4 @@ "author": "Kenny Wong <wowohoo@qq.com>", | ||
"sideEffects": false, | ||
"main": "lib/cjs/index.js", | ||
"module": "lib/esm/index.js", | ||
"main": "lib/index.js", | ||
"module": "esm/index.js", | ||
"repository": { | ||
@@ -34,9 +34,9 @@ "type": "git", | ||
"dependencies": { | ||
"@babel/runtime": "7.14.6", | ||
"@uiw/color-convert": "^0.1.0", | ||
"@uiw/react-color-editable-input": "^0.1.0", | ||
"@uiw/react-color-swatch": "^0.1.0" | ||
"@babel/runtime": "7.15.3", | ||
"@uiw/color-convert": "^1.0.0", | ||
"@uiw/react-color-editable-input": "^1.0.0", | ||
"@uiw/react-color-swatch": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "17.0.14", | ||
"@types/react": "17.0.19", | ||
"@types/react-dom": "17.0.9", | ||
@@ -43,0 +43,0 @@ "@types/react-test-renderer": "17.0.1", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
18187
6
242
1
+ Added@babel/runtime@7.15.37.26.9(transitive)
+ Added@uiw/color-convert@1.4.3(transitive)
+ Added@uiw/react-color-editable-input@1.4.3(transitive)
+ Added@uiw/react-color-swatch@1.4.3(transitive)
+ Addedregenerator-runtime@0.14.1(transitive)
- Removed@babel/runtime@7.14.6(transitive)
- Removed@uiw/color-convert@0.1.0(transitive)
- Removed@uiw/react-color-editable-input@0.1.0(transitive)
- Removed@uiw/react-color-swatch@0.1.0(transitive)
Updated@babel/runtime@7.15.3
Updated@uiw/color-convert@^1.0.0