Skip to content

Commit

Permalink
Update extract-loader to the latest version 🚀 (#236)
Browse files Browse the repository at this point in the history
* chore(package): update extract-loader to version 3.0.0

* chore(package): update lockfile

https://npm.im/greenkeeper-lockfile
  • Loading branch information
greenkeeper[bot] authored and RobbieTheWagner committed Sep 3, 2018
1 parent 76ee729 commit 3d4e208
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"eslint-loader": "^2.1.0",
"eslint-plugin-mocha": "^5.1.0",
"eslint-plugin-ship-shape": "^0.6.0",
"extract-loader": "^2.0.1",
"extract-loader": "^3.0.0",
"file-loader": "^2.0.0",
"glob": "^7.1.3",
"http-server": "^0.11.1",
Expand Down
15 changes: 11 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1751,6 +1751,10 @@ bs-recipes@1.3.4:
version "1.3.4"
resolved "https://registry.yarnpkg.com/bs-recipes/-/bs-recipes-1.3.4.tgz#0d2d4d48a718c8c044769fdc4f89592dc8b69585"

btoa@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/btoa/-/btoa-1.2.1.tgz#01a9909f8b2c93f6bf680ba26131eb30f7fa3d73"

buffer-crc32@~0.2.3:
version "0.2.13"
resolved "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz#0d333e3f00eac50aa1454abd30ef8c2a5d9a7242"
Expand Down Expand Up @@ -3598,11 +3602,14 @@ extglob@^2.0.4:
snapdragon "^0.8.1"
to-regex "^3.0.1"

extract-loader@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/extract-loader/-/extract-loader-2.0.1.tgz#3dfa57d5922c0edbb6248490183ff8602e7cc92b"
extract-loader@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/extract-loader/-/extract-loader-3.0.0.tgz#7698047c72af59dedeafc821a64c417d662c3068"
dependencies:
babel-runtime "^6.26.0"
btoa "^1.2.1"
loader-utils "^1.1.0"
resolve "^1.8.1"

extract-zip@1.6.6:
version "1.6.6"
Expand Down Expand Up @@ -7467,7 +7474,7 @@ resolve-url@^0.2.1:
version "0.2.1"
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"

resolve@^1.3.2:
resolve@^1.3.2, resolve@^1.8.1:
version "1.8.1"
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.8.1.tgz#82f1ec19a423ac1fbd080b0bab06ba36e84a7a26"
dependencies:
Expand Down

0 comments on commit 3d4e208

Please sign in to comment.