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
2 changes: 1 addition & 1 deletion .env.local.example
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ NEXT_PUBLIC_GOOGLE_ANALYTICS_KEY=ga-key

# Google Vertex AI API Key
GOOGLE_VERTEX_CLIENT_EMAIL=example-project-website@example-org.iam.gserviceaccount.com
GOOGLE_PRIVATE_KEY="-----BEGIN PRIVATE KEY-----Your private key here-----END PRIVATE KEY-----"
GOOGLE_VERTEX_PRIVATE_KEY="-----BEGIN PRIVATE KEY-----Your private key here-----END PRIVATE KEY-----"
GOOGLE_VERTEX_LOCATION=us-west1
GOOGLE_VERTEX_PROJECT=example-project
60 changes: 25 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,31 +20,31 @@
"prepare": "husky"
},
"dependencies": {
"@ai-sdk/google-vertex": "^3.0.86",
"@ai-sdk/react": "^2.0.106",
"@ai-sdk/google-vertex": "^3.0.137",
"@ai-sdk/react": "^2.0.190",
"@apollo/client": "^3.14.0",
"@faustwp/blocks": "^6.1.8",
"@faustwp/cli": "^3.3.6",
"@faustwp/core": "^3.3.6",
"@headlessui/react": "^2.2.9",
"@faustwp/cli": "^3.4.1",
"@faustwp/core": "^3.4.1",
"@headlessui/react": "^2.2.10",
"@jsdevtools/rehype-url-inspector": "^2.0.2",
"@next/third-parties": "^15.5.7",
"@next/third-parties": "^15.5.18",
"@octokit/core": "^7.0.6",
"@shikijs/transformers": "^3.19.0",
"@sindresorhus/slugify": "^3.0.0",
"@wpengine/atlas-next": "^3.0.2",
"ai": "^5.0.106",
"ai": "^5.0.188",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"feed": "^5.1.0",
"graphql": "^16.12.0",
"feed": "^5.2.1",
"graphql": "^16.14.0",
"http-status-codes": "^2.3.0",
"lodash.debounce": "^4.0.8",
"next": "^15.5.12",
"next-mdx-remote-client": "^2.1.7",
"next-mdx-remote-client": "^2.1.10",
"next-sitemap": "^4.2.3",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-icons": "^5.5.0",
"react-intersection-observer": "^9.16.0",
"react-markdown": "^10.1.0",
Expand All @@ -62,10 +62,10 @@
"strip-markdown": "^6.0.0",
"unified": "^11.0.5",
"vfile-matter": "^5.0.1",
"zod": "^4.1.13"
"zod": "^4.4.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.17",
"@tailwindcss/postcss": "^4.3.0",
"@tailwindcss/typography": "^0.5.19",
"concurrently": "^9.2.1",
"eslint": "^9.39.1",
Expand All @@ -77,15 +77,15 @@
"next-secure-headers": "^2.2.0",
"postcss": "^8.5.6",
"postcss-nesting": "^13.0.2",
"prettier": "^3.7.4",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "^4.1.17"
"prettier": "^3.8.3",
"prettier-plugin-tailwindcss": "^0.7.4",
"tailwindcss": "^4.3.0"
},
"engines": {
"node": "^22",
"npm": "use-pnpm"
},
"packageManager": "pnpm@10.24.0+sha512.01ff8ae71b4419903b65c60fb2dc9d34cf8bb6e06d03bde112ef38f7a34d6904c424ba66bea5cdcf12890230bf39f9580473140ed9c946fef328b6e5238a345a",
"packageManager": "pnpm@10.33.4+sha512.1c67b3b359b2d408119ba1ed289f34b8fc3c6873412bec6fd264fbdc82489e510fcbecb9ce9d22dae7f3b76269d8441046014bdca53b9979cd7a561ad631b800",
"lint-staged": {
"*": "pnpm format",
"*.{js,jsx}": "pnpm lint"
Expand All @@ -96,25 +96,15 @@
"sharp",
"unrs-resolver"
],
"overrides": {
"@eslint/plugin-kit@<0.3.4": ">=0.3.4",
"minimatch@>=10.0.0 <10.2.1": ">=10.2.1",
"minimatch@>=10.0.0 <10.2.3": ">=10.2.3",
"ajv@>=7.0.0-alpha.0 <8.18.0": ">=8.18.0",
"svelte@<4.2.19": ">=4.2.19",
"svelte@<=5.51.4": ">=5.51.5",
"svelte@<=5.53.4": ">=5.53.5",
"lodash@>=4.0.0 <=4.17.23": ">=4.18.0",
"lodash@<=4.17.23": ">=4.18.0",
"next@>=13.0.0 <15.5.15": ">=15.5.15",
"postcss@<8.5.10": ">=8.5.10",
"fast-xml-builder@<=1.1.6": ">=1.1.7",
"fast-uri@<=3.1.0": ">=3.1.1",
"fast-uri@<=3.1.1": ">=3.1.2",
"fast-xml-parser@<5.7.0": ">=5.7.0"
},
"patchedDependencies": {
"eslint-config-neon": "patches/eslint-config-neon.patch"
},
"overrides": {
"@eslint/plugin-kit@<0.3.4": "^0.3.4",
"minimatch@>=10.0.0 <10.2.1": "^10.2.1",
"minimatch@>=10.0.0 <10.2.3": "^10.2.3",
"ajv@>=7.0.0-alpha.0 <8.18.0": "^8.18.0",
"postcss@<8.5.10": "^8.5.10"
}
}
}
Loading
Loading