Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(babel): update build tooling #490

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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