Skip to content

Commit

Permalink
fix: use ansi-colors instead of Chalk for better CJS fallback support
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed May 31, 2022
1 parent df59e82 commit 85e15d5
Show file tree
Hide file tree
Showing 3 changed files with 232 additions and 190 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,36 +42,36 @@
],
"dependencies": {
"@types/prettier": "^2.6.3",
"chalk": "^5.0.1",
"ansi-colors": "^4.1.3",
"commander": "^9.3.0",
"eslint": "^8.16.0",
"inquirer": "^8.2.4",
"json5": "^2.2.1",
"markdown-toc": "^1.2.0",
"prettier": "^2.6.2",
"yaml": "^2.1.0",
"yaml": "^2.1.1",
"helpertypes": "^0.0.18",
"crosspath": "1.0.0"
"crosspath": "2.0.0"
},
"devDependencies": {
"@types/eslint": "^8.4.2",
"@types/inquirer": "^8.2.1",
"@types/node": "^17.0.36",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"@wessberg/ts-config": "^2.0.2",
"@wessberg/prettier-config": "1.0.0",
"rollup-plugin-ts": "^2.0.7",
"rollup-plugin-ts": "^3.0.0",
"rimraf": "^3.0.2",
"ava": "^4.2.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^39.3.2",
"husky": "^8.0.1",
"np": "7.6.1",
"pnpm": "^7.1.6",
"pnpm": "^7.1.7",
"pretty-quick": "^3.1.3",
"rollup": "^2.75.1",
"rollup": "^2.75.4",
"standard-changelog": "^2.0.27",
"ts-node": "^10.8.0",
"tslib": "^2.4.0",
Expand Down

0 comments on commit 85e15d5

Please sign in to comment.