Skip to content

Commit

Permalink
fix(packages): update non-major dependency versions (#464)
Browse files Browse the repository at this point in the history
* fix(packages): update non-major dependency versions

* Create brown-bats-rhyme.md

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alex Moon <[email protected]>
  • Loading branch information
renovate[bot] and moonmeister authored Jan 1, 2024
1 parent d0b7984 commit c43c4d8
Show file tree
Hide file tree
Showing 6 changed files with 200 additions and 176 deletions.
8 changes: 8 additions & 0 deletions .changeset/brown-bats-rhyme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"gatsby-plugin-fastify": patch
"gatsby-plugin-relative-ci": patch
"gatsby-source-s3": patch
"gatsby-source-strapi": patch
---

fix(packages): update non-major dependency versions
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.11",
"@types/mime": "^3.0.4",
"@types/node": "^20.10.5",
"@types/node": "^20.10.6",
"@types/picomatch": "^2.3.3",
"@types/yargs": "^17.0.32",
"babel-jest": "^29.7.0",
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.2"
"@relative-ci/agent": "^4.2.3"
},
"scripts": {
"build": "babel src --out-dir ./dist --ignore \"**/__tests__\"",
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-source-s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.6",
"@types/node": "^20.10.5",
"@types/node": "^20.10.6",
"babel-preset-gatsby-package": "^3.13.0",
"cypress": "^12.17.4",
"start-server-and-test": "^2.0.3"
Expand All @@ -35,8 +35,8 @@
"test": "start-server-and-test 'yarn start' http://localhost:9000 'yarn test:e2e'"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.478.0",
"@aws-sdk/s3-request-presigner": "^3.478.0",
"@aws-sdk/client-s3": "^3.484.0",
"@aws-sdk/s3-request-presigner": "^3.484.0",
"@babel/runtime": "^7.23.6",
"gatsby-source-filesystem": "^5.13.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-source-strapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
],
"license": "MIT",
"dependencies": {
"axios": "1.6.2",
"axios": "1.6.3",
"commonmark": "^0.30.0",
"gatsby-source-filesystem": "^5.13.0",
"lodash": "^4.17.21",
Expand Down
Loading

0 comments on commit c43c4d8

Please sign in to comment.