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 # Conflicts: # package.json
This commit is contained in:
parent
51f120ec70
commit
5a5b3b6702
|
@ -91,8 +91,8 @@
|
||||||
"recursive-copy": "2.0.6",
|
"recursive-copy": "2.0.6",
|
||||||
"send": "0.16.1",
|
"send": "0.16.1",
|
||||||
"source-map-support": "0.4.18",
|
"source-map-support": "0.4.18",
|
||||||
"strip-ansi": "4.0.0",
|
"strip-ansi": "3.0.1",
|
||||||
"styled-jsx": "2.1.1",
|
"styled-jsx": "2.2.1",
|
||||||
"touch": "3.1.0",
|
"touch": "3.1.0",
|
||||||
"unfetch": "3.0.0",
|
"unfetch": "3.0.0",
|
||||||
"url": "0.11.0",
|
"url": "0.11.0",
|
||||||
|
|
Loading…
Reference in a new issue