Skip to content

Commit

Permalink
fix(deps): update babel monorepo (#37568)
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 Feb 2, 2023
1 parent 1fef624 commit 13a0a9e
Show file tree
Hide file tree
Showing 107 changed files with 257 additions and 233 deletions.
6 changes: 3 additions & 3 deletions package.json
@@ -1,12 +1,12 @@
{
"packageManager": "yarn@1.22.19",
"devDependencies": {
"@babel/core": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/eslint-parser": "^7.19.1",
"@babel/eslint-plugin": "^7.19.1",
"@babel/node": "^7.20.7",
"@babel/plugin-transform-typescript": "^7.20.7",
"@babel/runtime": "^7.20.7",
"@babel/plugin-transform-typescript": "^7.20.13",
"@babel/runtime": "^7.20.13",
"@lerna/prompt": "3.18.5",
"@types/babel__code-frame": "^7.0.3",
"@types/better-queue": "^3.8.3",
Expand Down
4 changes: 2 additions & 2 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.20.7",
"@babel/runtime": "^7.20.13",
"@babel/types": "^7.20.7",
"gatsby-core-utils": "^4.6.0-next.0"
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.7",
"@babel/core": "^7.20.12",
"babel-preset-gatsby-package": "^3.6.0-next.0",
"cross-env": "^7.0.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-preset-gatsby-package/package.json
Expand Up @@ -13,18 +13,18 @@
"@babel/plugin-proposal-optional-chaining": "^7.20.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/plugin-transform-typescript": "^7.20.7",
"@babel/plugin-transform-typescript": "^7.20.13",
"@babel/preset-env": "^7.20.2",
"@babel/preset-flow": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"@babel/runtime": "^7.20.7",
"@babel/runtime": "^7.20.13",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-lodash": "^3.3.4",
"core-js": "^3.22.3"
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/helper-plugin-test-runner": "7.18.6",
"@babel/plugin-transform-modules-commonjs": "^7.20.11",
"@types/babel__core": "^7.20.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-gatsby/package.json
Expand Up @@ -18,7 +18,7 @@
"@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/runtime": "^7.20.13",
"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 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.20.7"
"@babel/runtime": "^7.20.13"
}
}
6 changes: 3 additions & 3 deletions packages/gatsby-cli/package.json
Expand Up @@ -11,11 +11,11 @@
},
"dependencies": {
"@babel/code-frame": "^7.18.6",
"@babel/core": "^7.20.7",
"@babel/generator": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/generator": "^7.20.14",
"@babel/helper-plugin-utils": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime": "^7.20.7",
"@babel/runtime": "^7.20.13",
"@babel/template": "^7.20.7",
"@babel/types": "^7.20.7",
"@jridgewell/trace-mapping": "^0.3.17",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-codemods/package.json
Expand Up @@ -24,11 +24,11 @@
},
"license": "MIT",
"dependencies": {
"@babel/core": "^7.20.7",
"@babel/core": "^7.20.12",
"@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",
"@babel/runtime": "^7.20.13",
"execa": "^5.1.1",
"graphql": "^16.6.0",
"jscodeshift": "0.13.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-core-utils/package.json
Expand Up @@ -61,7 +61,7 @@
"dist/"
],
"dependencies": {
"@babel/runtime": "^7.20.7",
"@babel/runtime": "^7.20.13",
"ci-info": "2.0.0",
"configstore": "^5.0.1",
"fastq": "^1.13.0",
Expand All @@ -80,7 +80,7 @@
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.7",
"@babel/core": "^7.20.12",
"@types/ci-info": "2.0.0",
"babel-preset-gatsby-package": "^3.6.0-next.0",
"cross-env": "^7.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-cypress/package.json
Expand Up @@ -15,11 +15,11 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.20.7"
"@babel/runtime": "^7.20.13"
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.7",
"@babel/core": "^7.20.12",
"babel-preset-gatsby-package": "^3.6.0-next.0",
"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.20.7",
"@babel/runtime": "^7.20.13",
"hex2rgba": "^0.0.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-dev-cli/package.json
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.20.7",
"@babel/runtime": "^7.20.13",
"chokidar": "^3.5.3",
"configstore": "^5.0.1",
"del": "^6.1.1",
Expand All @@ -26,7 +26,7 @@
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.7",
"@babel/core": "^7.20.12",
"babel-preset-gatsby-package": "^3.6.0-next.0",
"cross-env": "^7.0.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-graphiql-explorer/package.json
Expand Up @@ -33,7 +33,7 @@
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.20.2",
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.20.7",
"@babel/runtime": "^7.20.13",
"core-js-compat": "3.9.0"
},
"files": [
Expand Down
4 changes: 2 additions & 2 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.20.7",
"@babel/runtime": "^7.20.13",
"bluebird": "^3.7.2",
"chokidar": "^3.5.3",
"fs-exists-cached": "^1.0.0",
Expand All @@ -37,7 +37,7 @@
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.7",
"@babel/core": "^7.20.12",
"@types/micromatch": "^4.0.2",
"babel-preset-gatsby-package": "^3.6.0-next.0",
"cross-env": "^7.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-parcel-namer-relative-to-cwd/package.json
Expand Up @@ -16,14 +16,14 @@
},
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.20.7",
"@babel/runtime": "^7.20.13",
"@parcel/namer-default": "2.8.3",
"@parcel/plugin": "2.8.3",
"gatsby-core-utils": "^4.6.0-next.0"
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.7",
"@babel/core": "^7.20.12",
"babel-preset-gatsby-package": "^3.6.0-next.0",
"cross-env": "^7.0.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-benchmark-reporting/package.json
Expand Up @@ -15,11 +15,11 @@
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-benchmark-reporting#readme",
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.7",
"@babel/core": "^7.20.12",
"babel-preset-gatsby-package": "^3.6.0-next.0"
},
"dependencies": {
"@babel/runtime": "^7.20.7",
"@babel/runtime": "^7.20.13",
"fast-glob": "^3.2.12",
"gatsby-core-utils": "^4.6.0-next.0",
"node-fetch": "^2.6.8"
Expand Down
4 changes: 2 additions & 2 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.20.7"
"@babel/runtime": "^7.20.13"
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.7",
"@babel/core": "^7.20.12",
"babel-preset-gatsby-package": "^3.6.0-next.0",
"cross-env": "^7.0.3"
},
Expand Down
4 changes: 2 additions & 2 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.20.7",
"@babel/runtime": "^7.20.13",
"escape-string-regexp": "^1.0.5"
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.7",
"@babel/core": "^7.20.12",
"babel-preset-gatsby-package": "^3.6.0-next.0",
"cross-env": "^7.0.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-coffeescript/package.json
Expand Up @@ -10,14 +10,14 @@
"Noah Lange <noahrlange@gmail.com>"
],
"dependencies": {
"@babel/runtime": "^7.20.7",
"@babel/runtime": "^7.20.13",
"coffee-loader": "^0.9.0",
"coffee-react-transform": "^5.0.0",
"coffeescript": "^2.7.0"
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.7",
"@babel/core": "^7.20.12",
"babel-preset-gatsby-package": "^3.6.0-next.0",
"cross-env": "^7.0.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-cxs/package.json
Expand Up @@ -7,11 +7,11 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.20.7"
"@babel/runtime": "^7.20.13"
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.7",
"@babel/core": "^7.20.12",
"babel-preset-gatsby-package": "^3.6.0-next.0",
"cross-env": "^7.0.3",
"cxs": "^6.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-emotion/package.json
Expand Up @@ -7,12 +7,12 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.20.7",
"@babel/runtime": "^7.20.13",
"@emotion/babel-preset-css-prop": "^11.10.0"
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.7",
"@babel/core": "^7.20.12",
"babel-preset-gatsby-package": "^3.6.0-next.0",
"cross-env": "^7.0.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-facebook-analytics/package.json
Expand Up @@ -7,11 +7,11 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.20.7"
"@babel/runtime": "^7.20.13"
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.7",
"@babel/core": "^7.20.12",
"babel-preset-gatsby-package": "^3.6.0-next.0",
"cross-env": "^7.0.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-feed/package.json
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.20.7",
"@babel/runtime": "^7.20.13",
"@hapi/joi": "^15.1.1",
"common-tags": "^1.8.2",
"fs-extra": "^11.1.0",
Expand All @@ -17,7 +17,7 @@
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.7",
"@babel/core": "^7.20.12",
"babel-preset-gatsby-package": "^3.6.0-next.0",
"cross-env": "^7.0.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-flow/package.json
Expand Up @@ -25,11 +25,11 @@
"license": "MIT",
"dependencies": {
"@babel/preset-flow": "^7.18.6",
"@babel/runtime": "^7.20.7"
"@babel/runtime": "^7.20.13"
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.7",
"@babel/core": "^7.20.12",
"babel-preset-gatsby-package": "^3.6.0-next.0",
"cross-env": "^7.0.3",
"gatsby-plugin-utils": "^4.6.0-next.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-fullstory/package.json
Expand Up @@ -24,11 +24,11 @@
},
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.20.7"
"@babel/runtime": "^7.20.13"
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.7",
"@babel/core": "^7.20.12",
"babel-preset-gatsby-package": "^3.6.0-next.0",
"cross-env": "^7.0.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-gatsby-cloud/package.json
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.20.7",
"@babel/runtime": "^7.20.13",
"fs-extra": "^11.1.0",
"gatsby-core-utils": "^4.6.0-next.0",
"gatsby-telemetry": "^4.6.0-next.0",
Expand All @@ -17,7 +17,7 @@
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.7",
"@babel/core": "^7.20.12",
"babel-preset-gatsby-package": "^3.6.0-next.0",
"cross-env": "^7.0.3",
"del-cli": "^3.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-google-analytics/package.json
Expand Up @@ -7,13 +7,13 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.20.7",
"@babel/runtime": "^7.20.13",
"minimatch": "^3.1.2",
"web-vitals": "^1.1.2"
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.7",
"@babel/core": "^7.20.12",
"@testing-library/react": "^11.2.7",
"babel-preset-gatsby-package": "^3.6.0-next.0",
"cross-env": "^7.0.3"
Expand Down

0 comments on commit 13a0a9e

Please sign in to comment.