Skip to content

Commit 5532df9

Browse files
committed
update more deps
1 parent 96d2630 commit 5532df9

File tree

3 files changed

+28
-291
lines changed

3 files changed

+28
-291
lines changed

next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3-
import "./.next/dev/types/routes.d.ts";
3+
import "./.next/types/routes.d.ts";
44

55
// NOTE: This file should not be edited
66
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "profile",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"private": true,
55
"packageManager": "[email protected]",
66
"scripts": {
@@ -54,14 +54,14 @@
5454
"eslint-config-next": "16.0.10",
5555
"eslint-config-prettier": "10.1.8",
5656
"eslint-plugin-tailwindcss": "^3.18.2",
57-
"globby": "14.0.2",
57+
"globby": "16.0.0",
5858
"gray-matter": "4.0.3",
5959
"husky": "9.1.7",
6060
"lint-staged": "16.2.7",
6161
"plaiceholder": "3.0.0",
6262
"postcss": "8.5.6",
6363
"prettier": "3.7.4",
64-
"sharp": "0.33.5",
64+
"sharp": "0.34.5",
6565
"tailwindcss": "3.4.19",
6666
"typescript": "5.9.3"
6767
},

0 commit comments

Comments
 (0)