mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
fix(deps): update dependency color to v4 (#896)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
1f996a30a4
commit
5c4721acf0
|
@ -43,7 +43,7 @@
|
|||
"@types/base16": "^1.0.2",
|
||||
"@types/lodash": "^4.14.181",
|
||||
"base16": "^1.0.0",
|
||||
"color": "^3.2.1",
|
||||
"color": "^4.2.3",
|
||||
"csstype": "^3.0.11",
|
||||
"lodash.curry": "^4.1.1"
|
||||
},
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
"@types/simple-element-resize-detector": "^1.3.0",
|
||||
"base16": "^1.0.0",
|
||||
"codemirror": "^5.65.2",
|
||||
"color": "^3.2.1",
|
||||
"color": "^4.2.3",
|
||||
"prop-types": "^15.8.1",
|
||||
"react-icons": "^4.3.1",
|
||||
"react-select": "^5.2.2",
|
||||
|
|
20
yarn.lock
20
yarn.lock
|
@ -5543,7 +5543,7 @@ __metadata:
|
|||
babel-loader: ^8.2.4
|
||||
base16: ^1.0.0
|
||||
codemirror: ^5.65.2
|
||||
color: ^3.2.1
|
||||
color: ^4.2.3
|
||||
csstype: ^3.0.11
|
||||
eslint: ^8.12.0
|
||||
eslint-config-prettier: ^8.5.0
|
||||
|
@ -11440,7 +11440,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"color-convert@npm:^1.9.0, color-convert@npm:^1.9.3":
|
||||
"color-convert@npm:^1.9.0":
|
||||
version: 1.9.3
|
||||
resolution: "color-convert@npm:1.9.3"
|
||||
dependencies:
|
||||
|
@ -11472,7 +11472,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"color-string@npm:^1.6.0":
|
||||
"color-string@npm:^1.9.0":
|
||||
version: 1.9.0
|
||||
resolution: "color-string@npm:1.9.0"
|
||||
dependencies:
|
||||
|
@ -11491,13 +11491,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"color@npm:^3.2.1":
|
||||
version: 3.2.1
|
||||
resolution: "color@npm:3.2.1"
|
||||
"color@npm:^4.2.3":
|
||||
version: 4.2.3
|
||||
resolution: "color@npm:4.2.3"
|
||||
dependencies:
|
||||
color-convert: ^1.9.3
|
||||
color-string: ^1.6.0
|
||||
checksum: f81220e8b774d35865c2561be921f5652117638dcda7ca4029262046e37fc2444ac7bbfdd110cf1fd9c074a4ee5eda8f85944ffbdda26186b602dd9bb05f6400
|
||||
color-convert: ^2.0.1
|
||||
color-string: ^1.9.0
|
||||
checksum: 0579629c02c631b426780038da929cca8e8d80a40158b09811a0112a107c62e10e4aad719843b791b1e658ab4e800558f2e87ca4522c8b32349d497ecb6adeb4
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -22798,7 +22798,7 @@ __metadata:
|
|||
"@typescript-eslint/eslint-plugin": ^5.17.0
|
||||
"@typescript-eslint/parser": ^5.17.0
|
||||
base16: ^1.0.0
|
||||
color: ^3.2.1
|
||||
color: ^4.2.3
|
||||
csstype: ^3.0.11
|
||||
eslint: ^8.12.0
|
||||
eslint-config-prettier: ^8.5.0
|
||||
|
|
Loading…
Reference in New Issue
Block a user