Skip to content

Commit b4fda94

Browse files
committed
1 parent afd212b commit b4fda94

File tree

3 files changed

+86
-85
lines changed

3 files changed

+86
-85
lines changed

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/app/api-reference/config/typescript for more information.

package-lock.json

Lines changed: 80 additions & 80 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
"test:run": "playwright test"
2828
},
2929
"dependencies": {
30-
"@arcjet/decorate": "1.0.0-beta.11",
31-
"@arcjet/env": "1.0.0-beta.11",
32-
"@arcjet/ip": "1.0.0-beta.11",
33-
"@arcjet/next": "1.0.0-beta.11",
30+
"@arcjet/decorate": "1.0.0-beta.12",
31+
"@arcjet/env": "1.0.0-beta.12",
32+
"@arcjet/ip": "1.0.0-beta.12",
33+
"@arcjet/next": "1.0.0-beta.12",
3434
"@fontsource-variable/figtree": "5.2.8",
3535
"@fontsource/ibm-plex-mono": "5.2.6",
3636
"@hookform/resolvers": "5.1.1",
37-
"@nosecone/next": "1.0.0-beta.11",
37+
"@nosecone/next": "1.0.0-beta.12",
3838
"@oddbird/css-anchor-positioning": "0.6.1",
3939
"next": "15.5.2",
4040
"next-auth": "5.0.0-beta.29",

0 commit comments

Comments
 (0)