mirror of https://github.com/zulip/zulip.git
dependencies: Remove unused config-ini-parser.
It’s been unused since its introduction in commit
c13e3dee24
(#29198), and also not
permissively licensed.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
43874cb934
commit
5fdba3dc9d
|
@ -29,7 +29,6 @@
|
|||
"clean-css": "^5.1.0",
|
||||
"clipboard": "^2.0.4",
|
||||
"colord": "^2.9.3",
|
||||
"config-ini-parser": "^1.6.1",
|
||||
"core-js": "^3.36.0",
|
||||
"css-loader": "^6.2.0",
|
||||
"css-minimizer-webpack-plugin": "^6.0.0",
|
||||
|
|
|
@ -97,9 +97,6 @@ dependencies:
|
|||
colord:
|
||||
specifier: ^2.9.3
|
||||
version: 2.9.3
|
||||
config-ini-parser:
|
||||
specifier: ^1.6.1
|
||||
version: 1.6.1
|
||||
core-js:
|
||||
specifier: ^3.36.0
|
||||
version: 3.36.1
|
||||
|
@ -4957,10 +4954,6 @@ packages:
|
|||
typedarray: 0.0.6
|
||||
dev: false
|
||||
|
||||
/config-ini-parser@1.6.1:
|
||||
resolution: {integrity: sha512-6YBVmXlWiUKDhjn+S/1ju2+8j8Qnj1PqR8yE5DmLrQRtBOc9kgMLyutFl2so1FNVHevR/A4nY7z9EWw8s6g/Cw==}
|
||||
dev: false
|
||||
|
||||
/connect-history-api-fallback@2.0.0:
|
||||
resolution: {integrity: sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==}
|
||||
engines: {node: '>=0.8'}
|
||||
|
|
Loading…
Reference in New Issue