Skip to content

Commit

Permalink
Bump @types/babel__core to ^7.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 20, 2023
1 parent 4b3df35 commit 4d4fef1
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/api-docs-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/babel__core": "^7.20.1",
"@types/babel__core": "^7.20.2",
"@types/babel__traverse": "^7.20.2",
"@types/chai": "^4.3.6",
"@types/doctrine": "^0.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-to-proptypes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@babel/register": "^7.22.15",
"@types/babel__core": "^7.20.1",
"@types/babel__core": "^7.20.2",
"@types/chai": "^4.3.6",
"@types/doctrine": "^0.0.6",
"@types/lodash": "^4.14.198",
Expand Down
2 changes: 1 addition & 1 deletion packages/zero-next-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"file-system-cache": "2.0.2"
},
"devDependencies": {
"@types/babel__core": "^7.20.1",
"@types/babel__core": "^7.20.2",
"@types/loader-utils": "^2.0.4",
"next": "^13.4.19"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/zero-tag-processor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"devDependencies": {
"@mui/material": "^5.14.10",
"@types/babel__core": "^7.20.1",
"@types/babel__core": "^7.20.2",
"@types/babel__helper-module-imports": "^7.18.1",
"@types/babel__helper-plugin-utils": "^7.10.0",
"@types/chai": "^4.3.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/zero-vite-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@mui/zero-tag-processor": "0.0.1-alpha.4"
},
"devDependencies": {
"@types/babel__core": "^7.20.1",
"@types/babel__core": "^7.20.2",
"@types/chai": "^4.3.6",
"chai": "^4.3.8",
"vite": "^4.4.9"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3436,10 +3436,10 @@
dependencies:
"@types/babel__core" "*"

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

0 comments on commit 4d4fef1

Please sign in to comment.