Skip to content

Commit c77c006

Browse files
committed
fix: Add missing dev dependency
1 parent ccc8f27 commit c77c006

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
"eslint-plugin-promise": "^3.7.0",
7575
"eslint-plugin-react": "^7.7.0",
7676
"eslint-plugin-standard": "^3.0.1",
77+
"extract-text-webpack-plugin": "^3.0.2",
7778
"github-markdown-css": "^2.10.0",
7879
"husky": "^0.14.3",
7980
"ignore-styles": "^5.0.1",

yarn.lock

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ async@^1.4.0, async@^1.5.0, async@^1.5.2:
674674
version "1.5.2"
675675
resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"
676676

677-
async@^2.1.2, async@^2.6.0:
677+
async@^2.1.2, async@^2.4.1, async@^2.6.0:
678678
version "2.6.0"
679679
resolved "https://registry.yarnpkg.com/async/-/async-2.6.0.tgz#61a29abb6fcc026fea77e56d1c6ec53a795951f4"
680680
dependencies:
@@ -4083,6 +4083,15 @@ extglob@^2.0.4:
40834083
snapdragon "^0.8.1"
40844084
to-regex "^3.0.1"
40854085

4086+
extract-text-webpack-plugin@^3.0.2:
4087+
version "3.0.2"
4088+
resolved "https://registry.yarnpkg.com/extract-text-webpack-plugin/-/extract-text-webpack-plugin-3.0.2.tgz#5f043eaa02f9750a9258b78c0a6e0dc1408fb2f7"
4089+
dependencies:
4090+
async "^2.4.1"
4091+
loader-utils "^1.1.0"
4092+
schema-utils "^0.3.0"
4093+
webpack-sources "^1.0.1"
4094+
40864095
extsprintf@1.3.0:
40874096
version "1.3.0"
40884097
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.3.0.tgz#96918440e3041a7a414f8c52e3c574eb3c3e1e05"

0 commit comments

Comments
 (0)