Skip to content

Commit 048c7a7

Browse files
chore(deps): update babel monorepo (#32996)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 8901eb2 commit 048c7a7

File tree

112 files changed

+622
-622
lines changed

Some content is hidden

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

112 files changed

+622
-622
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"devDependencies": {
3-
"@babel/core": "^7.14.0",
4-
"@babel/eslint-parser": "^7.14.0",
3+
"@babel/core": "^7.15.5",
4+
"@babel/eslint-parser": "^7.15.4",
55
"@babel/eslint-plugin": "^7.14.0",
6-
"@babel/node": "^7.14.0",
7-
"@babel/plugin-transform-typescript": "^7.14.0",
8-
"@babel/runtime": "^7.14.0",
6+
"@babel/node": "^7.15.4",
7+
"@babel/plugin-transform-typescript": "^7.15.4",
8+
"@babel/runtime": "^7.15.4",
99
"@lerna/prompt": "3.18.5",
1010
"@types/babel__code-frame": "^7.0.2",
1111
"@types/better-queue": "^3.8.2",

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
},
1010
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/babel-plugin-remove-graphql-queries#readme",
1111
"devDependencies": {
12-
"@babel/cli": "^7.14.8",
13-
"@babel/core": "^7.14.8",
12+
"@babel/cli": "^7.15.4",
13+
"@babel/core": "^7.15.5",
1414
"babel-preset-gatsby-package": "^1.14.0-next.1",
1515
"cross-env": "^7.0.3",
1616
"gatsby-core-utils": "^2.14.0-next.1"
@@ -30,6 +30,6 @@
3030
"node": ">=12.13.0"
3131
},
3232
"dependencies": {
33-
"@babel/runtime": "^7.14.8"
33+
"@babel/runtime": "^7.15.4"
3434
}
3535
}

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@
1212
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
1313
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
1414
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
15-
"@babel/plugin-transform-runtime": "^7.14.5",
16-
"@babel/plugin-transform-typescript": "^7.14.6",
17-
"@babel/preset-env": "^7.14.9",
15+
"@babel/plugin-transform-runtime": "^7.15.0",
16+
"@babel/plugin-transform-typescript": "^7.15.4",
17+
"@babel/preset-env": "^7.15.4",
1818
"@babel/preset-flow": "^7.14.0",
1919
"@babel/preset-react": "^7.14.0",
20-
"@babel/runtime": "^7.14.8",
20+
"@babel/runtime": "^7.15.4",
2121
"babel-plugin-dynamic-import-node": "^2.3.3",
2222
"core-js": "^3.17.2"
2323
},
2424
"devDependencies": {
25-
"@babel/cli": "^7.14.8",
26-
"@babel/core": "^7.14.8",
25+
"@babel/cli": "^7.15.4",
26+
"@babel/core": "^7.15.5",
2727
"@babel/helper-plugin-test-runner": "7.14.5",
28-
"@babel/plugin-transform-modules-commonjs": "^7.14.5",
28+
"@babel/plugin-transform-modules-commonjs": "^7.15.4",
2929
"@types/babel__core": "^7.1.15"
3030
},
3131
"peerDependencies": {

packages/babel-preset-gatsby/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
1414
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
1515
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
16-
"@babel/plugin-transform-classes": "^7.14.9",
17-
"@babel/plugin-transform-runtime": "^7.14.5",
16+
"@babel/plugin-transform-classes": "^7.15.4",
17+
"@babel/plugin-transform-runtime": "^7.15.0",
1818
"@babel/plugin-transform-spread": "^7.14.6",
19-
"@babel/preset-env": "^7.14.9",
19+
"@babel/preset-env": "^7.15.4",
2020
"@babel/preset-react": "^7.14.0",
21-
"@babel/runtime": "^7.14.8",
21+
"@babel/runtime": "^7.15.4",
2222
"babel-plugin-dynamic-import-node": "^2.3.3",
2323
"babel-plugin-macros": "^2.8.0",
2424
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
@@ -37,7 +37,7 @@
3737
"watch": "babel -w src --out-dir . --ignore \"**/__tests__\" --ignore \"**/utils/path-serializer.ts\" --extensions \".ts,.js\""
3838
},
3939
"devDependencies": {
40-
"@babel/cli": "^7.14.8",
40+
"@babel/cli": "^7.15.4",
4141
"babel-preset-gatsby-package": "^1.14.0-next.1",
4242
"cross-env": "^7.0.3",
4343
"slash": "^3.0.0"

packages/create-gatsby/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"devDependencies": {
1919
"@ascorbic/worker-threads-shim": "^1.0.0",
20-
"@babel/runtime": "^7.14.8",
20+
"@babel/runtime": "^7.15.4",
2121
"@types/configstore": "^4.0.0",
2222
"@types/fs-extra": "^9.0.12",
2323
"@types/node": "^14.17.14",
@@ -44,6 +44,6 @@
4444
},
4545
"author": "Matt Kane <[email protected]>",
4646
"dependencies": {
47-
"@babel/runtime": "^7.14.8"
47+
"@babel/runtime": "^7.15.4"
4848
}
4949
}

packages/gatsby-admin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@
6565
"watch": "nodemon --watch src --ext js,ts,tsx,json --exec \"yarn run build\""
6666
},
6767
"dependencies": {
68-
"@babel/runtime": "^7.14.8"
68+
"@babel/runtime": "^7.15.4"
6969
}
7070
}

packages/gatsby-cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@babel/code-frame": "^7.14.0",
14-
"@babel/runtime": "^7.14.8",
14+
"@babel/runtime": "^7.15.4",
1515
"@types/common-tags": "^1.8.0",
1616
"better-opn": "^2.0.0",
1717
"chalk": "^4.1.2",
@@ -51,8 +51,8 @@
5151
"yurnalist": "^2.1.0"
5252
},
5353
"devDependencies": {
54-
"@babel/cli": "^7.14.8",
55-
"@babel/core": "^7.14.8",
54+
"@babel/cli": "^7.15.4",
55+
"@babel/core": "^7.15.5",
5656
"@rollup/plugin-babel": "^5.3.0",
5757
"@rollup/plugin-commonjs": "^17.1.0",
5858
"@rollup/plugin-json": "^4.1.0",

packages/gatsby-codemods/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@
2424
},
2525
"license": "MIT",
2626
"dependencies": {
27-
"@babel/core": "^7.14.8",
27+
"@babel/core": "^7.15.5",
2828
"@babel/plugin-proposal-class-properties": "^7.14.0",
2929
"@babel/plugin-syntax-jsx": "^7.14.0",
3030
"@babel/plugin-syntax-typescript": "^7.14.0",
31-
"@babel/runtime": "^7.14.8",
31+
"@babel/runtime": "^7.15.4",
3232
"execa": "^5.1.1",
3333
"graphql": "^15.5.2",
3434
"jscodeshift": "^0.12.0",
3535
"recast": "^0.20.5"
3636
},
3737
"devDependencies": {
38-
"@babel/cli": "^7.14.8",
38+
"@babel/cli": "^7.15.4",
3939
"babel-preset-gatsby-package": "^1.14.0-next.1",
4040
"cross-env": "^7.0.3"
4141
},

packages/gatsby-core-utils/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"dist/"
3030
],
3131
"dependencies": {
32-
"@babel/runtime": "^7.14.8",
32+
"@babel/runtime": "^7.15.4",
3333
"ci-info": "2.0.0",
3434
"configstore": "^5.0.1",
3535
"file-type": "^16.5.3",
@@ -41,8 +41,8 @@
4141
"xdg-basedir": "^4.0.0"
4242
},
4343
"devDependencies": {
44-
"@babel/cli": "^7.14.8",
45-
"@babel/core": "^7.14.8",
44+
"@babel/cli": "^7.15.4",
45+
"@babel/core": "^7.15.5",
4646
"@types/ci-info": "2.0.0",
4747
"babel-preset-gatsby-package": "^1.14.0-next.1",
4848
"cross-env": "^7.0.3",

packages/gatsby-cypress/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
"url": "https://github.com/gatsbyjs/gatsby/issues"
1616
},
1717
"dependencies": {
18-
"@babel/runtime": "^7.14.8"
18+
"@babel/runtime": "^7.15.4"
1919
},
2020
"devDependencies": {
21-
"@babel/cli": "^7.14.8",
22-
"@babel/core": "^7.14.8",
21+
"@babel/cli": "^7.15.4",
22+
"@babel/core": "^7.15.5",
2323
"babel-preset-gatsby-package": "^1.14.0-next.1",
2424
"cross-env": "^7.0.3"
2525
},

0 commit comments

Comments
 (0)