mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Downgrade strip-ansi to support IE11/Google Fetch (#3403)
A few discussions: https://github.com/zeit/next.js/issues/2747 https://github.com/zeit/next.js/issues/3126
This commit is contained in:
parent
bd20deb9ba
commit
2a6557d6cd
|
@ -92,7 +92,7 @@
|
|||
"recursive-copy": "2.0.6",
|
||||
"send": "0.16.1",
|
||||
"source-map-support": "0.4.18",
|
||||
"strip-ansi": "4.0.0",
|
||||
"strip-ansi": "3.0.1",
|
||||
"styled-jsx": "2.2.1",
|
||||
"touch": "3.1.0",
|
||||
"unfetch": "3.0.0",
|
||||
|
|
Loading…
Reference in a new issue