Skip to content

Commit 973d9a6

Browse files
chore(deps): update dependency @types/babel__core to ^7.20.0 for babel-preset-gatsby-package (#37586)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 86f33a5 commit 973d9a6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

packages/babel-preset-gatsby-package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@babel/core": "^7.20.7",
2828
"@babel/helper-plugin-test-runner": "7.18.6",
2929
"@babel/plugin-transform-modules-commonjs": "^7.20.11",
30-
"@types/babel__core": "^7.1.20",
30+
"@types/babel__core": "^7.20.0",
3131
"cross-env": "^7.0.3"
3232
},
3333
"peerDependencies": {

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4110,13 +4110,13 @@
41104110
resolved "https://registry.yarnpkg.com/@types/babel__code-frame/-/babel__code-frame-7.0.3.tgz#eda94e1b7c9326700a4b69c485ebbc9498a0b63f"
41114111
integrity sha512-2TN6oiwtNjOezilFVl77zwdNPwQWaDBBCCWWxyo1ctiO3vAtd7H/aB/CBJdw9+kqq3+latD0SXoedIuHySSZWw==
41124112

4113-
"@types/babel__core@^7.1.14", "@types/babel__core@^7.1.20":
4114-
version "7.1.20"
4115-
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.20.tgz#e168cdd612c92a2d335029ed62ac94c95b362359"
4116-
integrity sha512-PVb6Bg2QuscZ30FvOU7z4guG6c926D9YRvOxEaelzndpMsvP+YM74Q/dAFASpg2l6+XLalxSGxcq/lrgYWZtyQ==
4113+
"@types/babel__core@^7.1.14", "@types/babel__core@^7.1.20", "@types/babel__core@^7.20.0":
4114+
version "7.20.0"
4115+
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.20.0.tgz#61bc5a4cae505ce98e1e36c5445e4bee060d8891"
4116+
integrity sha512-+n8dL/9GWblDO0iU6eZAwEIJVr5DWigtle+Q6HLOrh/pdbXOhOtqzq8VPPE2zvNJzSKY4vH/z3iT3tn0A3ypiQ==
41174117
dependencies:
4118-
"@babel/parser" "^7.1.0"
4119-
"@babel/types" "^7.0.0"
4118+
"@babel/parser" "^7.20.7"
4119+
"@babel/types" "^7.20.7"
41204120
"@types/babel__generator" "*"
41214121
"@types/babel__template" "*"
41224122
"@types/babel__traverse" "*"

0 commit comments

Comments
 (0)