Skip to content

Commit 3b37fd7

Browse files
renovate[bot]TheAlexLichter
authored andcommitted
chore(deps): update dev-dependency babel-loader to v8 (#12)
1 parent bee584a commit 3b37fd7

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"babel-core": "^6.26.3",
5151
"babel-eslint": "^10.0.1",
5252
"babel-jest": "^22.4.4",
53-
"babel-loader": "^7.1.5",
53+
"babel-loader": "^8.0.4",
5454
"babel-plugin-external-helpers": "^6.22.0",
5555
"babel-plugin-transform-object-rest-spread": "^6.26.0",
5656
"babel-plugin-transform-runtime": "^6.23.0",

yarn.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -686,14 +686,15 @@ babel-jest@^22.4.4:
686686
babel-plugin-istanbul "^4.1.5"
687687
babel-preset-jest "^22.4.4"
688688

689-
babel-loader@^7.1.5:
690-
version "7.1.5"
691-
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-7.1.5.tgz#e3ee0cd7394aa557e013b02d3e492bfd07aa6d68"
692-
integrity sha512-iCHfbieL5d1LfOQeeVJEUyD9rTwBcP/fcEbRCfempxTDuqrKpu0AZjLAQHEQa3Yqyj9ORKe2iHfoj4rHLf7xpw==
689+
babel-loader@^8.0.4:
690+
version "8.0.4"
691+
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.0.4.tgz#7bbf20cbe4560629e2e41534147692d3fecbdce6"
692+
integrity sha512-fhBhNkUToJcW9nV46v8w87AJOwAJDz84c1CL57n3Stj73FANM/b9TbCUK4YhdOwEyZ+OxhYpdeZDNzSI29Firw==
693693
dependencies:
694694
find-cache-dir "^1.0.0"
695695
loader-utils "^1.0.2"
696696
mkdirp "^0.5.1"
697+
util.promisify "^1.0.0"
697698

698699
babel-messages@^6.23.0:
699700
version "6.23.0"

0 commit comments

Comments
 (0)