Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
chore(deps): update dependency chalk to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 30, 2024
1 parent 182b3f1 commit 7f870fb
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 10 deletions.
52 changes: 45 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/create-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"test": "cross-env FORCE_COLOR=true jest"
},
"dependencies": {
"chalk": "^4.1.2",
"chalk": "^5.0.0",
"commander": "^4.1.1",
"cross-spawn": "^7.0.3",
"envinfo": "^7.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-dev-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@babel/code-frame": "^7.16.0",
"address": "^2.0.0",
"browserslist": "^4.18.1",
"chalk": "^4.1.2",
"chalk": "^5.0.0",
"cross-spawn": "^7.0.3",
"detect-port-alt": "^1.1.6",
"escape-string-regexp": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-error-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"babel-jest": "^29.0.0",
"babel-loader": "^9.0.0",
"babel-preset-react-app": "^10.0.1",
"chalk": "^4.1.2",
"chalk": "^5.0.0",
"chokidar": "^3.5.2",
"cross-env": "^7.0.3",
"flow-bin": "^0.245.0",
Expand Down

0 comments on commit 7f870fb

Please sign in to comment.