Skip to content

Commit

Permalink
chore(deps): update babel monorepo (#37386)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: LekoArts <lekoarts@gmail.com>
  • Loading branch information
renovate[bot] and LekoArts committed Jan 4, 2023
1 parent 5df8a99 commit b941876
Show file tree
Hide file tree
Showing 108 changed files with 1,030 additions and 1,011 deletions.
8 changes: 4 additions & 4 deletions package.json
@@ -1,12 +1,12 @@
{
"packageManager": "yarn@1.22.19",
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/core": "^7.20.7",
"@babel/eslint-parser": "^7.19.1",
"@babel/eslint-plugin": "^7.19.1",
"@babel/node": "^7.15.4",
"@babel/plugin-transform-typescript": "^7.15.4",
"@babel/runtime": "^7.15.4",
"@babel/node": "^7.20.7",
"@babel/plugin-transform-typescript": "^7.20.7",
"@babel/runtime": "^7.20.7",
"@lerna/prompt": "3.18.5",
"@types/babel__code-frame": "^7.0.3",
"@types/better-queue": "^3.8.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/babel-plugin-remove-graphql-queries/package.json
Expand Up @@ -9,13 +9,13 @@
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/babel-plugin-remove-graphql-queries#readme",
"dependencies": {
"@babel/runtime": "^7.15.4",
"@babel/types": "^7.15.4",
"@babel/runtime": "^7.20.7",
"@babel/types": "^7.20.7",
"gatsby-core-utils": "^4.4.0-next.2"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/core": "^7.15.5",
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.7",
"babel-preset-gatsby-package": "^3.4.0-next.1",
"cross-env": "^7.0.3"
},
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions packages/babel-preset-gatsby-package/package.json
Expand Up @@ -9,24 +9,24 @@
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/babel-preset-gatsby-package#readme",
"dependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.20.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/plugin-transform-typescript": "^7.15.4",
"@babel/preset-env": "^7.15.4",
"@babel/preset-flow": "^7.14.0",
"@babel/preset-react": "^7.14.0",
"@babel/runtime": "^7.15.4",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/plugin-transform-typescript": "^7.20.7",
"@babel/preset-env": "^7.20.2",
"@babel/preset-flow": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"@babel/runtime": "^7.20.7",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-lodash": "^3.3.4",
"core-js": "^3.22.3"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/core": "^7.15.5",
"@babel/helper-plugin-test-runner": "7.14.5",
"@babel/plugin-transform-modules-commonjs": "^7.15.4",
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.7",
"@babel/helper-plugin-test-runner": "7.18.6",
"@babel/plugin-transform-modules-commonjs": "^7.20.11",
"@types/babel__core": "^7.1.20",
"cross-env": "^7.0.3"
},
Expand Down
20 changes: 10 additions & 10 deletions packages/babel-preset-gatsby/package.json
Expand Up @@ -9,16 +9,16 @@
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/babel-preset-gatsby#readme",
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.14.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.20.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-classes": "^7.15.4",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/plugin-transform-spread": "^7.14.6",
"@babel/preset-env": "^7.15.4",
"@babel/preset-react": "^7.14.0",
"@babel/runtime": "^7.15.4",
"@babel/plugin-transform-classes": "^7.20.7",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/plugin-transform-spread": "^7.20.7",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/runtime": "^7.20.7",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
Expand All @@ -37,7 +37,7 @@
"watch": "babel -w src --out-dir . --ignore \"**/__tests__\" --ignore \"**/utils/path-serializer.ts\" --extensions \".ts,.js\""
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/cli": "^7.20.7",
"babel-preset-gatsby-package": "^3.4.0-next.1",
"cross-env": "^7.0.3",
"slash": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-gatsby/package.json
Expand Up @@ -41,6 +41,6 @@
},
"author": "Matt Kane <matt@gatsbyjs.com>",
"dependencies": {
"@babel/runtime": "^7.15.4"
"@babel/runtime": "^7.20.7"
}
}
18 changes: 9 additions & 9 deletions packages/gatsby-cli/package.json
Expand Up @@ -10,14 +10,14 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/code-frame": "^7.14.0",
"@babel/core": "^7.15.5",
"@babel/generator": "^7.16.8",
"@babel/helper-plugin-utils": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@babel/runtime": "^7.15.4",
"@babel/template": "^7.16.7",
"@babel/types": "^7.16.8",
"@babel/code-frame": "^7.18.6",
"@babel/core": "^7.20.7",
"@babel/generator": "^7.20.7",
"@babel/helper-plugin-utils": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime": "^7.20.7",
"@babel/template": "^7.20.7",
"@babel/types": "^7.20.7",
"@jridgewell/trace-mapping": "^0.3.17",
"@types/common-tags": "^1.8.1",
"better-opn": "^2.1.1",
Expand Down Expand Up @@ -53,7 +53,7 @@
"yurnalist": "^2.1.0"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/cli": "^7.20.7",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-json": "^4.1.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/gatsby-codemods/package.json
Expand Up @@ -24,18 +24,18 @@
},
"license": "MIT",
"dependencies": {
"@babel/core": "^7.15.5",
"@babel/plugin-proposal-class-properties": "^7.14.0",
"@babel/plugin-syntax-jsx": "^7.14.0",
"@babel/plugin-syntax-typescript": "^7.14.0",
"@babel/runtime": "^7.15.4",
"@babel/core": "^7.20.7",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-syntax-jsx": "^7.18.6",
"@babel/plugin-syntax-typescript": "^7.20.0",
"@babel/runtime": "^7.20.7",
"execa": "^5.1.1",
"graphql": "^16.6.0",
"jscodeshift": "^0.12.0",
"recast": "^0.20.5"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/cli": "^7.20.7",
"@types/jscodeshift": "^0.11.6",
"babel-preset-gatsby-package": "^3.4.0-next.1",
"cross-env": "^7.0.3"
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-core-utils/package.json
Expand Up @@ -61,7 +61,7 @@
"dist/"
],
"dependencies": {
"@babel/runtime": "^7.15.4",
"@babel/runtime": "^7.20.7",
"ci-info": "2.0.0",
"configstore": "^5.0.1",
"fastq": "^1.13.0",
Expand All @@ -78,8 +78,8 @@
"xdg-basedir": "^4.0.0"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/core": "^7.15.5",
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.7",
"@types/ci-info": "2.0.0",
"babel-preset-gatsby-package": "^3.4.0-next.1",
"cross-env": "^7.0.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-cypress/package.json
Expand Up @@ -15,11 +15,11 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.15.4"
"@babel/runtime": "^7.20.7"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/core": "^7.15.5",
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.7",
"babel-preset-gatsby-package": "^3.4.0-next.1",
"cross-env": "^7.0.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-design-tokens/package.json
Expand Up @@ -26,7 +26,7 @@
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-design-tokens#readme",
"dependencies": {
"@babel/runtime": "^7.15.4",
"@babel/runtime": "^7.20.7",
"hex2rgba": "^0.0.1"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-dev-cli/package.json
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"@babel/runtime": "^7.20.7",
"chokidar": "^3.5.3",
"configstore": "^5.0.1",
"del": "^6.1.1",
Expand All @@ -25,8 +25,8 @@
"yargs": "^15.4.1"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/core": "^7.15.5",
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.7",
"babel-preset-gatsby-package": "^3.4.0-next.1",
"cross-env": "^7.0.3"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/gatsby-graphiql-explorer/package.json
Expand Up @@ -33,11 +33,11 @@
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/plugin-proposal-class-properties": "^7.14.0",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.4",
"@babel/preset-react": "^7.14.0",
"@babel/core": "^7.20.7",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@graphiql/plugin-code-exporter": "^0.1.1",
"@graphiql/plugin-explorer": "^0.1.12",
"@graphiql/react": "^0.15.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-legacy-polyfills/package.json
Expand Up @@ -24,7 +24,7 @@
"watch:polyfills": "microbundle -f iife -i src/polyfills.js --no-sourcemap --external=none --watch"
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"@babel/runtime": "^7.20.7",
"core-js-compat": "3.9.0"
},
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-page-utils/package.json
Expand Up @@ -26,7 +26,7 @@
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-page-utils#readme",
"dependencies": {
"@babel/runtime": "^7.15.4",
"@babel/runtime": "^7.20.7",
"bluebird": "^3.7.2",
"chokidar": "^3.5.3",
"fs-exists-cached": "^1.0.0",
Expand All @@ -36,8 +36,8 @@
"micromatch": "^4.0.5"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/core": "^7.15.5",
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.7",
"@types/micromatch": "^4.0.2",
"babel-preset-gatsby-package": "^3.4.0-next.1",
"cross-env": "^7.0.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-parcel-namer-relative-to-cwd/package.json
Expand Up @@ -16,14 +16,14 @@
},
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.18.0",
"@babel/runtime": "^7.20.7",
"@parcel/namer-default": "2.8.1",
"@parcel/plugin": "2.8.1",
"gatsby-core-utils": "^4.4.0-next.2"
},
"devDependencies": {
"@babel/cli": "^7.17.10",
"@babel/core": "^7.18.0",
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.7",
"babel-preset-gatsby-package": "^3.4.0-next.1",
"cross-env": "^7.0.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-benchmark-reporting/package.json
Expand Up @@ -14,12 +14,12 @@
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-benchmark-reporting#readme",
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/core": "^7.15.5",
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.7",
"babel-preset-gatsby-package": "^3.4.0-next.1"
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"@babel/runtime": "^7.20.7",
"fast-glob": "^3.2.12",
"gatsby-core-utils": "^4.4.0-next.2",
"node-fetch": "^2.6.7"
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-canonical-urls/package.json
Expand Up @@ -7,11 +7,11 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.15.4"
"@babel/runtime": "^7.20.7"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/core": "^7.15.5",
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.7",
"babel-preset-gatsby-package": "^3.4.0-next.1",
"cross-env": "^7.0.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-catch-links/package.json
Expand Up @@ -7,12 +7,12 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"@babel/runtime": "^7.20.7",
"escape-string-regexp": "^1.0.5"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/core": "^7.15.5",
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.7",
"babel-preset-gatsby-package": "^3.4.0-next.1",
"cross-env": "^7.0.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-coffeescript/package.json
Expand Up @@ -10,14 +10,14 @@
"Noah Lange <noahrlange@gmail.com>"
],
"dependencies": {
"@babel/runtime": "^7.15.4",
"@babel/runtime": "^7.20.7",
"coffee-loader": "^0.9.0",
"coffee-react-transform": "^5.0.0",
"coffeescript": "^2.7.0"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/core": "^7.15.5",
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.7",
"babel-preset-gatsby-package": "^3.4.0-next.1",
"cross-env": "^7.0.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-cxs/package.json
Expand Up @@ -7,11 +7,11 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.15.4"
"@babel/runtime": "^7.20.7"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/core": "^7.15.5",
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.7",
"babel-preset-gatsby-package": "^3.4.0-next.1",
"cross-env": "^7.0.3",
"cxs": "^6.2.0",
Expand Down

0 comments on commit b941876

Please sign in to comment.