Skip to content

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Dec 20, 2023
1 parent 1d7646a commit 79d735a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"babel-eslint": "^10.0.0",
"chalk": "^5.3.0",
"chalk": "^4.0.0",
"cross-env": "^7.0.3",
"cross-var": "^1.1.0",
"cypress": "^13.6.1",
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import fs from 'fs'
import os from 'os'
import path from 'path'
import chalk from 'chalk'
import { JSONSchemaForNPMPackageJsonFiles } from '@schemastore/package'
import {
getSafePackageName,
Expand All @@ -13,7 +14,6 @@ import {
const { readFile, writeFile } = fs.promises

async function main() {
const chalk = await import('chalk').then((d) => d.default)
const packageJSON = await readJSON(path.join(__dirname, '..', 'package.json'))
const rawPackageName = packageJSON.name
// ensure that yarn init has been run
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4223,7 +4223,7 @@ chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2:
ansi-styles "^4.1.0"
supports-color "^7.1.0"

chalk@^5.0.1, chalk@^5.3.0:
chalk@^5.0.1:
version "5.3.0"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385"
integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==
Expand Down

0 comments on commit 79d735a

Please sign in to comment.