Skip to content

Commit

Permalink
chore: chalk dep
Browse files Browse the repository at this point in the history
  • Loading branch information
bennypowers committed Dec 10, 2023
1 parent 55f5124 commit df15792
Show file tree
Hide file tree
Showing 3 changed files with 161 additions and 55 deletions.
213 changes: 159 additions & 54 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@
"@types/prismjs": "^1.26.3",
"@types/prompts": "^2.4.9",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"chalk": "^5.3.0",
"commitlint": "^18.4.3",
"execa": "^8.0.1",
"fuse.js": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion tools/create-element/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"case": "1.6.3",
"chalk": "5.0.1",
"chalk": "5.3.0",
"execa": "^8.0.1",
"ncp": "2.0.0",
"prompts": "2.4.2",
Expand Down

0 comments on commit df15792

Please sign in to comment.