Skip to content

Commit ffa2ccd

Browse files
committed
upgrade tapable to 1.0.0
1 parent ee1f60d commit ffa2ccd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"lodash.startswith": "^4.2.1",
9393
"minimatch": "^3.0.4",
9494
"resolve": "^1.5.0",
95-
"tapable": "^1.0.0-beta.5",
95+
"tapable": "^1.0.0",
9696
"vue-parser": "^1.1.5"
9797
}
9898
}

yarn.lock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3803,6 +3803,10 @@ table@^3.7.8:
38033803
slice-ansi "0.0.4"
38043804
string-width "^2.0.0"
38053805

3806+
tapable@^1.0.0:
3807+
version "1.0.0"
3808+
resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.0.0.tgz#cbb639d9002eed9c6b5975eb20598d7936f1f9f2"
3809+
38063810
tapable@^1.0.0-beta.4, tapable@^1.0.0-beta.5:
38073811
version "1.0.0-beta.5"
38083812
resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.0.0-beta.5.tgz#9bc844b856487e03345b7d3361288aefd97f8303"

0 commit comments

Comments
 (0)