Skip to content

Commit 42832fb

Browse files
author
einarlove
committed
Upgrade chalk in create-react-app and react-scripts
1 parent 26ed6ab commit 42832fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/create-react-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"create-react-app": "./index.js"
2222
},
2323
"dependencies": {
24-
"chalk": "^1.1.1",
24+
"chalk": "^2.0.1",
2525
"commander": "^2.9.0",
2626
"cross-spawn": "^4.0.0",
2727
"fs-extra": "^1.0.0",

packages/react-scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"babel-preset-react-app": "^3.0.1",
3030
"babel-runtime": "6.23.0",
3131
"case-sensitive-paths-webpack-plugin": "2.1.1",
32-
"chalk": "1.1.3",
32+
"chalk": "^2.0.1",
3333
"css-loader": "0.28.4",
3434
"dotenv": "4.0.0",
3535
"eslint": "4.1.1",

0 commit comments

Comments
 (0)