Skip to content

Commit 35ac13a

Browse files
Update dependency babel-loader to v8.3.0
1 parent 3c21d16 commit 35ac13a

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@storybook/addon-storysource": "6.1.14",
2929
"@storybook/addons": "6.1.14",
3030
"@storybook/svelte": "6.1.14",
31-
"babel-loader": "8.2.2",
31+
"babel-loader": "8.3.0",
3232
"rollup": "2.36.2",
3333
"rollup-plugin-svelte": "7.0.0",
3434
"svelte": "3.31.2",

yarn.lock

+11-1
Original file line numberDiff line numberDiff line change
@@ -2632,7 +2632,17 @@ babel-helper-to-multiple-sequence-expressions@^0.5.0:
26322632
resolved "https://registry.yarnpkg.com/babel-helper-to-multiple-sequence-expressions/-/babel-helper-to-multiple-sequence-expressions-0.5.0.tgz#a3f924e3561882d42fcf48907aa98f7979a4588d"
26332633
integrity sha512-m2CvfDW4+1qfDdsrtf4dwOslQC3yhbgyBFptncp4wvtdrDHqueW7slsYv4gArie056phvQFhT2nRcGS4bnm6mA==
26342634

2635-
babel-loader@8.2.2, babel-loader@^8.0.6:
2635+
babel-loader@8.3.0:
2636+
version "8.3.0"
2637+
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.3.0.tgz#124936e841ba4fe8176786d6ff28add1f134d6a8"
2638+
integrity sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==
2639+
dependencies:
2640+
find-cache-dir "^3.3.1"
2641+
loader-utils "^2.0.0"
2642+
make-dir "^3.1.0"
2643+
schema-utils "^2.6.5"
2644+
2645+
babel-loader@^8.0.6:
26362646
version "8.2.2"
26372647
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.2.2.tgz#9363ce84c10c9a40e6c753748e1441b60c8a0b81"
26382648
integrity sha512-JvTd0/D889PQBtUXJ2PXaKU/pjZDMtHA9V2ecm+eNRmmBCMR09a+fmpGTNwnJtFmFl5Ei7Vy47LjBb+L0wQ99g==

0 commit comments

Comments
 (0)