mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
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:
@@ -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",
|
||||
|
2
pnpm-lock.yaml
generated
2
pnpm-lock.yaml
generated
@@ -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
|
||||
|
Reference in New Issue
Block a user