Skip to content

Commit b941876

Browse files
renovate[bot]LekoArts
andauthoredJan 4, 2023
chore(deps): update babel monorepo (#37386)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: LekoArts <lekoarts@gmail.com>

File tree

108 files changed

+1030
-1011
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+1030
-1011
lines changed
 

‎package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"packageManager": "yarn@1.22.19",
33
"devDependencies": {
4-
"@babel/core": "^7.15.5",
4+
"@babel/core": "^7.20.7",
55
"@babel/eslint-parser": "^7.19.1",
66
"@babel/eslint-plugin": "^7.19.1",
7-
"@babel/node": "^7.15.4",
8-
"@babel/plugin-transform-typescript": "^7.15.4",
9-
"@babel/runtime": "^7.15.4",
7+
"@babel/node": "^7.20.7",
8+
"@babel/plugin-transform-typescript": "^7.20.7",
9+
"@babel/runtime": "^7.20.7",
1010
"@lerna/prompt": "3.18.5",
1111
"@types/babel__code-frame": "^7.0.3",
1212
"@types/better-queue": "^3.8.3",

‎packages/babel-plugin-remove-graphql-queries/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
},
1010
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/babel-plugin-remove-graphql-queries#readme",
1111
"dependencies": {
12-
"@babel/runtime": "^7.15.4",
13-
"@babel/types": "^7.15.4",
12+
"@babel/runtime": "^7.20.7",
13+
"@babel/types": "^7.20.7",
1414
"gatsby-core-utils": "^4.4.0-next.2"
1515
},
1616
"devDependencies": {
17-
"@babel/cli": "^7.15.4",
18-
"@babel/core": "^7.15.5",
17+
"@babel/cli": "^7.20.7",
18+
"@babel/core": "^7.20.7",
1919
"babel-preset-gatsby-package": "^3.4.0-next.1",
2020
"cross-env": "^7.0.3"
2121
},

0 commit comments

Comments
 (0)
Please sign in to comment.