Skip to content

Commit a656965

Browse files
Bump extract-text-webpack-plugin from 3.0.0 to 3.0.2
Bumps [extract-text-webpack-plugin](https://github.com/webpack-contrib/extract-text-webpack-plugin) from 3.0.0 to 3.0.2. - [Release notes](https://github.com/webpack-contrib/extract-text-webpack-plugin/releases) - [Changelog](https://github.com/webpack-contrib/extract-text-webpack-plugin/blob/master/CHANGELOG.md) - [Commits](webpack-contrib/extract-text-webpack-plugin@v3.0.0...v3.0.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 22e5cf5 commit a656965

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"babel-preset-env": "1.6.0",
4848
"classnames": "2.2.5",
4949
"css-loader": "0.28.4",
50-
"extract-text-webpack-plugin": "3.0.0",
50+
"extract-text-webpack-plugin": "3.0.2",
5151
"jest": "^20.0.4",
5252
"normalize.css": "7.0.0",
5353
"preact": "8.2.1",

yarn.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1800,9 +1800,10 @@ extglob@^0.3.1:
18001800
dependencies:
18011801
is-extglob "^1.0.0"
18021802

1803-
extract-text-webpack-plugin@3.0.0:
1804-
version "3.0.0"
1805-
resolved "https://registry.yarnpkg.com/extract-text-webpack-plugin/-/extract-text-webpack-plugin-3.0.0.tgz#90caa7907bc449f335005e3ac7532b41b00de612"
1803+
extract-text-webpack-plugin@3.0.2:
1804+
version "3.0.2"
1805+
resolved "https://registry.yarnpkg.com/extract-text-webpack-plugin/-/extract-text-webpack-plugin-3.0.2.tgz#5f043eaa02f9750a9258b78c0a6e0dc1408fb2f7"
1806+
integrity sha512-bt/LZ4m5Rqt/Crl2HiKuAl/oqg0psx1tsTLkvWbJen1CtD+fftkZhMaQ9HOtY2gWsl2Wq+sABmMVi9z3DhKWQQ==
18061807
dependencies:
18071808
async "^2.4.1"
18081809
loader-utils "^1.1.0"

0 commit comments

Comments
 (0)