Skip to content

Commit

Permalink
build: downgrade cjs-incompatible dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Dec 15, 2023
1 parent 95ec6d9 commit e24d1cd
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 92 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
"test": "pnpm lint && mocha ./test/*.test.*"
},
"dependencies": {
"ansi-escapes": "^6.2.0",
"chalk": "^5.3.0",
"ansi-escapes": "^4.3.2",
"chalk": "^4.1.2",
"consola": "^3.2.3",
"figures": "^6.0.1",
"markdown-table": "^3.0.3",
"figures": "^3.2.0",
"markdown-table": "^2.0.0",
"pretty-time": "^1.1.0",
"std-env": "^3.6.0",
"wrap-ansi": "^9.0.0"
"wrap-ansi": "^7.0.0"
},
"devDependencies": {
"@types/mocha": "^10.0.6",
Expand Down
120 changes: 33 additions & 87 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e24d1cd

Please sign in to comment.