Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuy Adorno <ruyadorno@hotmail.com>2020-10-09 21:36:13 +0300
committerRuy Adorno <ruyadorno@hotmail.com>2020-10-09 21:36:13 +0300
commitf0cf859994d5190ff8af2d278a4df8e2e730392c (patch)
tree03f2d8ddd9d8782417de6aa75eb45cd2423d2a91 /node_modules/ansi-styles/package.json
parent02737453bc2363daeef8c4e4b7d239e2299029b2 (diff)
chore: dedupe deps
Diffstat (limited to 'node_modules/ansi-styles/package.json')
-rw-r--r--node_modules/ansi-styles/package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/node_modules/ansi-styles/package.json b/node_modules/ansi-styles/package.json
index 347b035e1..75393284d 100644
--- a/node_modules/ansi-styles/package.json
+++ b/node_modules/ansi-styles/package.json
@@ -1,6 +1,6 @@
{
"name": "ansi-styles",
- "version": "4.2.1",
+ "version": "4.3.0",
"description": "ANSI escape codes for styling strings in the terminal",
"license": "MIT",
"repository": "chalk/ansi-styles",
@@ -44,7 +44,6 @@
"text"
],
"dependencies": {
- "@types/color-name": "^1.1.1",
"color-convert": "^2.0.1"
},
"devDependencies": {