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 Nov 7, 2024
1 parent 5569add commit 35a7869
Show file tree
Hide file tree
Showing 9 changed files with 332 additions and 63 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"test": "yarn workspaces foreach -Avp run pretest && yarn workspaces foreach -Avp run test"
},
"devDependencies": {
"@babel/eslint-parser": "^7.25.8",
"@babel/preset-react": "^7.25.7",
"@babel/eslint-parser": "^7.25.9",
"@babel/preset-react": "^7.25.9",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.9",
"@hkdobrev/run-if-changed": "^0.6.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.25.7",
"@babel/core": "^7.25.8",
"@babel/cli": "^7.25.9",
"@babel/core": "^7.26.0",
"ackee-tracker": "^5.1.0",
"babel-preset-gatsby-package": "^3.13.1",
"babel-preset-gatsby-package": "^3.14.0",
"cross-env": "^7.0.3"
},
"peerDependencies": {
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.25.7",
"@babel/core": "^7.25.8",
"@babel/cli": "^7.25.9",
"@babel/core": "^7.26.0",
"babel-jest": "^29.7.0",
"babel-preset-gatsby-package": "^3.13.1",
"babel-preset-gatsby-package": "^3.14.0",
"cross-env": "^7.0.3",
"gatsby": "^5.13.7",
"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.25.7"
"@babel/runtime": "^7.26.0"
},
"devDependencies": {
"@babel/cli": "^7.25.7",
"@babel/core": "^7.25.8",
"@babel/cli": "^7.25.9",
"@babel/core": "^7.26.0",
"babel-jest": "^29.7.0",
"babel-preset-gatsby-package": "^3.13.1",
"babel-preset-gatsby-package": "^3.14.0",
"gatsby-plugin-utils": "^4.13.1",
"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.25.7",
"@babel/core": "^7.25.8",
"babel-preset-gatsby-package": "^3.13.1",
"@babel/cli": "^7.25.9",
"@babel/core": "^7.26.0",
"babel-preset-gatsby-package": "^3.14.0",
"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.25.7",
"@babel/core": "^7.25.8",
"babel-preset-gatsby-package": "^3.13.1",
"@babel/cli": "^7.25.9",
"@babel/core": "^7.26.0",
"babel-preset-gatsby-package": "^3.14.0",
"cross-env": "^7.0.3",
"gatsby-source-filesystem": "^5.13.1"
},
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.25.7",
"@babel/core": "^7.25.8",
"@babel/cli": "^7.25.9",
"@babel/core": "^7.26.0",
"@types/node": "^20.16.11",
"babel-preset-gatsby-package": "^3.13.1",
"babel-preset-gatsby-package": "^3.14.0",
"cypress": "^12.17.4",
"start-server-and-test": "^2.0.8"
},
Expand All @@ -37,7 +37,7 @@
"dependencies": {
"@aws-sdk/client-s3": "^3.669.0",
"@aws-sdk/s3-request-presigner": "^3.669.0",
"@babel/runtime": "^7.25.7",
"@babel/runtime": "^7.26.0",
"gatsby-source-filesystem": "^5.13.1"
},
"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.25.7",
"@babel/core": "7.25.8"
"@babel/cli": "7.25.9",
"@babel/core": "7.26.0"
},
"peerDependencies": {
"gatsby": "^4.0.0 || ^5.0.0",
Expand Down
Loading

0 comments on commit 35a7869

Please sign in to comment.