Skip to content

Commit 170ce4f

Browse files
committed
chore: dependency update
1 parent f63bbe7 commit 170ce4f

4 files changed

Lines changed: 10495 additions & 21 deletions

File tree

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,4 @@ yarn-error.log*
3636
# wrangler
3737
wrangler.toml
3838
# Local Netlify folder
39-
.netlify
40-
41-
package-lock.json
39+
.netlify

next-env.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3+
/// <reference path="./.next/types/routes.d.ts" />
34

45
// NOTE: This file should not be edited
56
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.

0 commit comments

Comments
 (0)