1
0
Fork 0
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:
Ramin B 2017-12-08 17:38:28 -05:00 committed by Tim Neutkens
parent bd20deb9ba
commit 2a6557d6cd

View file

@ -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",