diff --git a/package.json b/package.json index bc727b7..9b7b63e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@steffo/bluelib-react", - "version": "5.0.1", + "version": "5.0.2", "description": "React bindings for Bluelib", "keywords": [ "react", @@ -28,7 +28,7 @@ "@babel/runtime": "^7.15.3", "@steffo/bluelib": "^4.0.1", "classnames": "^2.3.1", - "color": "https://github.com/Steffo99/color", + "color": "^4.2.3", "uuid": "^8.3.2" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index 95a3a1d..adbea12 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4821,6 +4821,14 @@ color-string@^1.6.0: color-name "^1.0.0" simple-swizzle "^0.2.2" +color-string@^1.9.0: + version "1.9.1" + resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.9.1.tgz#4467f9146f036f855b764dfb5bf8582bf342c7a4" + integrity sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg== + dependencies: + color-name "^1.0.0" + simple-swizzle "^0.2.2" + color-support@^1.1.2: version "1.1.3" resolved "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2" @@ -4834,12 +4842,13 @@ color@^3.0.0: color-convert "^1.9.3" color-string "^1.6.0" -"color@https://github.com/Steffo99/color": - version "4.0.1" - resolved "https://github.com/Steffo99/color#2f9e457a96a5ee694d4bc6a2f4bc544ff32426e1" +color@^4.2.3: + version "4.2.3" + resolved "https://registry.yarnpkg.com/color/-/color-4.2.3.tgz#d781ecb5e57224ee43ea9627560107c0e0c6463a" + integrity sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A== dependencies: color-convert "^2.0.1" - color-string "^1.6.0" + color-string "^1.9.0" colord@^2.9.1: version "2.9.2"