Skip to content

Commit 92cb1e6

Browse files
authored
Move chalk to production dependencies (#2375)
Part of OPS-4554
1 parent af86621 commit 92cb1e6

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

THIRD_PARTY_LICENSES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30738,6 +30738,7 @@ The following npm packages may be included in this product:
3073830738
- ansi-styles@4.3.0
3073930739
- callsites@3.1.0
3074030740
- chalk@2.4.2
30741+
- chalk@4.1.2
3074130742
- env-paths@2.2.1
3074230743
- file-type@6.2.0
3074330744
- has-flag@3.0.0
@@ -30761,6 +30762,7 @@ The following npm packages may be included in this product:
3076130762
- string-width@4.2.3
3076230763
- strip-ansi@6.0.1
3076330764
- supports-color@5.5.0
30765+
- supports-color@7.2.0
3076430766
- yn@3.1.1
3076530767

3076630768
These packages each contain the following license:

package-lock.json

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@
158158
"axios-retry": "4.5.0",
159159
"bcrypt": "6.0.0",
160160
"bullmq": "5.8.3",
161+
"chalk": "4.1.2",
161162
"chokidar": "3.6.0",
162163
"class-variance-authority": "0.7.1",
163164
"classnames": "2.5.1",
@@ -370,7 +371,6 @@
370371
"autoprefixer": "10.5.0",
371372
"babel-jest": "29.7.0",
372373
"cd": "0.3.3",
373-
"chalk": "4.1.2",
374374
"chromatic": "11.29.0",
375375
"concurrently": "8.2.2",
376376
"esbuild": "0.28.1",

0 commit comments

Comments
 (0)