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

Lines changed: 6 additions & 6 deletions
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

Lines changed: 2 additions & 2 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.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

Lines changed: 8 additions & 8 deletions
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

Lines changed: 10 additions & 10 deletions
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 5 additions & 5 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 6 additions & 6 deletions
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",

0 commit comments

Comments
 (0)