Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/_reusable-docker-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd

- name: Log in to GitHub Container Registry
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
fetch-depth: 0

- name: Log in to GitHub Container Registry
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down
14 changes: 7 additions & 7 deletions dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"@codemirror/lang-xml": "^6.1.0",
"@codemirror/language": "^6.12.3",
"@codemirror/legacy-modes": "^6.5.2",
"@codemirror/view": "^6.40.0",
"@codemirror/view": "^6.41.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@next/third-parties": "^16.2.1",
"@next/third-parties": "^16.2.2",
"@opennextjs/cloudflare": "^1.18.0",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-avatar": "^1.1.11",
Expand All @@ -45,7 +45,7 @@
"@stripe/react-stripe-js": "^5.6.1",
"@stripe/stripe-js": "^8.11.0",
"@supabase/ssr": "^0.10.0",
"@supabase/supabase-js": "^2.101.1",
"@supabase/supabase-js": "^2.102.1",
"@tailwindcss/typography": "^0.5.19",
"@uiw/codemirror-theme-okaidia": "^4.25.9",
"@uiw/react-codemirror": "^4.25.9",
Expand All @@ -56,7 +56,7 @@
"embla-carousel-react": "^8.6.0",
"gray-matter": "^4.0.3",
"lucide-react": "^0.577.0",
"next": "16.2.1",
"next": "16.2.2",
"next-themes": "^0.4.6",
"nprogress": "^0.2.0",
"radix-ui": "^1.4.3",
Expand All @@ -75,15 +75,15 @@
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.2",
"@types/node": "^25.5.0",
"@types/node": "^25.5.2",
"@types/nprogress": "^0.2.3",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.4",
"eslint-config-next": "16.2.1",
"eslint-config-next": "16.2.2",
"tailwindcss": "^4.2.2",
"typescript": "^5.9.3",
"wrangler": "^4.79.0"
"wrangler": "^4.80.0"
},
"pnpm": {
"onlyBuiltDependencies": [
Expand Down
597 changes: 293 additions & 304 deletions dashboard/pnpm-lock.yaml

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@
"postinstall": "fumadocs-mdx"
},
"dependencies": {
"@ai-sdk/openai": "^3.0.49",
"@ai-sdk/react": "^3.0.144",
"@next/third-parties": "^16.2.1",
"@ai-sdk/openai": "^3.0.51",
"@ai-sdk/react": "^3.0.151",
"@next/third-parties": "^16.2.2",
"@opennextjs/cloudflare": "^1.18.0",
"@radix-ui/react-hover-card": "^1.1.15",
"ai": "^6.0.142",
"ai": "^6.0.149",
"d3-force": "^3.0.0",
"fumadocs-core": "16.7.7",
"fumadocs-core": "16.7.10",
"fumadocs-mdx": "14.2.11",
"fumadocs-openapi": "^10.6.1",
"fumadocs-ui": "16.7.7",
"fumadocs-openapi": "^10.6.6",
"fumadocs-ui": "16.7.10",
"lucide-react": "^0.577.0",
"mermaid": "^11.13.0",
"next": "16.2.1",
"mermaid": "^11.14.0",
"next": "16.2.2",
"next-themes": "^0.4.6",
"react": "^19.2.4",
"react-dom": "^19.2.4",
Expand All @@ -42,13 +42,13 @@
"@tailwindcss/postcss": "^4.2.2",
"@types/d3-force": "^3.0.10",
"@types/mdx": "^2.0.13",
"@types/node": "^25.5.0",
"@types/node": "^25.5.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"postcss": "^8.5.8",
"tailwindcss": "^4.2.2",
"typescript": "^5.9.3",
"wrangler": "^4.79.0"
"wrangler": "^4.80.0"
},
"pnpm": {
"onlyBuiltDependencies": [
Expand Down
603 changes: 303 additions & 300 deletions docs/pnpm-lock.yaml

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion landingpage/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const __dirname = dirname(__filename)

const compat = new FlatCompat({
baseDirectory: __dirname,
resolvePluginsRelativeTo: __dirname,
})

const eslintConfig = [
Expand All @@ -31,7 +32,7 @@ const eslintConfig = [
},
},
{
ignores: ['.next/'],
ignores: ['.next/', 'src/payload-types.ts', 'src/payload-generated-schema.ts'],
},
]

Expand Down
5 changes: 5 additions & 0 deletions landingpage/next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ const nextConfig = {
]
},
images: {
localPatterns: [
{
pathname: '/api/media/file/**',
},
],
remotePatterns: [
{
protocol: 'https' as const,
Expand Down
35 changes: 18 additions & 17 deletions landingpage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
},
"dependencies": {
"@gsap/react": "^2.1.2",
"@next/third-parties": "^16.2.1",
"@next/third-parties": "^16.2.2",
"@opennextjs/cloudflare": "^1.18.0",
"@payloadcms/db-d1-sqlite": "3.80.0",
"@payloadcms/next": "3.80.0",
"@payloadcms/plugin-seo": "3.80.0",
"@payloadcms/richtext-lexical": "3.80.0",
"@payloadcms/storage-r2": "3.80.0",
"@payloadcms/ui": "3.80.0",
"@payloadcms/db-d1-sqlite": "3.81.0",
"@payloadcms/next": "3.81.0",
"@payloadcms/plugin-seo": "3.81.0",
"@payloadcms/richtext-lexical": "3.81.0",
"@payloadcms/storage-r2": "3.81.0",
"@payloadcms/ui": "3.81.0",
"@radix-ui/react-slot": "^1.2.4",
"@tailwindcss/postcss": "^4.2.2",
"class-variance-authority": "^0.7.1",
Expand All @@ -46,7 +46,7 @@
"motion": "^12.38.0",
"next": "15.5.14",
"next-themes": "^0.4.6",
"payload": "3.80.0",
"payload": "3.81.0",
"postcss": "^8.5.8",
"react": "19.2.4",
"react-dom": "19.2.4",
Expand All @@ -56,23 +56,23 @@
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@playwright/test": "1.58.2",
"@playwright/test": "1.59.1",
"@testing-library/react": "16.3.2",
"@types/node": "^22.19.15",
"@types/node": "^22.19.17",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "4.7.0",
"eslint": "^9.39.4",
"eslint-config-next": "15.5.14",
"jsdom": "26.1.0",
"playwright": "1.58.2",
"playwright-core": "1.58.2",
"jsdom": "28.0.0",
"playwright": "1.59.1",
"playwright-core": "1.59.1",
"prettier": "^3.8.1",
"tw-animate-css": "^1.4.0",
"typescript": "5.9.3",
"vite-tsconfig-paths": "5.1.4",
"vitest": "3.2.4",
"wrangler": "~4.79.0"
"vite-tsconfig-paths": "6.0.5",
"vitest": "4.0.18",
"wrangler": "~4.80.0"
},
"engines": {
"node": "^18.20.2 || >=20.9.0",
Expand All @@ -94,7 +94,8 @@
"picomatch@<4": ">=2.3.2",
"flatted": ">=3.4.2",
"path-to-regexp@>=8.0.0 <8.4.0": ">=8.4.0",
"happy-dom": ">=20.8.9"
"happy-dom": ">=20.8.9",
"drizzle-orm": ">=0.45.2"
}
},
"cloudflare": {
Expand Down
Loading
Loading