Skip to content

Commit bbd9aec

Browse files
renovate[bot]mnajdova
authored andcommitted
Bump @types/babel__core to ^7.20.2 (mui#39014)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 299e415 commit bbd9aec

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

packages/api-docs-builder/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"yargs": "^17.7.2"
2828
},
2929
"devDependencies": {
30-
"@types/babel__core": "^7.20.1",
30+
"@types/babel__core": "^7.20.2",
3131
"@types/babel__traverse": "^7.20.2",
3232
"@types/chai": "^4.3.6",
3333
"@types/doctrine": "^0.0.6",

packages/typescript-to-proptypes/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"devDependencies": {
3636
"@babel/register": "^7.22.15",
37-
"@types/babel__core": "^7.20.1",
37+
"@types/babel__core": "^7.20.2",
3838
"@types/chai": "^4.3.6",
3939
"@types/doctrine": "^0.0.6",
4040
"@types/lodash": "^4.14.198",

packages/zero-next-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"file-system-cache": "2.0.2"
4848
},
4949
"devDependencies": {
50-
"@types/babel__core": "^7.20.1",
50+
"@types/babel__core": "^7.20.2",
5151
"@types/loader-utils": "^2.0.4",
5252
"next": "^13.4.19"
5353
},

packages/zero-tag-processor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
},
5353
"devDependencies": {
5454
"@mui/material": "^5.14.10",
55-
"@types/babel__core": "^7.20.1",
55+
"@types/babel__core": "^7.20.2",
5656
"@types/babel__helper-module-imports": "^7.18.1",
5757
"@types/babel__helper-plugin-utils": "^7.10.0",
5858
"@types/chai": "^4.3.6",

packages/zero-vite-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@mui/zero-tag-processor": "0.0.1-alpha.4"
4545
},
4646
"devDependencies": {
47-
"@types/babel__core": "^7.20.1",
47+
"@types/babel__core": "^7.20.2",
4848
"@types/chai": "^4.3.6",
4949
"chai": "^4.3.8",
5050
"vite": "^4.4.9"

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3436,10 +3436,10 @@
34363436
dependencies:
34373437
"@types/babel__core" "*"
34383438

3439-
"@types/babel__core@*", "@types/babel__core@^7.20.1":
3440-
version "7.20.1"
3441-
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.20.1.tgz#916ecea274b0c776fec721e333e55762d3a9614b"
3442-
integrity sha512-aACu/U/omhdk15O4Nfb+fHgH/z3QsfQzpnvRZhYhThms83ZnAOZz7zZAWO7mn2yyNQaA4xTO8GLK3uqFU4bYYw==
3439+
"@types/babel__core@*", "@types/babel__core@^7.20.2":
3440+
version "7.20.2"
3441+
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.20.2.tgz#215db4f4a35d710256579784a548907237728756"
3442+
integrity sha512-pNpr1T1xLUc2l3xJKuPtsEky3ybxN3m4fJkknfIpTCTfIZCDW57oAg+EfCgIIp2rvCe0Wn++/FfodDS4YXxBwA==
34433443
dependencies:
34443444
"@babel/parser" "^7.20.7"
34453445
"@babel/types" "^7.20.7"

0 commit comments

Comments
 (0)