Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nextra 4 Migration 1: Update dependencies #8116

Open
wants to merge 8 commits into
base: rebranding-umbrella
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
2 changes: 1 addition & 1 deletion website/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"start": "next start"
},
"dependencies": {
"@theguild/components": "^7.0.0",
"@theguild/components": "^8.0.0",
"next": "^15.0.0",
"next-sitemap": "^4.2.3",
"react": "^19.0.0",
Expand Down
4 changes: 1 addition & 3 deletions website/postcss.config.mjs
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
import postcssConfig from '@theguild/tailwind-config/postcss.config';

export default postcssConfig;
export { default } from '@theguild/tailwind-config/postcss.config';
Loading
Loading