Skip to content

Commit 63300fe

Browse files
committed
bug #306 Bumping webpack-manifest-plugin to proper version 2 (weaverryan)
This PR was merged into the master branch. Discussion ---------- Bumping webpack-manifest-plugin to proper version 2 Fixes #305 Commits ------- 2ac066d bumping webpack-manifest-plugin to proper version 2
2 parents 4fdf824 + 2ac066d commit 63300fe

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"webpack": ">=2.2.0 <4",
4747
"webpack-chunk-hash": "^0.5.0",
4848
"webpack-dev-server": "^2.4.5",
49-
"webpack-manifest-plugin": "v2.0.0-rc.1",
49+
"webpack-manifest-plugin": "^2.0.0",
5050
"yargs": "^8.0.1"
5151
},
5252
"devDependencies": {

yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -4254,10 +4254,6 @@ [email protected]:
42544254
version "0.0.5"
42554255
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.5.tgz#8fbfabb0a98a253d3184331f9e8deb7372fac6c0"
42564256

4257-
4258-
version "1.0.1"
4259-
resolved "https://registry.yarnpkg.com/mutexify/-/mutexify-1.0.1.tgz#9880206795d89e75efc1bcb4b4f52ebbd796e5e7"
4260-
42614257
nan@^2.10.0, nan@^2.3.0:
42624258
version "2.10.0"
42634259
resolved "https://registry.yarnpkg.com/nan/-/nan-2.10.0.tgz#96d0cd610ebd58d4b4de9cc0c6828cda99c7548f"
@@ -6328,6 +6324,10 @@ tapable@^0.2.7:
63286324
version "0.2.8"
63296325
resolved "https://registry.yarnpkg.com/tapable/-/tapable-0.2.8.tgz#99372a5c999bf2df160afc0d74bed4f47948cd22"
63306326

6327+
tapable@^1.0.0:
6328+
version "1.0.0"
6329+
resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.0.0.tgz#cbb639d9002eed9c6b5975eb20598d7936f1f9f2"
6330+
63316331
tar-pack@^3.4.0:
63326332
version "3.4.1"
63336333
resolved "https://registry.yarnpkg.com/tar-pack/-/tar-pack-3.4.1.tgz#e1dbc03a9b9d3ba07e896ad027317eb679a10a1f"
@@ -6792,13 +6792,13 @@ webpack-dev-server@^2.4.5:
67926792
webpack-dev-middleware "1.12.2"
67936793
yargs "6.6.0"
67946794

6795-
webpack-manifest-plugin@v2.0.0-rc.1:
6796-
version "2.0.0-rc.1"
6797-
resolved "https://registry.yarnpkg.com/webpack-manifest-plugin/-/webpack-manifest-plugin-2.0.0-rc.1.tgz#82b03afd05a308a36a6066f1c37ac9ff1c9d5e8a"
6795+
webpack-manifest-plugin@^2.0.0:
6796+
version "2.0.1"
6797+
resolved "https://registry.yarnpkg.com/webpack-manifest-plugin/-/webpack-manifest-plugin-2.0.1.tgz#9ef26040eb2980bfcdd74a3ef88b6562c559469f"
67986798
dependencies:
67996799
fs-extra "^0.30.0"
68006800
lodash ">=3.5 <5"
6801-
mutexify "1.0.1"
6801+
tapable "^1.0.0"
68026802

68036803
webpack-notifier@^1.5.0:
68046804
version "1.6.0"

0 commit comments

Comments
 (0)