Skip to content

Commit 3406145

Browse files
chore(deps): update babel monorepo
1 parent 01e815f commit 3406145

File tree

107 files changed

+1210
-1117
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

+1210
-1117
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"packageManager": "[email protected]",
33
"devDependencies": {
4-
"@babel/core": "^7.20.12",
5-
"@babel/eslint-parser": "^7.21.8",
6-
"@babel/eslint-plugin": "^7.19.1",
7-
"@babel/node": "^7.20.7",
8-
"@babel/plugin-transform-typescript": "^7.20.13",
9-
"@babel/runtime": "^7.20.13",
4+
"@babel/core": "^7.22.5",
5+
"@babel/eslint-parser": "^7.22.5",
6+
"@babel/eslint-plugin": "^7.22.5",
7+
"@babel/node": "^7.22.5",
8+
"@babel/plugin-transform-typescript": "^7.22.5",
9+
"@babel/runtime": "^7.22.5",
1010
"@lerna/prompt": "3.18.5",
1111
"@types/babel__code-frame": "^7.0.3",
1212
"@types/better-queue": "^3.8.3",
@@ -129,6 +129,6 @@
129129
"packages/*"
130130
],
131131
"resolutions": {
132-
"@babel/plugin-transform-modules-commonjs": "7.18.6"
132+
"@babel/plugin-transform-modules-commonjs": "7.22.5"
133133
}
134134
}

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

Lines changed: 4 additions & 4 deletions
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.20.13",
13-
"@babel/types": "^7.20.7",
12+
"@babel/runtime": "^7.22.5",
13+
"@babel/types": "^7.22.5",
1414
"gatsby-core-utils": "^4.12.0-next.0"
1515
},
1616
"devDependencies": {
17-
"@babel/cli": "^7.20.7",
18-
"@babel/core": "^7.20.12",
17+
"@babel/cli": "^7.22.5",
18+
"@babel/core": "^7.22.5",
1919
"babel-preset-gatsby-package": "^3.12.0-next.0",
2020
"cross-env": "^7.0.3"
2121
},

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@
1010
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/babel-preset-gatsby-package#readme",
1111
"dependencies": {
1212
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
13-
"@babel/plugin-proposal-optional-chaining": "^7.20.7",
13+
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
1414
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
15-
"@babel/plugin-transform-runtime": "^7.19.6",
16-
"@babel/plugin-transform-typescript": "^7.20.13",
17-
"@babel/preset-env": "^7.20.2",
18-
"@babel/preset-flow": "^7.18.6",
19-
"@babel/preset-react": "^7.18.6",
20-
"@babel/runtime": "^7.20.13",
15+
"@babel/plugin-transform-runtime": "^7.22.5",
16+
"@babel/plugin-transform-typescript": "^7.22.5",
17+
"@babel/preset-env": "^7.22.5",
18+
"@babel/preset-flow": "^7.22.5",
19+
"@babel/preset-react": "^7.22.5",
20+
"@babel/runtime": "^7.22.5",
2121
"babel-plugin-dynamic-import-node": "^2.3.3",
2222
"babel-plugin-lodash": "^3.3.4",
2323
"core-js": "^3.30.2"
2424
},
2525
"devDependencies": {
26-
"@babel/cli": "^7.20.7",
27-
"@babel/core": "^7.20.12",
28-
"@babel/helper-plugin-test-runner": "7.18.6",
29-
"@babel/plugin-transform-modules-commonjs": "^7.20.11",
26+
"@babel/cli": "^7.22.5",
27+
"@babel/core": "^7.22.5",
28+
"@babel/helper-plugin-test-runner": "7.22.5",
29+
"@babel/plugin-transform-modules-commonjs": "^7.22.5",
3030
"@types/babel__core": "^7.20.1",
3131
"cross-env": "^7.0.3"
3232
},

packages/babel-preset-gatsby/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"dependencies": {
1212
"@babel/plugin-proposal-class-properties": "^7.18.6",
1313
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
14-
"@babel/plugin-proposal-optional-chaining": "^7.20.7",
14+
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
1515
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
16-
"@babel/plugin-transform-classes": "^7.20.7",
17-
"@babel/plugin-transform-runtime": "^7.19.6",
18-
"@babel/plugin-transform-spread": "^7.20.7",
19-
"@babel/preset-env": "^7.20.2",
20-
"@babel/preset-react": "^7.18.6",
21-
"@babel/runtime": "^7.20.13",
16+
"@babel/plugin-transform-classes": "^7.22.5",
17+
"@babel/plugin-transform-runtime": "^7.22.5",
18+
"@babel/plugin-transform-spread": "^7.22.5",
19+
"@babel/preset-env": "^7.22.5",
20+
"@babel/preset-react": "^7.22.5",
21+
"@babel/runtime": "^7.22.5",
2222
"babel-plugin-dynamic-import-node": "^2.3.3",
2323
"babel-plugin-macros": "^3.1.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.20.7",
40+
"@babel/cli": "^7.22.5",
4141
"babel-preset-gatsby-package": "^3.12.0-next.0",
4242
"cross-env": "^7.0.3",
4343
"slash": "^3.0.0"

packages/create-gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
},
4343
"author": "Matt Kane <[email protected]>",
4444
"dependencies": {
45-
"@babel/runtime": "^7.20.13"
45+
"@babel/runtime": "^7.22.5"
4646
}
4747
}

packages/gatsby-cli/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"url": "https://github.com/gatsbyjs/gatsby/issues"
1111
},
1212
"dependencies": {
13-
"@babel/code-frame": "^7.18.6",
14-
"@babel/core": "^7.20.12",
15-
"@babel/generator": "^7.20.14",
16-
"@babel/helper-plugin-utils": "^7.20.2",
17-
"@babel/preset-typescript": "^7.18.6",
18-
"@babel/runtime": "^7.20.13",
19-
"@babel/template": "^7.20.7",
20-
"@babel/types": "^7.20.7",
13+
"@babel/code-frame": "^7.22.5",
14+
"@babel/core": "^7.22.5",
15+
"@babel/generator": "^7.22.5",
16+
"@babel/helper-plugin-utils": "^7.22.5",
17+
"@babel/preset-typescript": "^7.22.5",
18+
"@babel/runtime": "^7.22.5",
19+
"@babel/template": "^7.22.5",
20+
"@babel/types": "^7.22.5",
2121
"@jridgewell/trace-mapping": "^0.3.18",
2222
"@types/common-tags": "^1.8.1",
2323
"better-opn": "^2.1.1",
@@ -53,7 +53,7 @@
5353
"yurnalist": "^2.1.0"
5454
},
5555
"devDependencies": {
56-
"@babel/cli": "^7.20.7",
56+
"@babel/cli": "^7.22.5",
5757
"@rollup/plugin-babel": "^5.3.1",
5858
"@rollup/plugin-commonjs": "^17.1.0",
5959
"@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.20.12",
27+
"@babel/core": "^7.22.5",
2828
"@babel/plugin-proposal-class-properties": "^7.18.6",
29-
"@babel/plugin-syntax-jsx": "^7.18.6",
30-
"@babel/plugin-syntax-typescript": "^7.20.0",
31-
"@babel/runtime": "^7.20.13",
29+
"@babel/plugin-syntax-jsx": "^7.22.5",
30+
"@babel/plugin-syntax-typescript": "^7.22.5",
31+
"@babel/runtime": "^7.22.5",
3232
"execa": "^5.1.1",
3333
"graphql": "^16.6.0",
3434
"jscodeshift": "0.13.1",
3535
"recast": "0.20.5"
3636
},
3737
"devDependencies": {
38-
"@babel/cli": "^7.20.7",
38+
"@babel/cli": "^7.22.5",
3939
"@types/jscodeshift": "^0.11.6",
4040
"babel-preset-gatsby-package": "^3.12.0-next.0",
4141
"cross-env": "^7.0.3"

packages/gatsby-core-utils/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"dist/"
6262
],
6363
"dependencies": {
64-
"@babel/runtime": "^7.20.13",
64+
"@babel/runtime": "^7.22.5",
6565
"ci-info": "2.0.0",
6666
"configstore": "^5.0.1",
6767
"fastq": "^1.15.0",
@@ -79,8 +79,8 @@
7979
"xdg-basedir": "^4.0.0"
8080
},
8181
"devDependencies": {
82-
"@babel/cli": "^7.20.7",
83-
"@babel/core": "^7.20.12",
82+
"@babel/cli": "^7.22.5",
83+
"@babel/core": "^7.22.5",
8484
"@types/ci-info": "2.0.0",
8585
"babel-preset-gatsby-package": "^3.12.0-next.0",
8686
"cross-env": "^7.0.3",

packages/gatsby-cypress/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
"url": "https://github.com/gatsbyjs/gatsby/issues"
1717
},
1818
"dependencies": {
19-
"@babel/runtime": "^7.20.13"
19+
"@babel/runtime": "^7.22.5"
2020
},
2121
"devDependencies": {
22-
"@babel/cli": "^7.20.7",
23-
"@babel/core": "^7.20.12",
22+
"@babel/cli": "^7.22.5",
23+
"@babel/core": "^7.22.5",
2424
"babel-preset-gatsby-package": "^3.12.0-next.0",
2525
"cross-env": "^7.0.3"
2626
},

packages/gatsby-design-tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-design-tokens#readme",
2828
"dependencies": {
29-
"@babel/runtime": "^7.20.13",
29+
"@babel/runtime": "^7.22.5",
3030
"hex2rgba": "^0.0.1"
3131
},
3232
"devDependencies": {

0 commit comments

Comments
 (0)