Skip to content

Commit 0311ed5

Browse files
committed
Update deps
1 parent 9f3da80 commit 0311ed5

File tree

4 files changed

+56
-63
lines changed

4 files changed

+56
-63
lines changed

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2024 Vercel, Inc.
3+
Copyright (c) 2025 Vercel, Inc.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

next.config.ts

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ export default {
33
remotePatterns: [
44
{
55
protocol: 'https',
6-
hostname: 'avatars.githubusercontent.com'
6+
hostname: 'avatars.githubusercontent.com',
7+
search: ''
78
},
89
{
910
protocol: 'https',
10-
hostname: '*.public.blob.vercel-storage.com'
11+
hostname: '*.public.blob.vercel-storage.com',
12+
search: ''
1113
}
1214
]
1315
}

package.json

+3-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"scripts": {
4-
"dev": "next dev --turbo",
4+
"dev": "next dev --turbopack",
55
"build": "next build",
66
"start": "next start"
77
},
@@ -42,11 +42,6 @@
4242
"singleQuote": true,
4343
"tabWidth": 2,
4444
"trailingComma": "none"
45-
},
46-
"pnpm": {
47-
"overrides": {
48-
"@types/react": "19.0.0",
49-
"@types/react-dom": "19.0.0"
50-
}
5145
}
52-
}
46+
}
47+

pnpm-lock.yaml

+48-52
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)