Skip to content

Commit ae840e9

Browse files
fix(deps): update dependency babel-loader to v8.3.0 (dotansimha#8708)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9519906 commit ae840e9

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

examples/front-end/advanced/babel-optimized/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@types/react": "18.0.17",
1717
"@types/react-dom": "18.0.9",
1818
"babel-jest": "27.5.1",
19-
"babel-loader": "8.2.5",
19+
"babel-loader": "8.3.0",
2020
"babel-plugin-named-asset-import": "0.3.8",
2121
"babel-preset-react-app": "10.0.1",
2222
"bfj": "7.0.2",

examples/front-end/advanced/babel-optimized/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3327,10 +3327,10 @@ [email protected], babel-jest@^27.5.1:
33273327
graceful-fs "^4.2.9"
33283328
slash "^3.0.0"
33293329

3330-
babel-loader@8.2.5:
3331-
version "8.2.5"
3332-
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.2.5.tgz#d45f585e654d5a5d90f5350a779d7647c5ed512e"
3333-
integrity sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==
3330+
babel-loader@8.3.0:
3331+
version "8.3.0"
3332+
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.3.0.tgz#124936e841ba4fe8176786d6ff28add1f134d6a8"
3333+
integrity sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==
33343334
dependencies:
33353335
find-cache-dir "^3.3.1"
33363336
loader-utils "^2.0.0"

0 commit comments

Comments
 (0)