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

fix(deps): update dependency type-fest to v4.28.0 #6097

Merged
merged 1 commit into from
Nov 24, 2024
Merged
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
2 changes: 1 addition & 1 deletion apps/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"rooks": "7.14.1",
"sharp": "0.33.5",
"superjson": "2.2.1",
"type-fest": "4.27.0",
"type-fest": "4.28.0",
"wonka": "6.3.4",
"zod": "3.23.8"
},
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15727,7 +15727,7 @@ __metadata:
size-limit: "npm:11.1.6"
superjson: "npm:2.2.1"
tailwindcss: "npm:3.4.15"
type-fest: "npm:4.27.0"
type-fest: "npm:4.28.0"
typescript: "npm:5.7.2"
vite: "npm:5.4.11"
vite-plugin-magical-svg: "npm:1.3.0"
Expand Down Expand Up @@ -19921,10 +19921,10 @@ __metadata:
languageName: node
linkType: hard

"type-fest@npm:4.27.0":
version: 4.27.0
resolution: "type-fest@npm:4.27.0"
checksum: 10c0/30c8ebe1219725021f5b5006081bd828c4e915de0de65e9a87065f566a96ece706846b2c874ac04c0dcfdfe6b4ae47ad15d3285c9aab162cb79c026dfb2e7556
"type-fest@npm:4.28.0":
version: 4.28.0
resolution: "type-fest@npm:4.28.0"
checksum: 10c0/fbaf766ae002c2b97e22cd1f48f20d6ff05915f25cf04632591e9ab52ee716cf38b9554f6198625c07e3e8bdf5277c284f8889cfe1fbea6fc19374706f2c75f8
languageName: node
linkType: hard

Expand Down
Loading