Skip to content

Commit

Permalink
chore(babel): update build tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 28, 2024
1 parent 47d4db8 commit f9593de
Show file tree
Hide file tree
Showing 10 changed files with 450 additions and 166 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"test": "yarn workspaces foreach -Avp run pretest && yarn workspaces foreach -Avp run test"
},
"devDependencies": {
"@babel/eslint-parser": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"@babel/eslint-parser": "^7.25.1",
"@babel/preset-react": "^7.24.7",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@hkdobrev/run-if-changed": "^0.3.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-ackee-tracker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"watch": "yarn build --watch"
},
"dependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.7",
"@babel/cli": "^7.24.8",
"@babel/core": "^7.24.9",
"ackee-tracker": "^5.1.0",
"babel-preset-gatsby-package": "^3.13.0",
"babel-preset-gatsby-package": "^3.13.1",
"cross-env": "^7.0.3"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/gatsby-plugin-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"watch": "yarn build --watch"
},
"dependencies": {
"@babel/runtime": "^7.23.7",
"@babel/runtime": "^7.25.0",
"@fastify/accepts": "^4.3.0",
"@fastify/http-proxy": "^8.4.0",
"@fastify/middie": "^8.3.0",
Expand All @@ -46,8 +46,8 @@
"yargs": "^17.7.2"
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.7",
"@babel/cli": "^7.24.8",
"@babel/core": "^7.24.9",
"@types/connect": "^3.4.38",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.11",
Expand All @@ -56,7 +56,7 @@
"@types/picomatch": "^2.3.3",
"@types/yargs": "^17.0.32",
"babel-jest": "^29.7.0",
"babel-preset-gatsby-package": "^3.13.0",
"babel-preset-gatsby-package": "^3.13.1",
"cross-env": "^7.0.3",
"jest": "^29.7.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-github-ribbon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"react-dom": "*"
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.7",
"@babel/cli": "^7.24.8",
"@babel/core": "^7.24.9",
"babel-jest": "^29.7.0",
"babel-preset-gatsby-package": "^3.13.0",
"babel-preset-gatsby-package": "^3.13.1",
"cross-env": "^7.0.3",
"gatsby": "^5.13.1",
"jest": "^29.7.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/gatsby-plugin-pinterest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
"test": "jest --coverage"
},
"dependencies": {
"@babel/runtime": "^7.23.7"
"@babel/runtime": "^7.25.0"
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.7",
"@babel/cli": "^7.24.8",
"@babel/core": "^7.24.9",
"babel-jest": "^29.7.0",
"babel-preset-gatsby-package": "^3.13.0",
"babel-preset-gatsby-package": "^3.13.1",
"gatsby-plugin-utils": "^4.13.0",
"jest": "^29.7.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-relative-ci/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"watch": "yarn build --watch"
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.7",
"babel-preset-gatsby-package": "^3.13.0",
"@babel/cli": "^7.24.8",
"@babel/core": "^7.24.9",
"babel-preset-gatsby-package": "^3.13.1",
"cross-env": "^7.0.3"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-source-packagist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"watch": "yarn build --watch"
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.7",
"babel-preset-gatsby-package": "^3.13.0",
"@babel/cli": "^7.24.8",
"@babel/core": "^7.24.9",
"babel-preset-gatsby-package": "^3.13.1",
"cross-env": "^7.0.3",
"gatsby-source-filesystem": "^5.13.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/gatsby-source-s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"s3"
],
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.7",
"@babel/cli": "^7.24.8",
"@babel/core": "^7.24.9",
"@types/node": "^20.10.6",
"babel-preset-gatsby-package": "^3.13.0",
"babel-preset-gatsby-package": "^3.13.1",
"cypress": "^12.17.4",
"start-server-and-test": "^2.0.3"
},
Expand All @@ -37,7 +37,7 @@
"dependencies": {
"@aws-sdk/client-s3": "^3.484.0",
"@aws-sdk/s3-request-presigner": "^3.484.0",
"@babel/runtime": "^7.23.7",
"@babel/runtime": "^7.25.0",
"gatsby-source-filesystem": "^5.13.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-source-strapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"build": "babel src --out-dir dist"
},
"devDependencies": {
"@babel/cli": "7.23.4",
"@babel/core": "7.23.7"
"@babel/cli": "7.24.8",
"@babel/core": "7.24.9"
},
"peerDependencies": {
"gatsby": "^4.0.0 || ^5.0.0",
Expand Down
Loading

0 comments on commit f9593de

Please sign in to comment.