Skip to content

Commit

Permalink
chore(deps): update babel monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 1, 2023
1 parent e58c8ad commit 6c6d751
Show file tree
Hide file tree
Showing 107 changed files with 1,423 additions and 1,262 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"packageManager": "[email protected]",
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/eslint-parser": "^7.15.4",
"@babel/eslint-plugin": "^7.14.0",
"@babel/node": "^7.15.4",
"@babel/plugin-transform-typescript": "^7.15.4",
"@babel/runtime": "^7.15.4",
"@babel/core": "^7.23.3",
"@babel/eslint-parser": "^7.23.3",
"@babel/eslint-plugin": "^7.22.10",
"@babel/node": "^7.22.19",
"@babel/plugin-transform-typescript": "^7.23.4",
"@babel/runtime": "^7.23.4",
"@lerna/prompt": "3.18.5",
"@types/babel__code-frame": "^7.0.2",
"@types/better-queue": "^3.8.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/babel-plugin-remove-graphql-queries/package.json
Original file line number Diff line number Diff line change
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.23.4",
"@babel/types": "^7.23.4",
"gatsby-core-utils": "^3.22.0-next.0"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/core": "^7.15.5",
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.3",
"babel-preset-gatsby-package": "^2.22.0-next.0",
"cross-env": "^7.0.3"
},
Expand Down
24 changes: 12 additions & 12 deletions packages/babel-preset-gatsby-package/package.json
Original file line number Diff line number Diff line change
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.21.0",
"@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.23.4",
"@babel/plugin-transform-typescript": "^7.23.4",
"@babel/preset-env": "^7.23.3",
"@babel/preset-flow": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"@babel/runtime": "^7.23.4",
"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.23.4",
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "7.22.5",
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@types/babel__core": "^7.1.15",
"cross-env": "^7.0.3"
},
Expand Down
20 changes: 10 additions & 10 deletions packages/babel-preset-gatsby/package.json
Original file line number Diff line number Diff line change
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.21.0",
"@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.23.3",
"@babel/plugin-transform-runtime": "^7.23.4",
"@babel/plugin-transform-spread": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"@babel/runtime": "^7.23.4",
"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.23.4",
"babel-preset-gatsby-package": "^2.22.0-next.0",
"cross-env": "^7.0.3",
"slash": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
},
"author": "Matt Kane <[email protected]>",
"dependencies": {
"@babel/runtime": "^7.15.4"
"@babel/runtime": "^7.23.4"
}
}
18 changes: 9 additions & 9 deletions packages/gatsby-cli/package.json
Original file line number Diff line number Diff line change
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.23.4",
"@babel/core": "^7.23.3",
"@babel/generator": "^7.23.4",
"@babel/helper-plugin-utils": "^7.22.5",
"@babel/preset-typescript": "^7.23.3",
"@babel/runtime": "^7.23.4",
"@babel/template": "^7.22.15",
"@babel/types": "^7.23.4",
"@jridgewell/trace-mapping": "^0.3.13",
"@types/common-tags": "^1.8.1",
"better-opn": "^2.1.1",
Expand Down Expand Up @@ -54,7 +54,7 @@
"yurnalist": "^2.1.0"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/cli": "^7.23.4",
"@rollup/plugin-babel": "^5.3.0",
"@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
Original file line number Diff line number Diff line change
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.23.3",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-syntax-jsx": "^7.23.3",
"@babel/plugin-syntax-typescript": "^7.23.3",
"@babel/runtime": "^7.23.4",
"execa": "^5.1.1",
"graphql": "^15.8.0",
"jscodeshift": "^0.12.0",
"recast": "^0.20.5"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/cli": "^7.23.4",
"babel-preset-gatsby-package": "^2.22.0-next.0",
"cross-env": "^7.0.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-core-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"dist/"
],
"dependencies": {
"@babel/runtime": "^7.15.4",
"@babel/runtime": "^7.23.4",
"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.23.4",
"@babel/core": "^7.23.3",
"@types/ci-info": "2.0.0",
"babel-preset-gatsby-package": "^2.22.0-next.0",
"cross-env": "^7.0.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.15.4"
"@babel/runtime": "^7.23.4"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/core": "^7.15.5",
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.3",
"babel-preset-gatsby-package": "^2.22.0-next.0",
"cross-env": "^7.0.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-design-tokens/package.json
Original file line number Diff line number Diff line change
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.23.4",
"hex2rgba": "^0.0.1"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-dev-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"@babel/runtime": "^7.23.4",
"chokidar": "^3.5.3",
"configstore": "^5.0.1",
"del": "^6.0.0",
Expand All @@ -25,8 +25,8 @@
"yargs": "^15.4.1"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/core": "^7.15.5",
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.3",
"babel-preset-gatsby-package": "^2.22.0-next.0",
"cross-env": "^7.0.3"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/gatsby-graphiql-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
},
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.15.4"
"@babel/runtime": "^7.23.4"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@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/cli": "^7.23.4",
"@babel/core": "^7.23.3",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.23.4",
"@babel/preset-env": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"babel-loader": "^8.2.2",
"babel-preset-gatsby-package": "^2.22.0-next.0",
"core-js": "^3.22.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-legacy-polyfills/package.json
Original file line number Diff line number Diff line change
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.23.4",
"core-js-compat": "3.9.0"
},
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-page-utils/package.json
Original file line number Diff line number Diff line change
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.23.4",
"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.23.4",
"@babel/core": "^7.23.3",
"@types/micromatch": "^4.0.2",
"babel-preset-gatsby-package": "^2.22.0-next.0",
"cross-env": "^7.0.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-parcel-namer-relative-to-cwd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
},
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.18.0",
"@babel/runtime": "^7.23.4",
"@parcel/namer-default": "2.6.2",
"@parcel/plugin": "2.6.2",
"gatsby-core-utils": "^3.22.0-next.0"
},
"devDependencies": {
"@babel/cli": "^7.17.10",
"@babel/core": "^7.18.0",
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.3",
"babel-preset-gatsby-package": "^2.22.0-next.0",
"cross-env": "^7.0.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-benchmark-reporting/package.json
Original file line number Diff line number Diff line change
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.23.4",
"@babel/core": "^7.23.3",
"babel-preset-gatsby-package": "^2.22.0-next.0"
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"@babel/runtime": "^7.23.4",
"fast-glob": "^3.2.11",
"gatsby-core-utils": "^3.22.0-next.0",
"node-fetch": "^2.6.7"
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-canonical-urls/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.15.4"
"@babel/runtime": "^7.23.4"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/core": "^7.15.5",
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.3",
"babel-preset-gatsby-package": "^2.22.0-next.0",
"cross-env": "^7.0.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-catch-links/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"@babel/runtime": "^7.23.4",
"escape-string-regexp": "^1.0.5"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/core": "^7.15.5",
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.3",
"babel-preset-gatsby-package": "^2.22.0-next.0",
"cross-env": "^7.0.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-coffeescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"Noah Lange <[email protected]>"
],
"dependencies": {
"@babel/runtime": "^7.15.4",
"@babel/runtime": "^7.23.4",
"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.23.4",
"@babel/core": "^7.23.3",
"babel-preset-gatsby-package": "^2.22.0-next.0",
"cross-env": "^7.0.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-cxs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.15.4"
"@babel/runtime": "^7.23.4"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/core": "^7.15.5",
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.3",
"babel-preset-gatsby-package": "^2.22.0-next.0",
"cross-env": "^7.0.3",
"cxs": "^6.2.0",
Expand Down
Loading

0 comments on commit 6c6d751

Please sign in to comment.