Skip to content

Commit 466d4c0

Browse files
chore(deps): update babel monorepo (#32238)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 124cfcc commit 466d4c0

File tree

107 files changed

+425
-425
lines changed

Some content is hidden

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

107 files changed

+425
-425
lines changed

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

+2-2
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.0",
13-
"@babel/core": "^7.14.0",
12+
"@babel/cli": "^7.14.5",
13+
"@babel/core": "^7.14.6",
1414
"babel-preset-gatsby-package": "^1.10.0-next.0",
1515
"cross-env": "^7.0.3",
1616
"gatsby-core-utils": "^2.10.0-next.0"

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
},
1010
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/babel-preset-gatsby-package#readme",
1111
"dependencies": {
12-
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.0",
13-
"@babel/plugin-proposal-optional-chaining": "^7.14.0",
14-
"@babel/plugin-syntax-dynamic-import": "^7.8.0",
15-
"@babel/plugin-transform-runtime": "^7.14.0",
16-
"@babel/plugin-transform-typescript": "^7.14.0",
17-
"@babel/preset-env": "^7.14.0",
12+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
13+
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
14+
"@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.7",
1818
"@babel/preset-flow": "^7.14.0",
1919
"@babel/preset-react": "^7.14.0",
2020
"babel-plugin-dynamic-import-node": "^2.3.3",

packages/babel-preset-gatsby/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/babel-preset-gatsby#readme",
1111
"dependencies": {
1212
"@babel/plugin-proposal-class-properties": "^7.14.0",
13-
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.0",
14-
"@babel/plugin-proposal-optional-chaining": "^7.14.0",
15-
"@babel/plugin-syntax-dynamic-import": "^7.8.0",
16-
"@babel/plugin-transform-classes": "^7.14.0",
17-
"@babel/plugin-transform-runtime": "^7.14.0",
18-
"@babel/plugin-transform-spread": "^7.14.0",
19-
"@babel/preset-env": "^7.14.0",
13+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
14+
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
15+
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
16+
"@babel/plugin-transform-classes": "^7.14.5",
17+
"@babel/plugin-transform-runtime": "^7.14.5",
18+
"@babel/plugin-transform-spread": "^7.14.6",
19+
"@babel/preset-env": "^7.14.7",
2020
"@babel/preset-react": "^7.14.0",
21-
"@babel/runtime": "^7.14.0",
21+
"@babel/runtime": "^7.14.6",
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.0",
40+
"@babel/cli": "^7.14.5",
4141
"babel-preset-gatsby-package": "^1.10.0-next.0",
4242
"cross-env": "^7.0.3",
4343
"slash": "^3.0.0"

packages/create-gatsby/package.json

+1-1
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.0",
20+
"@babel/runtime": "^7.14.6",
2121
"@types/configstore": "^4.0.0",
2222
"@types/fs-extra": "^9.0.11",
2323
"@types/node": "^14.17.1",

packages/gatsby-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
"yurnalist": "^2.1.0"
5151
},
5252
"devDependencies": {
53-
"@babel/cli": "^7.14.0",
54-
"@babel/core": "^7.14.0",
53+
"@babel/cli": "^7.14.5",
54+
"@babel/core": "^7.14.6",
5555
"@rollup/plugin-babel": "^5.1.0",
5656
"@rollup/plugin-commonjs": "^17.0.0",
5757
"@rollup/plugin-json": "^4.1.0",

packages/gatsby-codemods/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@
2424
},
2525
"license": "MIT",
2626
"dependencies": {
27-
"@babel/core": "^7.14.0",
27+
"@babel/core": "^7.14.6",
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.0",
31+
"@babel/runtime": "^7.14.6",
3232
"execa": "^5.1.1",
3333
"graphql": "^15.5.0",
3434
"jscodeshift": "^0.12.0",
3535
"recast": "^0.20.4"
3636
},
3737
"devDependencies": {
38-
"@babel/cli": "^7.14.0",
38+
"@babel/cli": "^7.14.5",
3939
"babel-preset-gatsby-package": "^1.10.0-next.0",
4040
"cross-env": "^7.0.3"
4141
},

packages/gatsby-core-utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"xdg-basedir": "^4.0.0"
4040
},
4141
"devDependencies": {
42-
"@babel/cli": "^7.14.0",
43-
"@babel/core": "^7.14.0",
42+
"@babel/cli": "^7.14.5",
43+
"@babel/core": "^7.14.6",
4444
"@types/ci-info": "2.0.0",
4545
"babel-preset-gatsby-package": "^1.10.0-next.0",
4646
"cross-env": "^7.0.3",

packages/gatsby-cypress/package.json

+3-3
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.0"
18+
"@babel/runtime": "^7.14.6"
1919
},
2020
"devDependencies": {
21-
"@babel/cli": "^7.14.0",
22-
"@babel/core": "^7.14.0",
21+
"@babel/cli": "^7.14.5",
22+
"@babel/core": "^7.14.6",
2323
"babel-preset-gatsby-package": "^1.10.0-next.0",
2424
"cross-env": "^7.0.3"
2525
},

packages/gatsby-dev-cli/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url": "https://github.com/gatsbyjs/gatsby/issues"
1111
},
1212
"dependencies": {
13-
"@babel/runtime": "^7.14.0",
13+
"@babel/runtime": "^7.14.6",
1414
"chokidar": "^3.5.1",
1515
"configstore": "^5.0.1",
1616
"del": "^6.0.0",
@@ -25,8 +25,8 @@
2525
"yargs": "^15.4.1"
2626
},
2727
"devDependencies": {
28-
"@babel/cli": "^7.14.0",
29-
"@babel/core": "^7.14.0",
28+
"@babel/cli": "^7.14.5",
29+
"@babel/core": "^7.14.6",
3030
"babel-preset-gatsby-package": "^1.10.0-next.0",
3131
"cross-env": "^7.0.3"
3232
},

packages/gatsby-graphiql-explorer/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828
},
2929
"license": "MIT",
3030
"dependencies": {
31-
"@babel/runtime": "^7.14.0"
31+
"@babel/runtime": "^7.14.6"
3232
},
3333
"devDependencies": {
34-
"@babel/cli": "^7.14.0",
35-
"@babel/core": "^7.14.0",
34+
"@babel/cli": "^7.14.5",
35+
"@babel/core": "^7.14.6",
3636
"@babel/plugin-proposal-class-properties": "^7.14.0",
37-
"@babel/plugin-transform-runtime": "^7.14.0",
38-
"@babel/preset-env": "^7.14.0",
37+
"@babel/plugin-transform-runtime": "^7.14.5",
38+
"@babel/preset-env": "^7.14.7",
3939
"@babel/preset-react": "^7.14.0",
4040
"babel-loader": "^8.2.2",
4141
"babel-preset-gatsby-package": "^1.10.0-next.0",

packages/gatsby-image/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
10-
"@babel/runtime": "^7.14.0",
10+
"@babel/runtime": "^7.14.6",
1111
"object-fit-images": "^3.2.4",
1212
"prop-types": "^15.7.2"
1313
},
1414
"devDependencies": {
15-
"@babel/cli": "^7.14.0",
16-
"@babel/core": "^7.14.0",
15+
"@babel/cli": "^7.14.5",
16+
"@babel/core": "^7.14.6",
1717
"@testing-library/react": "^9.5.0",
1818
"babel-preset-gatsby-package": "^1.10.0-next.0",
1919
"cross-env": "^7.0.3",

packages/gatsby-link/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
10-
"@babel/runtime": "^7.14.0",
10+
"@babel/runtime": "^7.14.6",
1111
"@types/reach__router": "^1.3.7",
1212
"prop-types": "^15.7.2"
1313
},
1414
"devDependencies": {
15-
"@babel/cli": "^7.14.0",
16-
"@babel/core": "^7.14.0",
15+
"@babel/cli": "^7.14.5",
16+
"@babel/core": "^7.14.6",
1717
"@testing-library/react": "^9.5.0",
1818
"babel-preset-gatsby-package": "^1.10.0-next.0",
1919
"cross-env": "^7.0.3"

packages/gatsby-page-utils/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-page-utils#readme",
2424
"dependencies": {
25-
"@babel/runtime": "^7.14.0",
25+
"@babel/runtime": "^7.14.6",
2626
"bluebird": "^3.7.2",
2727
"chokidar": "^3.5.1",
2828
"fs-exists-cached": "^1.0.0",
@@ -32,8 +32,8 @@
3232
"micromatch": "^4.0.2"
3333
},
3434
"devDependencies": {
35-
"@babel/cli": "^7.14.0",
36-
"@babel/core": "^7.14.0",
35+
"@babel/cli": "^7.14.5",
36+
"@babel/core": "^7.14.6",
3737
"@types/micromatch": "^4.0.1",
3838
"babel-preset-gatsby-package": "^1.10.0-next.0",
3939
"cross-env": "^7.0.3",

packages/gatsby-plugin-benchmark-reporting/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
},
1515
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-benchmark-reporting#readme",
1616
"devDependencies": {
17-
"@babel/cli": "^7.14.0",
18-
"@babel/core": "^7.14.0",
17+
"@babel/cli": "^7.14.5",
18+
"@babel/core": "^7.14.6",
1919
"babel-preset-gatsby-package": "^1.10.0-next.0"
2020
},
2121
"dependencies": {

packages/gatsby-plugin-canonical-urls/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
10-
"@babel/runtime": "^7.14.0"
10+
"@babel/runtime": "^7.14.6"
1111
},
1212
"devDependencies": {
13-
"@babel/cli": "^7.14.0",
14-
"@babel/core": "^7.14.0",
13+
"@babel/cli": "^7.14.5",
14+
"@babel/core": "^7.14.6",
1515
"babel-preset-gatsby-package": "^1.10.0-next.0",
1616
"cross-env": "^7.0.3"
1717
},

packages/gatsby-plugin-catch-links/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
10-
"@babel/runtime": "^7.14.0",
10+
"@babel/runtime": "^7.14.6",
1111
"escape-string-regexp": "^1.0.5"
1212
},
1313
"devDependencies": {
14-
"@babel/cli": "^7.14.0",
15-
"@babel/core": "^7.14.0",
14+
"@babel/cli": "^7.14.5",
15+
"@babel/core": "^7.14.6",
1616
"babel-preset-gatsby-package": "^1.10.0-next.0",
1717
"cross-env": "^7.0.3"
1818
},

packages/gatsby-plugin-coffeescript/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"Noah Lange <[email protected]>"
1111
],
1212
"dependencies": {
13-
"@babel/runtime": "^7.14.0",
13+
"@babel/runtime": "^7.14.6",
1414
"coffee-loader": "^0.9.0",
1515
"coffee-react-transform": "^5.0.0",
1616
"coffeescript": "^2.5.1"
1717
},
1818
"devDependencies": {
19-
"@babel/cli": "^7.14.0",
20-
"@babel/core": "^7.14.0",
19+
"@babel/cli": "^7.14.5",
20+
"@babel/core": "^7.14.6",
2121
"babel-preset-gatsby-package": "^1.10.0-next.0",
2222
"cross-env": "^7.0.3"
2323
},

packages/gatsby-plugin-create-client-paths/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
10-
"@babel/runtime": "^7.14.0"
10+
"@babel/runtime": "^7.14.6"
1111
},
1212
"devDependencies": {
13-
"@babel/cli": "^7.14.0",
14-
"@babel/core": "^7.14.0",
13+
"@babel/cli": "^7.14.5",
14+
"@babel/core": "^7.14.6",
1515
"babel-preset-gatsby-package": "^1.10.0-next.0",
1616
"cross-env": "^7.0.3"
1717
},

packages/gatsby-plugin-cxs/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
10-
"@babel/runtime": "^7.14.0"
10+
"@babel/runtime": "^7.14.6"
1111
},
1212
"devDependencies": {
13-
"@babel/cli": "^7.14.0",
14-
"@babel/core": "^7.14.0",
13+
"@babel/cli": "^7.14.5",
14+
"@babel/core": "^7.14.6",
1515
"babel-preset-gatsby-package": "^1.10.0-next.0",
1616
"cross-env": "^7.0.3",
1717
"cxs": "^6.2.0",

packages/gatsby-plugin-emotion/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
10-
"@babel/runtime": "^7.14.0",
10+
"@babel/runtime": "^7.14.6",
1111
"@emotion/babel-preset-css-prop": "^11.2.0"
1212
},
1313
"devDependencies": {
14-
"@babel/cli": "^7.14.0",
15-
"@babel/core": "^7.14.0",
14+
"@babel/cli": "^7.14.5",
15+
"@babel/core": "^7.14.6",
1616
"babel-preset-gatsby-package": "^1.10.0-next.0",
1717
"cross-env": "^7.0.3"
1818
},

packages/gatsby-plugin-facebook-analytics/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
10-
"@babel/runtime": "^7.14.0"
10+
"@babel/runtime": "^7.14.6"
1111
},
1212
"devDependencies": {
13-
"@babel/cli": "^7.14.0",
14-
"@babel/core": "^7.14.0",
13+
"@babel/cli": "^7.14.5",
14+
"@babel/core": "^7.14.6",
1515
"babel-preset-gatsby-package": "^1.10.0-next.0",
1616
"cross-env": "^7.0.3"
1717
},

packages/gatsby-plugin-feed/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
10-
"@babel/runtime": "^7.14.0",
10+
"@babel/runtime": "^7.14.6",
1111
"@hapi/joi": "^15.1.1",
1212
"common-tags": "^1.8.0",
1313
"fs-extra": "^9.1.0",
@@ -16,8 +16,8 @@
1616
"rss": "^1.2.2"
1717
},
1818
"devDependencies": {
19-
"@babel/cli": "^7.14.0",
20-
"@babel/core": "^7.14.0",
19+
"@babel/cli": "^7.14.5",
20+
"@babel/core": "^7.14.6",
2121
"babel-preset-gatsby-package": "^1.10.0-next.0",
2222
"cross-env": "^7.0.3"
2323
},

packages/gatsby-plugin-flow/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
"license": "MIT",
2626
"dependencies": {
2727
"@babel/preset-flow": "^7.14.0",
28-
"@babel/runtime": "^7.14.0"
28+
"@babel/runtime": "^7.14.6"
2929
},
3030
"devDependencies": {
31-
"@babel/cli": "^7.14.0",
32-
"@babel/core": "^7.14.0",
31+
"@babel/cli": "^7.14.5",
32+
"@babel/core": "^7.14.6",
3333
"babel-preset-gatsby-package": "^1.10.0-next.0",
3434
"cross-env": "^7.0.3",
3535
"gatsby-plugin-utils": "^1.10.0-next.0"

packages/gatsby-plugin-fullstory/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
},
2525
"license": "MIT",
2626
"dependencies": {
27-
"@babel/runtime": "^7.14.0"
27+
"@babel/runtime": "^7.14.6"
2828
},
2929
"devDependencies": {
30-
"@babel/cli": "^7.14.0",
31-
"@babel/core": "^7.14.0",
30+
"@babel/cli": "^7.14.5",
31+
"@babel/core": "^7.14.6",
3232
"babel-preset-gatsby-package": "^1.10.0-next.0",
3333
"cross-env": "^7.0.3"
3434
},

0 commit comments

Comments
 (0)