Skip to content

Commit eb8e7be

Browse files
authoredFeb 8, 2020
Downgrade chalk for ie 11 support (#8439)
* Downgrade chalk for ie 11 support * Update lockfile
1 parent 767aa18 commit eb8e7be

File tree

3 files changed

+426
-511
lines changed

3 files changed

+426
-511
lines changed
 

‎packages/create-react-app/yarn.lock.cached

+424-509
Large diffs are not rendered by default.

‎packages/react-dev-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@babel/code-frame": "7.8.3",
5656
"address": "1.1.2",
5757
"browserslist": "4.8.6",
58-
"chalk": "3.0.0",
58+
"chalk": "2.4.2",
5959
"cross-spawn": "7.0.1",
6060
"detect-port-alt": "1.1.6",
6161
"escape-string-regexp": "2.0.0",

‎packages/react-error-overlay/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"babel-jest": "^24.9.0",
4242
"babel-loader": "8.0.6",
4343
"babel-preset-react-app": "^9.1.1",
44-
"chalk": "3.0.0",
44+
"chalk": "2.4.2",
4545
"chokidar": "^3.3.0",
4646
"cross-env": "6.0.3",
4747
"eslint": "^6.1.0",

0 commit comments

Comments
 (0)
Please sign in to comment.