Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#1439)
Browse files Browse the repository at this point in the history
* chore(deps): update all non-major dependencies

* chore(dependencies): updated changesets for modified dependencies

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and github-actions[bot] authored Mar 25, 2024
1 parent 85ab7f5 commit 428522d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 10 deletions.
5 changes: 5 additions & 0 deletions .changeset/sofa-api-1439-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'sofa-api': patch
---
dependencies updates:
- Updated dependency [`fets@^0.8.0` ↗︎](https://www.npmjs.com/package/fets/v/0.8.0) (from `^0.7.0`, in `dependencies`)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"dependencies": {
"@graphql-tools/utils": "^10.0.0",
"@whatwg-node/fetch": "^0.9.14",
"fets": "^0.7.0",
"fets": "^0.8.0",
"ansi-colors": "^4.1.3",
"openapi-types": "^12.1.0",
"param-case": "^3.0.4",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@theguild/tailwind-config": "0.3.2",
"@types/node": "20.11.30",
"@types/react": "18.2.69",
"@types/react": "18.2.70",
"typescript": "5.4.3"
},
"resolutions": {
Expand Down
8 changes: 4 additions & 4 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -627,10 +627,10 @@
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.11.tgz#2596fb352ee96a1379c657734d4b913a613ad563"
integrity sha512-ga8y9v9uyeiLdpKddhxYQkxNDrfvuPrlFb0N1qnZZByvcElJaXthF1UhvCh9TLWJBEHeNtdnbysW7Y6Uq8CVng==

"@types/[email protected].69":
version "18.2.69"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.69.tgz#313ec21891b22bb7646a54cb4bdb8cddb0880271"
integrity sha512-W1HOMUWY/1Yyw0ba5TkCV+oqynRjG7BnteBB+B7JmAK7iw3l2SW+VGOxL+akPweix6jk2NNJtyJKpn4TkpfK3Q==
"@types/[email protected].70":
version "18.2.70"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.70.tgz#89a37f9e0a6a4931f4259c598f40fd44dd6abf71"
integrity sha512-hjlM2hho2vqklPhopNkXkdkeq6Lv8WSZTpr7956zY+3WS5cfYUewtCzsJLsbW5dEv3lfSeQ4W14ZFeKC437JRQ==
dependencies:
"@types/prop-types" "*"
"@types/scheduler" "*"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2958,10 +2958,10 @@ fb-watchman@^2.0.0:
dependencies:
bser "2.1.1"

fets@^0.7.0:
version "0.7.2"
resolved "https://registry.yarnpkg.com/fets/-/fets-0.7.2.tgz#4c68d8a7b94546b2e1044ce967037c82de33b153"
integrity sha512-t274naOfamd7FQwREER9XBx/gxHzFS4PHnYdms821cr0htoGcT4N0BWHtzPetPhHaBzP4P1nrk5i66L9F6arjA==
fets@^0.8.0:
version "0.8.0"
resolved "https://registry.yarnpkg.com/fets/-/fets-0.8.0.tgz#2cf9e2ffbb7b3e0e689df373d274ae7257141bee"
integrity sha512-Nv+a4w06cTo8mifghqxrmn/Gm/+bvox4HEzuaN5070dkm+upM0i/1+FMOFaOvmm9oG9y6932N3VHTdG63khjQQ==
dependencies:
"@sinclair/typebox" "^0.32.0"
"@whatwg-node/cookie-store" "^0.2.0"
Expand Down

0 comments on commit 428522d

Please sign in to comment.