Skip to content

Commit

Permalink
Merge pull request #4567 from webpack/bugfix/cheap-source-map
Browse files Browse the repository at this point in the history
update webpack-sources dependency to fix a bug
  • Loading branch information
sokra committed Mar 24, 2017
2 parents 3fca75e + c226077 commit 88f2833
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"tapable": "~0.2.5",
"uglify-js": "^2.8.5",
"watchpack": "^1.3.1",
"webpack-sources": "^0.2.1",
"webpack-sources": "^0.2.3",
"yargs": "^6.0.0"
},
"license": "MIT",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3561,9 +3561,9 @@ source-list-map@^0.1.4, source-list-map@~0.1.7:
version "0.1.8"
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-0.1.8.tgz#c550b2ab5427f6b3f21f5afead88c4f5587b2106"

source-list-map@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-1.1.0.tgz#4974e1266d5a0830e50b5134e8d5c6e239ca61c3"
source-list-map@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-1.1.1.tgz#1a33ac210ca144d1e561f906ebccab5669ff4cb4"

source-map@0.4.x, source-map@^0.4.4:
version "0.4.4"
Expand Down Expand Up @@ -4018,11 +4018,11 @@ webpack-sources@^0.1.0:
source-list-map "~0.1.7"
source-map "~0.5.3"

webpack-sources@^0.2.1:
version "0.2.1"
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-0.2.1.tgz#2abccabc209afbf1d8cb62d533b54dbbc7fc6e27"
webpack-sources@^0.2.3:
version "0.2.3"
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-0.2.3.tgz#17c62bfaf13c707f9d02c479e0dcdde8380697fb"
dependencies:
source-list-map "^1.1.0"
source-list-map "^1.1.1"
source-map "~0.5.3"

whatwg-fetch@>=0.10.0:
Expand Down

0 comments on commit 88f2833

Please sign in to comment.