mirror of https://github.com/zulip/zulip.git
dependencies: Add colord as a direct dependency.
It was already present as indirect dependency but added again since we need it to calculate stream colors.
This commit is contained in:
parent
f684d36710
commit
e65e78719d
|
@ -25,6 +25,7 @@
|
|||
"blueimp-md5": "^2.10.0",
|
||||
"clean-css": "^5.1.0",
|
||||
"clipboard": "^2.0.4",
|
||||
"colord": "^2.9.3",
|
||||
"core-js": "^3.26.0",
|
||||
"css-loader": "^6.2.0",
|
||||
"css-minimizer-webpack-plugin": "^4.0.0",
|
||||
|
|
|
@ -46,6 +46,7 @@ specifiers:
|
|||
cldr-annotations-modern: ^42.0.0
|
||||
clean-css: ^5.1.0
|
||||
clipboard: ^2.0.4
|
||||
colord: ^2.9.3
|
||||
core-js: ^3.26.0
|
||||
css-loader: ^6.2.0
|
||||
css-minimizer-webpack-plugin: ^4.0.0
|
||||
|
@ -162,6 +163,7 @@ dependencies:
|
|||
blueimp-md5: 2.19.0
|
||||
clean-css: 5.3.2
|
||||
clipboard: 2.0.11
|
||||
colord: 2.9.3
|
||||
core-js: 3.29.1
|
||||
css-loader: 6.7.3_webpack@5.76.2
|
||||
css-minimizer-webpack-plugin: 4.2.2_7uczfu7hmoatiedqewdadkdxue
|
||||
|
|
Loading…
Reference in New Issue