Skip to content

Commit 266d5bb

Browse files
committed
fix(deps): update dependency babel-loader to v8.3.0
1 parent a395d35 commit 266d5bb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"babel-core": "7.0.0-bridge.0",
3131
"babel-eslint": "10.1.0",
3232
"babel-jest": "24.9.0",
33-
"babel-loader": "8.2.5",
33+
"babel-loader": "8.3.0",
3434
"babel-plugin-module-resolver": "3.2.0",
3535
"compression": "1.7.4",
3636
"compression-webpack-plugin": "2.0.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3350,10 +3350,10 @@ [email protected], babel-jest@^24.9.0:
33503350
chalk "^2.4.2"
33513351
slash "^2.0.0"
33523352

3353-
babel-loader@8.2.5:
3354-
version "8.2.5"
3355-
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.2.5.tgz#d45f585e654d5a5d90f5350a779d7647c5ed512e"
3356-
integrity sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==
3353+
babel-loader@8.3.0:
3354+
version "8.3.0"
3355+
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.3.0.tgz#124936e841ba4fe8176786d6ff28add1f134d6a8"
3356+
integrity sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==
33573357
dependencies:
33583358
find-cache-dir "^3.3.1"
33593359
loader-utils "^2.0.0"

0 commit comments

Comments
 (0)