We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bc262e commit c85a8f7Copy full SHA for c85a8f7
website/package.json
@@ -9,12 +9,11 @@
9
"build": "next build",
10
"pagefind": "pagefind --site .next/server/app --output-path out/_pagefind",
11
"postbuild": "next-sitemap && pnpm pagefind",
12
- "start": "next start",
13
"analyze": "cross-env ANALYZE=true pnpm run build"
14
},
15
"dependencies": {
16
- "@theguild/components": "9.7.0",
17
- "next": "^15.0.0",
+ "@theguild/components": "9.7.1",
+ "next": "^15.3.3",
18
"next-sitemap": "^4.2.3",
19
"react": "^19.0.0",
20
"react-dom": "^19.0.0"
0 commit comments