Skip to content

Commit

Permalink
chore(packages): update dependency @types/jest to ^29.5.13 (#471)
Browse files Browse the repository at this point in the history
* chore(packages): update dependency @types/jest to ^29.5.13

* Create cyan-donuts-bake.md

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alex Moon <moonmeister@users.noreply.github.com>
  • Loading branch information
renovate[bot] and moonmeister authored Oct 9, 2024
1 parent 3731300 commit 3ff08a8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/cyan-donuts-bake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"gatsby-plugin-fastify": patch
---

chore(packages): update dependency @types/jest to ^29.5.13
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@babel/core": "^7.25.7",
"@types/connect": "^3.4.38",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.11",
"@types/jest": "^29.5.13",
"@types/mime": "^3.0.4",
"@types/node": "^20.10.6",
"@types/picomatch": "^2.3.3",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9974,13 +9974,13 @@ __metadata:
languageName: node
linkType: hard

"@types/jest@npm:^29.5.11":
version: 29.5.11
resolution: "@types/jest@npm:29.5.11"
"@types/jest@npm:^29.5.13":
version: 29.5.13
resolution: "@types/jest@npm:29.5.13"
dependencies:
expect: "npm:^29.0.0"
pretty-format: "npm:^29.0.0"
checksum: 798f4c89407d9457bea1256de74c26f2b279f6c789c0e3311cd604cc75cdab333b9a29b00c51b0090d31abdf11cc788b4103282851a653bef6daf72edf97eef2
checksum: 7d6e3e4ef4b1cab0f61270d55764709512fdfbcb1bd47c0ef44117d48490529c1f264dacf3440b9188363e99e290b80b79c529eadc3af2184116a90f6856b192
languageName: node
linkType: hard

Expand Down Expand Up @@ -17501,7 +17501,7 @@ __metadata:
"@fastify/static": "npm:^6.12.0"
"@types/connect": "npm:^3.4.38"
"@types/fs-extra": "npm:^11.0.4"
"@types/jest": "npm:^29.5.11"
"@types/jest": "npm:^29.5.13"
"@types/mime": "npm:^3.0.4"
"@types/node": "npm:^20.10.6"
"@types/picomatch": "npm:^2.3.3"
Expand Down

0 comments on commit 3ff08a8

Please sign in to comment.