Skip to content
This repository was archived by the owner on Mar 7, 2019. It is now read-only.

Commit da6905e

Browse files
greenkeeper[bot]chrishelgert
authored andcommitted
Update babel-loader to the latest version 🚀 (#26)
* chore(package): update babel-loader to version 7.0.0 https://greenkeeper.io/ * generated yarn.lock+
1 parent 06d38b7 commit da6905e

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"babel-core": "^6.21.0",
4040
"babel-eslint": "^7.1.1",
4141
"babel-jest": "^18.0.0",
42-
"babel-loader": "^6.4.1",
42+
"babel-loader": "^7.0.0",
4343
"babel-plugin-transform-object-rest-spread": "^6.20.2",
4444
"babel-preset-es2015": "^6.18.0",
4545
"babel-preset-react": "^6.16.0",

yarn.lock

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -381,14 +381,13 @@ babel-jest@^19.0.0:
381381
babel-plugin-istanbul "^4.0.0"
382382
babel-preset-jest "^19.0.0"
383383

384-
babel-loader@^6.4.1:
385-
version "6.4.1"
386-
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-6.4.1.tgz#0b34112d5b0748a8dcdbf51acf6f9bd42d50b8ca"
384+
babel-loader@^7.0.0:
385+
version "7.0.0"
386+
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-7.0.0.tgz#2e43a66bee1fff4470533d0402c8a4532fafbaf7"
387387
dependencies:
388388
find-cache-dir "^0.1.1"
389-
loader-utils "^0.2.16"
389+
loader-utils "^1.0.2"
390390
mkdirp "^0.5.1"
391-
object-assign "^4.0.1"
392391

393392
babel-messages@^6.22.0:
394393
version "6.22.0"
@@ -2662,6 +2661,14 @@ loader-utils@^0.2.16:
26622661
json5 "^0.5.0"
26632662
object-assign "^4.0.1"
26642663

2664+
loader-utils@^1.0.2:
2665+
version "1.1.0"
2666+
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.1.0.tgz#c98aef488bcceda2ffb5e2de646d6a754429f5cd"
2667+
dependencies:
2668+
big.js "^3.1.3"
2669+
emojis-list "^2.0.0"
2670+
json5 "^0.5.0"
2671+
26652672
locate-path@^2.0.0:
26662673
version "2.0.0"
26672674
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e"

0 commit comments

Comments
 (0)