1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Add source-map module to dependencies

Fixes #4268
This commit is contained in:
Tim Neutkens 2018-05-05 17:43:10 +02:00
parent 8ac67a00db
commit b970e25e6f
2 changed files with 5 additions and 0 deletions

View file

@ -91,6 +91,7 @@
"recursive-copy": "2.0.6",
"resolve": "1.5.0",
"send": "0.16.1",
"source-map": "0.7.2",
"strip-ansi": "3.0.1",
"styled-jsx": "2.2.6",
"touch": "3.1.0",

View file

@ -6772,6 +6772,10 @@ source-map@0.6.1, source-map@^0.6.1, source-map@~0.6.1:
version "0.6.1"
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
source-map@0.7.2:
version "0.7.2"
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.2.tgz#115c3e891aaa9a484869fd2b89391a225feba344"
source-map@^0.4.4:
version "0.4.4"
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.4.4.tgz#eba4f5da9c0dc999de68032d8b4f76173652036b"