Skip to content

Commit 53167a0

Browse files
committed
update deps
1 parent 78d5003 commit 53167a0

File tree

3 files changed

+91
-98
lines changed

3 files changed

+91
-98
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/types/routes.d.ts";
3+
import "./.next/dev/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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"update:canaries": "pnpm up next@canary eslint-config-next@canary @next/env@canary next-sanity@latest"
1616
},
1717
"dependencies": {
18-
"@next/env": "16.0.0-canary.10",
18+
"@next/env": "16.0.0-canary.15",
1919
"@sanity/client": "7.12.0",
2020
"@sanity/demo": "2.0.0",
2121
"@sanity/icons": "3.7.4",
@@ -27,7 +27,7 @@
2727
"@vercel/speed-insights": "1.2.0",
2828
"classnames": "2.5.1",
2929
"date-fns": "4.1.0",
30-
"next": "16.0.0-canary.10",
30+
"next": "16.0.0-canary.15",
3131
"next-sanity": "11.5.5",
3232
"react": "19.2.0",
3333
"react-dom": "19.2.0",
@@ -46,14 +46,14 @@
4646
"@types/react": "19.2.2",
4747
"autoprefixer": "10.4.21",
4848
"babel-plugin-react-compiler": "1.0.0",
49-
"eslint": "9.37.0",
49+
"eslint": "9.38.0",
5050
"eslint-formatter-gha": "1.6.0",
5151
"eslint-plugin-react-hooks": "7.0.0",
5252
"postcss": "8.5.6",
5353
"prettier": "3.6.2",
54-
"prettier-plugin-tailwindcss": "0.6.14",
54+
"prettier-plugin-tailwindcss": "0.7.1",
5555
"tailwindcss": "3.4.18",
5656
"typescript": "5.9.3"
5757
},
58-
"packageManager": "pnpm@10.17.1"
58+
"packageManager": "pnpm@10.18.3"
5959
}

0 commit comments

Comments
 (0)