Skip to content

Commit d3b7200

Browse files
committed
upgrade extract-text-webpack-plugin
1 parent 8f78c8f commit d3b7200

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"eslint": "3.12.2",
4343
"eslint-plugin-node": "^3.0.5",
4444
"express": "~4.13.1",
45-
"extract-text-webpack-plugin": "^2.0.0-beta",
45+
"extract-text-webpack-plugin": "^3.0.0",
4646
"file-loader": "^0.11.1",
4747
"i18n-webpack-plugin": "^0.3.0",
4848
"istanbul": "^0.4.5",

yarn.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ ajv-keywords@^2.0.0:
6666
version "2.0.0"
6767
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-2.0.0.tgz#a37d02f845b6f52569804164270b24cb6c6cee61"
6868

69-
ajv@^4.11.2, ajv@^4.7.0, ajv@^4.9.1:
69+
ajv@^4.7.0, ajv@^4.9.1:
7070
version "4.11.8"
7171
resolved "https://registry.yarnpkg.com/ajv/-/ajv-4.11.8.tgz#82ffb02b29e662ae53bdc20af15947706739c536"
7272
dependencies:
@@ -220,6 +220,12 @@ async@^2.1.2:
220220
dependencies:
221221
lodash "^4.14.0"
222222

223+
async@^2.4.1:
224+
version "2.5.0"
225+
resolved "https://registry.yarnpkg.com/async/-/async-2.5.0.tgz#843190fd6b7357a0b9e1c956edddd5ec8462b54d"
226+
dependencies:
227+
lodash "^4.14.0"
228+
223229
async@~0.9.0:
224230
version "0.9.2"
225231
resolved "https://registry.yarnpkg.com/async/-/async-0.9.2.tgz#aea74d5e61c1f899613bf64bda66d4c78f2fd17d"
@@ -1367,14 +1373,14 @@ extglob@^0.3.1:
13671373
dependencies:
13681374
is-extglob "^1.0.0"
13691375

1370-
extract-text-webpack-plugin@^2.0.0-beta:
1371-
version "2.1.0"
1372-
resolved "https://registry.yarnpkg.com/extract-text-webpack-plugin/-/extract-text-webpack-plugin-2.1.0.tgz#69315b885f876dbf96d3819f6a9f1cca7aebf159"
1376+
extract-text-webpack-plugin@^3.0.0:
1377+
version "3.0.0"
1378+
resolved "https://registry.yarnpkg.com/extract-text-webpack-plugin/-/extract-text-webpack-plugin-3.0.0.tgz#90caa7907bc449f335005e3ac7532b41b00de612"
13731379
dependencies:
1374-
ajv "^4.11.2"
1375-
async "^2.1.2"
1376-
loader-utils "^1.0.2"
1377-
webpack-sources "^0.1.0"
1380+
async "^2.4.1"
1381+
loader-utils "^1.1.0"
1382+
schema-utils "^0.3.0"
1383+
webpack-sources "^1.0.1"
13781384

13791385
extsprintf@1.0.2:
13801386
version "1.0.2"
@@ -2088,6 +2094,7 @@ jade@^1.11.0:
20882094
jstransformer "0.0.2"
20892095
mkdirp "~0.5.0"
20902096
transformers "2.1.0"
2097+
uglify-js "^2.4.19"
20912098
void-elements "~2.0.1"
20922099
with "~4.0.0"
20932100

@@ -3718,7 +3725,7 @@ sort-keys@^1.0.0:
37183725
dependencies:
37193726
is-plain-obj "^1.0.0"
37203727

3721-
source-list-map@^0.1.7, source-list-map@~0.1.7:
3728+
source-list-map@^0.1.7:
37223729
version "0.1.8"
37233730
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-0.1.8.tgz#c550b2ab5427f6b3f21f5afead88c4f5587b2106"
37243731

@@ -4201,13 +4208,6 @@ webpack-dev-middleware@^1.9.0:
42014208
path-is-absolute "^1.0.0"
42024209
range-parser "^1.0.3"
42034210

4204-
webpack-sources@^0.1.0:
4205-
version "0.1.5"
4206-
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-0.1.5.tgz#aa1f3abf0f0d74db7111c40e500b84f966640750"
4207-
dependencies:
4208-
source-list-map "~0.1.7"
4209-
source-map "~0.5.3"
4210-
42114211
webpack-sources@^1.0.1:
42124212
version "1.0.1"
42134213
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-1.0.1.tgz#c7356436a4d13123be2e2426a05d1dad9cbe65cf"

0 commit comments

Comments
 (0)