Skip to content

Commit

Permalink
fix(deps): update dependency color to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 26, 2021
1 parent 6d8971f commit 12d7aab
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion packages/react-base16-styling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@types/base16": "^1.0.2",
"@types/lodash": "^4.14.177",
"base16": "^1.0.0",
"color": "^3.2.1",
"color": "^4.0.2",
"csstype": "^3.0.10",
"lodash.curry": "^4.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-devtools-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/simple-element-resize-detector": "^1.3.0",
"base16": "^1.0.0",
"codemirror": "^5.64.0",
"color": "^3.2.1",
"color": "^4.0.2",
"prop-types": "^15.7.2",
"react-icons": "^4.3.1",
"react-select": "^5.2.1",
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5170,7 +5170,7 @@ __metadata:
babel-loader: ^8.2.3
base16: ^1.0.0
codemirror: ^5.64.0
color: ^3.2.1
color: ^4.0.2
csstype: ^3.0.10
eslint: ^8.3.0
eslint-config-prettier: ^8.3.0
Expand Down Expand Up @@ -11174,7 +11174,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:
Expand Down Expand Up @@ -11206,23 +11206,23 @@ __metadata:
languageName: node
linkType: hard

"color-string@npm:^1.6.0":
version: 1.6.0
resolution: "color-string@npm:1.6.0"
"color-string@npm:^1.7.4":
version: 1.7.4
resolution: "color-string@npm:1.7.4"
dependencies:
color-name: ^1.0.0
simple-swizzle: ^0.2.2
checksum: 33466a65277dd3d4ce24ef1991b47069292f75d1a43b0d2e7ea43076ba793728e965d50deed2b523f35519f4995a908253fcbcc774baceae8e439bc78c02e850
checksum: 7fd872f0105b574c1a931c2cda63a89192eb8740edadbc6a519494f2152ebc3ecea629deeab7b849c4d72942b66355f027d143ea7ac59dc58be2d8a99c6ccee9
languageName: node
linkType: hard

"color@npm:^3.2.1":
version: 3.2.1
resolution: "color@npm:3.2.1"
"color@npm:^4.0.2":
version: 4.0.2
resolution: "color@npm:4.0.2"
dependencies:
color-convert: ^1.9.3
color-string: ^1.6.0
checksum: f81220e8b774d35865c2561be921f5652117638dcda7ca4029262046e37fc2444ac7bbfdd110cf1fd9c074a4ee5eda8f85944ffbdda26186b602dd9bb05f6400
color-convert: ^2.0.1
color-string: ^1.7.4
checksum: 67af1b4ecccd2f6e409c6f98f353eacda027dbbc65b60259f89c09519e9706eba4a5f0ea2a5e100a6555821a52e65880307eee9f641bbf91992bd634f37bf86d
languageName: node
linkType: hard

Expand Down Expand Up @@ -23668,7 +23668,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": ^5.4.0
"@typescript-eslint/parser": ^5.4.0
base16: ^1.0.0
color: ^3.2.1
color: ^4.0.2
csstype: ^3.0.10
eslint: ^8.3.0
eslint-config-prettier: ^8.3.0
Expand Down

0 comments on commit 12d7aab

Please sign in to comment.