Skip to content

Commit

Permalink
Revert "fix(packages): update non-major dependency versions (#494)"
Browse files Browse the repository at this point in the history
This reverts commit 6c1cd19.
  • Loading branch information
moonmeister authored Jan 6, 2025
1 parent 6c1cd19 commit 26407b6
Show file tree
Hide file tree
Showing 7 changed files with 497 additions and 1,774 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-github-ribbon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"babel-jest": "^29.7.0",
"babel-preset-gatsby-package": "^3.13.1",
"cross-env": "^7.0.3",
"gatsby": "^5.14.1",
"gatsby": "^5.13.7",
"jest": "^29.7.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-pinterest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@babel/core": "^7.25.8",
"babel-jest": "^29.7.0",
"babel-preset-gatsby-package": "^3.13.1",
"gatsby-plugin-utils": "^4.14.0",
"gatsby-plugin-utils": "^4.13.1",
"jest": "^29.7.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-relative-ci/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "Alex Moon <[email protected]>",
"license": "MIT",
"dependencies": {
"@relative-ci/agent": "^4.2.14"
"@relative-ci/agent": "^4.2.12"
},
"scripts": {
"build": "babel src --out-dir ./dist --ignore \"**/__tests__\"",
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-packagist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@babel/core": "^7.25.8",
"babel-preset-gatsby-package": "^3.13.1",
"cross-env": "^7.0.3",
"gatsby-source-filesystem": "^5.14.0"
"gatsby-source-filesystem": "^5.13.1"
},
"peerDependencies": {
"gatsby": "^4.0.0 || ^5.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/gatsby-source-s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"devDependencies": {
"@babel/cli": "^7.25.7",
"@babel/core": "^7.25.8",
"@types/node": "^20.17.12",
"@types/node": "^20.16.11",
"babel-preset-gatsby-package": "^3.13.1",
"cypress": "^12.17.4",
"start-server-and-test": "^2.0.9"
"start-server-and-test": "^2.0.8"
},
"scripts": {
"build": "babel src --out-dir ./dist --ignore \"**/__tests__,**/*.d.ts\" --extensions \".ts,.js\"",
Expand All @@ -35,10 +35,10 @@
"test": "start-server-and-test 'yarn start' http://localhost:9000 'yarn test:e2e'"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.722.0",
"@aws-sdk/s3-request-presigner": "^3.722.0",
"@aws-sdk/client-s3": "^3.669.0",
"@aws-sdk/s3-request-presigner": "^3.669.0",
"@babel/runtime": "^7.25.7",
"gatsby-source-filesystem": "^5.14.0"
"gatsby-source-filesystem": "^5.13.1"
},
"peerDependencies": {
"gatsby": "^4.5.2 || ^5.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-source-strapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
],
"license": "MIT",
"dependencies": {
"axios": "1.7.9",
"axios": "1.7.7",
"commonmark": "^0.31.2",
"gatsby-source-filesystem": "^5.14.0",
"gatsby-source-filesystem": "^5.13.1",
"lodash": "^4.17.21",
"qs": "^6.13.1"
"qs": "^6.13.0"
},
"scripts": {
"build": "babel src --out-dir dist"
Expand Down
Loading

0 comments on commit 26407b6

Please sign in to comment.