Skip to content

Commit 7d42e8d

Browse files
authored
chore(deps): bump babel minor (#31857)
* chore(deps): bump babel minor * run yarn-deduplicate * re-run yarn
1 parent cf59293 commit 7d42e8d

File tree

108 files changed

+1037
-986
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

+1037
-986
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"devDependencies": {
3-
"@babel/core": "^7.13.8",
4-
"@babel/eslint-parser": "^7.13.8",
5-
"@babel/eslint-plugin": "^7.13.16",
6-
"@babel/node": "^7.14.2",
7-
"@babel/plugin-transform-typescript": "^7.13.0",
8-
"@babel/runtime": "^7.13.9",
3+
"@babel/core": "^7.14.0",
4+
"@babel/eslint-parser": "^7.14.0",
5+
"@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",
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

+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.3",
13-
"@babel/core": "^7.14.3",
12+
"@babel/cli": "^7.14.0",
13+
"@babel/core": "^7.14.0",
1414
"babel-preset-gatsby-package": "^1.8.0-next.0",
1515
"cross-env": "^7.0.3",
1616
"gatsby-core-utils": "^2.8.0-next.0"

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

+8-8
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
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.2",
13-
"@babel/plugin-proposal-optional-chaining": "^7.14.2",
14-
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
15-
"@babel/plugin-transform-runtime": "^7.14.3",
16-
"@babel/plugin-transform-typescript": "^7.14.4",
17-
"@babel/preset-env": "^7.14.4",
18-
"@babel/preset-flow": "^7.13.13",
19-
"@babel/preset-react": "^7.13.13",
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",
18+
"@babel/preset-flow": "^7.14.0",
19+
"@babel/preset-react": "^7.14.0",
2020
"babel-plugin-dynamic-import-node": "^2.3.3",
2121
"core-js": "^3.10.0"
2222
},

packages/babel-preset-gatsby/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
},
1010
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/babel-preset-gatsby#readme",
1111
"dependencies": {
12-
"@babel/plugin-proposal-class-properties": "^7.13.0",
13-
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.2",
14-
"@babel/plugin-proposal-optional-chaining": "^7.14.2",
15-
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
16-
"@babel/plugin-transform-classes": "^7.14.4",
17-
"@babel/plugin-transform-runtime": "^7.14.3",
18-
"@babel/plugin-transform-spread": "^7.13.0",
19-
"@babel/preset-env": "^7.14.4",
20-
"@babel/preset-react": "^7.13.13",
12+
"@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",
20+
"@babel/preset-react": "^7.14.0",
2121
"@babel/runtime": "^7.14.0",
2222
"babel-plugin-dynamic-import-node": "^2.3.3",
2323
"babel-plugin-macros": "^2.8.0",
@@ -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.3",
40+
"@babel/cli": "^7.14.0",
4141
"babel-preset-gatsby-package": "^1.8.0-next.0",
4242
"cross-env": "^7.0.3",
4343
"slash": "^3.0.0"

packages/gatsby-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/code-frame": "^7.12.13",
13+
"@babel/code-frame": "^7.14.0",
1414
"@types/common-tags": "^1.8.0",
1515
"better-opn": "^2.0.0",
1616
"chalk": "^4.1.0",
@@ -50,8 +50,8 @@
5050
"yurnalist": "^2.1.0"
5151
},
5252
"devDependencies": {
53-
"@babel/cli": "^7.14.3",
54-
"@babel/core": "^7.14.3",
53+
"@babel/cli": "^7.14.0",
54+
"@babel/core": "^7.14.0",
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

+5-5
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@
2424
},
2525
"license": "MIT",
2626
"dependencies": {
27-
"@babel/core": "^7.14.3",
28-
"@babel/plugin-proposal-class-properties": "^7.13.0",
29-
"@babel/plugin-syntax-jsx": "^7.12.13",
30-
"@babel/plugin-syntax-typescript": "^7.12.13",
27+
"@babel/core": "^7.14.0",
28+
"@babel/plugin-proposal-class-properties": "^7.14.0",
29+
"@babel/plugin-syntax-jsx": "^7.14.0",
30+
"@babel/plugin-syntax-typescript": "^7.14.0",
3131
"@babel/runtime": "^7.14.0",
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.3",
38+
"@babel/cli": "^7.14.0",
3939
"babel-preset-gatsby-package": "^1.8.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.3",
43-
"@babel/core": "^7.14.3",
42+
"@babel/cli": "^7.14.0",
43+
"@babel/core": "^7.14.0",
4444
"@types/ci-info": "2.0.0",
4545
"babel-preset-gatsby-package": "^1.8.0-next.0",
4646
"cross-env": "^7.0.3",

packages/gatsby-cypress/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"@babel/runtime": "^7.14.0"
1919
},
2020
"devDependencies": {
21-
"@babel/cli": "^7.14.3",
22-
"@babel/core": "^7.14.3",
21+
"@babel/cli": "^7.14.0",
22+
"@babel/core": "^7.14.0",
2323
"babel-preset-gatsby-package": "^1.8.0-next.0",
2424
"cross-env": "^7.0.3"
2525
},

packages/gatsby-dev-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"yargs": "^15.4.1"
2626
},
2727
"devDependencies": {
28-
"@babel/cli": "^7.14.3",
29-
"@babel/core": "^7.14.3",
28+
"@babel/cli": "^7.14.0",
29+
"@babel/core": "^7.14.0",
3030
"babel-preset-gatsby-package": "^1.8.0-next.0",
3131
"cross-env": "^7.0.3"
3232
},

packages/gatsby-graphiql-explorer/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131
"@babel/runtime": "^7.14.0"
3232
},
3333
"devDependencies": {
34-
"@babel/cli": "^7.14.3",
35-
"@babel/core": "^7.14.3",
36-
"@babel/plugin-proposal-class-properties": "^7.13.0",
37-
"@babel/plugin-transform-runtime": "^7.14.3",
38-
"@babel/preset-env": "^7.14.4",
39-
"@babel/preset-react": "^7.13.13",
34+
"@babel/cli": "^7.14.0",
35+
"@babel/core": "^7.14.0",
36+
"@babel/plugin-proposal-class-properties": "^7.14.0",
37+
"@babel/plugin-transform-runtime": "^7.14.0",
38+
"@babel/preset-env": "^7.14.0",
39+
"@babel/preset-react": "^7.14.0",
4040
"babel-loader": "^8.2.2",
4141
"babel-preset-gatsby-package": "^1.8.0-next.0",
4242
"core-js": "^3.8.1",

packages/gatsby-image/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"prop-types": "^15.7.2"
1313
},
1414
"devDependencies": {
15-
"@babel/cli": "^7.14.3",
16-
"@babel/core": "^7.14.3",
15+
"@babel/cli": "^7.14.0",
16+
"@babel/core": "^7.14.0",
1717
"@testing-library/react": "^9.5.0",
1818
"babel-preset-gatsby-package": "^1.8.0-next.0",
1919
"cross-env": "^7.0.3",

packages/gatsby-link/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"prop-types": "^15.7.2"
1313
},
1414
"devDependencies": {
15-
"@babel/cli": "^7.14.3",
16-
"@babel/core": "^7.14.3",
15+
"@babel/cli": "^7.14.0",
16+
"@babel/core": "^7.14.0",
1717
"@testing-library/react": "^9.5.0",
1818
"babel-preset-gatsby-package": "^1.8.0-next.0",
1919
"cross-env": "^7.0.3"

packages/gatsby-page-utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"micromatch": "^4.0.2"
3333
},
3434
"devDependencies": {
35-
"@babel/cli": "^7.14.3",
36-
"@babel/core": "^7.14.3",
35+
"@babel/cli": "^7.14.0",
36+
"@babel/core": "^7.14.0",
3737
"@types/micromatch": "^4.0.1",
3838
"babel-preset-gatsby-package": "^1.8.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.3",
18-
"@babel/core": "^7.14.3",
17+
"@babel/cli": "^7.14.0",
18+
"@babel/core": "^7.14.0",
1919
"babel-preset-gatsby-package": "^1.8.0-next.0"
2020
},
2121
"dependencies": {

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"@babel/runtime": "^7.14.0"
1111
},
1212
"devDependencies": {
13-
"@babel/cli": "^7.14.3",
14-
"@babel/core": "^7.14.3",
13+
"@babel/cli": "^7.14.0",
14+
"@babel/core": "^7.14.0",
1515
"babel-preset-gatsby-package": "^1.8.0-next.0",
1616
"cross-env": "^7.0.3"
1717
},

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"escape-string-regexp": "^1.0.5"
1212
},
1313
"devDependencies": {
14-
"@babel/cli": "^7.14.3",
15-
"@babel/core": "^7.14.3",
14+
"@babel/cli": "^7.14.0",
15+
"@babel/core": "^7.14.0",
1616
"babel-preset-gatsby-package": "^1.8.0-next.0",
1717
"cross-env": "^7.0.3"
1818
},

packages/gatsby-plugin-coffeescript/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"coffeescript": "^2.5.1"
1717
},
1818
"devDependencies": {
19-
"@babel/cli": "^7.14.3",
20-
"@babel/core": "^7.14.3",
19+
"@babel/cli": "^7.14.0",
20+
"@babel/core": "^7.14.0",
2121
"babel-preset-gatsby-package": "^1.8.0-next.0",
2222
"cross-env": "^7.0.3"
2323
},

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"@babel/runtime": "^7.14.0"
1111
},
1212
"devDependencies": {
13-
"@babel/cli": "^7.14.3",
14-
"@babel/core": "^7.14.3",
13+
"@babel/cli": "^7.14.0",
14+
"@babel/core": "^7.14.0",
1515
"babel-preset-gatsby-package": "^1.8.0-next.0",
1616
"cross-env": "^7.0.3"
1717
},

packages/gatsby-plugin-cxs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"@babel/runtime": "^7.14.0"
1111
},
1212
"devDependencies": {
13-
"@babel/cli": "^7.14.3",
14-
"@babel/core": "^7.14.3",
13+
"@babel/cli": "^7.14.0",
14+
"@babel/core": "^7.14.0",
1515
"babel-preset-gatsby-package": "^1.8.0-next.0",
1616
"cross-env": "^7.0.3",
1717
"cxs": "^6.2.0",

packages/gatsby-plugin-emotion/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"@emotion/babel-preset-css-prop": "^11.2.0"
1212
},
1313
"devDependencies": {
14-
"@babel/cli": "^7.14.3",
15-
"@babel/core": "^7.14.3",
14+
"@babel/cli": "^7.14.0",
15+
"@babel/core": "^7.14.0",
1616
"babel-preset-gatsby-package": "^1.8.0-next.0",
1717
"cross-env": "^7.0.3"
1818
},

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"@babel/runtime": "^7.14.0"
1111
},
1212
"devDependencies": {
13-
"@babel/cli": "^7.14.3",
14-
"@babel/core": "^7.14.3",
13+
"@babel/cli": "^7.14.0",
14+
"@babel/core": "^7.14.0",
1515
"babel-preset-gatsby-package": "^1.8.0-next.0",
1616
"cross-env": "^7.0.3"
1717
},

packages/gatsby-plugin-feed/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"rss": "^1.2.2"
1717
},
1818
"devDependencies": {
19-
"@babel/cli": "^7.14.3",
20-
"@babel/core": "^7.14.3",
19+
"@babel/cli": "^7.14.0",
20+
"@babel/core": "^7.14.0",
2121
"babel-preset-gatsby-package": "^1.8.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
@@ -24,12 +24,12 @@
2424
},
2525
"license": "MIT",
2626
"dependencies": {
27-
"@babel/preset-flow": "^7.13.13",
27+
"@babel/preset-flow": "^7.14.0",
2828
"@babel/runtime": "^7.14.0"
2929
},
3030
"devDependencies": {
31-
"@babel/cli": "^7.14.3",
32-
"@babel/core": "^7.14.3",
31+
"@babel/cli": "^7.14.0",
32+
"@babel/core": "^7.14.0",
3333
"babel-preset-gatsby-package": "^1.8.0-next.0",
3434
"cross-env": "^7.0.3",
3535
"gatsby-plugin-utils": "^1.8.0-next.0"

packages/gatsby-plugin-fullstory/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"@babel/runtime": "^7.14.0"
2828
},
2929
"devDependencies": {
30-
"@babel/cli": "^7.14.3",
31-
"@babel/core": "^7.14.3",
30+
"@babel/cli": "^7.14.0",
31+
"@babel/core": "^7.14.0",
3232
"babel-preset-gatsby-package": "^1.8.0-next.0",
3333
"cross-env": "^7.0.3"
3434
},

packages/gatsby-plugin-gatsby-cloud/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"webpack-assets-manifest": "^5.0.6"
1616
},
1717
"devDependencies": {
18-
"@babel/cli": "^7.14.3",
19-
"@babel/core": "^7.14.3",
18+
"@babel/cli": "^7.14.0",
19+
"@babel/core": "^7.14.0",
2020
"@testing-library/dom": "^7.31.2",
2121
"@testing-library/jest-dom": "^5.13.0",
2222
"@testing-library/react": "^11.2.7",

packages/gatsby-plugin-glamor/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"@babel/runtime": "^7.14.0"
1111
},
1212
"devDependencies": {
13-
"@babel/cli": "^7.14.3",
14-
"@babel/core": "^7.14.3",
13+
"@babel/cli": "^7.14.0",
14+
"@babel/core": "^7.14.0",
1515
"babel-preset-gatsby-package": "^1.8.0-next.0",
1616
"cross-env": "^7.0.3",
1717
"gatsby-plugin-utils": "^1.8.0-next.0"

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"minimatch": "3.0.4"
1212
},
1313
"devDependencies": {
14-
"@babel/cli": "^7.14.3",
15-
"@babel/core": "^7.14.3",
14+
"@babel/cli": "^7.14.0",
15+
"@babel/core": "^7.14.0",
1616
"@testing-library/react": "^9.5.0",
1717
"babel-preset-gatsby-package": "^1.8.0-next.0",
1818
"cross-env": "^7.0.3"

packages/gatsby-plugin-google-gtag/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"minimatch": "^3.0.4"
1212
},
1313
"devDependencies": {
14-
"@babel/cli": "^7.14.3",
15-
"@babel/core": "^7.14.3",
14+
"@babel/cli": "^7.14.0",
15+
"@babel/core": "^7.14.0",
1616
"babel-preset-gatsby-package": "^1.8.0-next.0",
1717
"cross-env": "^7.0.3"
1818
},

packages/gatsby-plugin-google-tagmanager/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"@babel/runtime": "^7.14.0"
1111
},
1212
"devDependencies": {
13-
"@babel/cli": "^7.14.3",
14-
"@babel/core": "^7.14.3",
13+
"@babel/cli": "^7.14.0",
14+
"@babel/core": "^7.14.0",
1515
"babel-preset-gatsby-package": "^1.8.0-next.0",
1616
"cross-env": "^7.0.3",
1717
"gatsby-plugin-utils": "^1.8.0-next.0"

0 commit comments

Comments
 (0)