Skip to content

Commit adb1f04

Browse files
committed
Fix extract-text-webpack-plugin dependency
1 parent 393325f commit adb1f04

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"css-loader": "^0.28.10",
5151
"electron": "^1.8.3",
5252
"electron-packager": "^11.1.0",
53-
"extract-text-webpack-plugin": "^3.0.2",
53+
"extract-text-webpack-plugin": "^4.0.0-beta.0",
5454
"file-loader": "^1.1.11",
5555
"html-webpack-plugin": "^3.0.6",
5656
"postcss-cssnext": "^3.1.0",

yarn.lock

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2791,14 +2791,14 @@ extglob@^2.0.4:
27912791
snapdragon "^0.8.1"
27922792
to-regex "^3.0.1"
27932793

2794-
extract-text-webpack-plugin@^3.0.2:
2795-
version "3.0.2"
2796-
resolved "https://registry.yarnpkg.com/extract-text-webpack-plugin/-/extract-text-webpack-plugin-3.0.2.tgz#5f043eaa02f9750a9258b78c0a6e0dc1408fb2f7"
2794+
extract-text-webpack-plugin@^4.0.0-beta.0:
2795+
version "4.0.0-beta.0"
2796+
resolved "https://registry.yarnpkg.com/extract-text-webpack-plugin/-/extract-text-webpack-plugin-4.0.0-beta.0.tgz#f7361d7ff430b42961f8d1321ba8c1757b5d4c42"
27972797
dependencies:
27982798
async "^2.4.1"
27992799
loader-utils "^1.1.0"
2800-
schema-utils "^0.3.0"
2801-
webpack-sources "^1.0.1"
2800+
schema-utils "^0.4.5"
2801+
webpack-sources "^1.1.0"
28022802

28032803
extract-zip@^1.0.3:
28042804
version "1.6.6"
@@ -6570,12 +6570,6 @@ sax@~1.2.1:
65706570
version "1.2.4"
65716571
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
65726572

6573-
schema-utils@^0.3.0:
6574-
version "0.3.0"
6575-
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-0.3.0.tgz#f5877222ce3e931edae039f17eb3716e7137f8cf"
6576-
dependencies:
6577-
ajv "^5.0.0"
6578-
65796573
schema-utils@^0.4.0, schema-utils@^0.4.3:
65806574
version "0.4.3"
65816575
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-0.4.3.tgz#e2a594d3395834d5e15da22b48be13517859458e"

0 commit comments

Comments
 (0)