Skip to content

Commit

Permalink
fix(deps): update @theguild/components + nextra
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and ardatan committed Jan 20, 2025
1 parent 1dcfa33 commit 6a807d5
Show file tree
Hide file tree
Showing 6 changed files with 294 additions and 659 deletions.
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/basic-features/typescript for more information.
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
7 changes: 5 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,20 @@
"start": "next start"
},
"dependencies": {
"@theguild/components": "7.1.0",
"@theguild/components": "7.6.1",
"next": "15.1.5",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@theguild/tailwind-config": "0.5.0",
"@theguild/tailwind-config": "0.6.2",
"@types/node": "22.10.7",
"@types/react": "19.0.7",
"cross-env": "7.0.3",
"next-sitemap": "4.2.3",
"postcss-import": "16.1.0",
"postcss-lightningcss": "1.0.1",
"tailwindcss": "3.4.17",
"typescript": "5.7.3"
},
"browserslist": {
Expand Down
1 change: 0 additions & 1 deletion website/postcss.config.cjs

This file was deleted.

1 change: 1 addition & 0 deletions website/postcss.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { default } from '@theguild/tailwind-config/postcss.config';
6 changes: 3 additions & 3 deletions website/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"compilerOptions": {
"target": "es2019",
"module": "commonjs",
"target": "esnext",
"module": "esnext",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"noEmit": true,
"moduleResolution": "node",
"moduleResolution": "bundler",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
Expand Down
Loading

0 comments on commit 6a807d5

Please sign in to comment.