From 2542296850d8790c1d140a54878dbe0dbd6950a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Mon, 24 Jul 2023 16:15:07 +0200 Subject: [PATCH] Remove unused `chalk` devDep from `@babel/types` --- packages/babel-types/package.json | 1 - yarn.lock | 1 - 2 files changed, 2 deletions(-) diff --git a/packages/babel-types/package.json b/packages/babel-types/package.json index c7a774ed20cb..750173cfebc8 100644 --- a/packages/babel-types/package.json +++ b/packages/babel-types/package.json @@ -31,7 +31,6 @@ "devDependencies": { "@babel/generator": "workspace:^", "@babel/parser": "workspace:^", - "chalk": "^4.1.0", "glob": "^7.2.0" }, "engines": { diff --git a/yarn.lock b/yarn.lock index 87cd20dafd46..ae48d1742a47 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3976,7 +3976,6 @@ __metadata: "@babel/helper-string-parser": "workspace:^" "@babel/helper-validator-identifier": "workspace:^" "@babel/parser": "workspace:^" - chalk: ^4.1.0 glob: ^7.2.0 to-fast-properties: "condition:BABEL_8_BREAKING ? ^3.0.0 : ^2.0.0" languageName: unknown