Skip to content

Commit f3b9a52

Browse files
authored
Merge pull request #376 from wpengine/fix-500
Fix 500
2 parents 9ddef8b + 2850b7c commit f3b9a52

3 files changed

Lines changed: 743 additions & 662 deletions

File tree

.env.local.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ NEXT_PUBLIC_GOOGLE_ANALYTICS_KEY=ga-key
1616

1717
# Google Vertex AI API Key
1818
GOOGLE_VERTEX_CLIENT_EMAIL=example-project-website@example-org.iam.gserviceaccount.com
19-
GOOGLE_PRIVATE_KEY="-----BEGIN PRIVATE KEY-----Your private key here-----END PRIVATE KEY-----"
19+
GOOGLE_VERTEX_PRIVATE_KEY="-----BEGIN PRIVATE KEY-----Your private key here-----END PRIVATE KEY-----"
2020
GOOGLE_VERTEX_LOCATION=us-west1
2121
GOOGLE_VERTEX_PROJECT=example-project

package.json

Lines changed: 25 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -20,31 +20,31 @@
2020
"prepare": "husky"
2121
},
2222
"dependencies": {
23-
"@ai-sdk/google-vertex": "^3.0.86",
24-
"@ai-sdk/react": "^2.0.106",
23+
"@ai-sdk/google-vertex": "^3.0.137",
24+
"@ai-sdk/react": "^2.0.190",
2525
"@apollo/client": "^3.14.0",
2626
"@faustwp/blocks": "^6.1.8",
27-
"@faustwp/cli": "^3.3.6",
28-
"@faustwp/core": "^3.3.6",
29-
"@headlessui/react": "^2.2.9",
27+
"@faustwp/cli": "^3.4.1",
28+
"@faustwp/core": "^3.4.1",
29+
"@headlessui/react": "^2.2.10",
3030
"@jsdevtools/rehype-url-inspector": "^2.0.2",
31-
"@next/third-parties": "^15.5.7",
31+
"@next/third-parties": "^15.5.18",
3232
"@octokit/core": "^7.0.6",
3333
"@shikijs/transformers": "^3.19.0",
3434
"@sindresorhus/slugify": "^3.0.0",
3535
"@wpengine/atlas-next": "^3.0.2",
36-
"ai": "^5.0.106",
36+
"ai": "^5.0.188",
3737
"date-fns": "^4.1.0",
3838
"date-fns-tz": "^3.2.0",
39-
"feed": "^5.1.0",
40-
"graphql": "^16.12.0",
39+
"feed": "^5.2.1",
40+
"graphql": "^16.14.0",
4141
"http-status-codes": "^2.3.0",
4242
"lodash.debounce": "^4.0.8",
4343
"next": "^15.5.12",
44-
"next-mdx-remote-client": "^2.1.7",
44+
"next-mdx-remote-client": "^2.1.10",
4545
"next-sitemap": "^4.2.3",
46-
"react": "^19.2.1",
47-
"react-dom": "^19.2.1",
46+
"react": "^19.2.6",
47+
"react-dom": "^19.2.6",
4848
"react-icons": "^5.5.0",
4949
"react-intersection-observer": "^9.16.0",
5050
"react-markdown": "^10.1.0",
@@ -62,10 +62,10 @@
6262
"strip-markdown": "^6.0.0",
6363
"unified": "^11.0.5",
6464
"vfile-matter": "^5.0.1",
65-
"zod": "^4.1.13"
65+
"zod": "^4.4.3"
6666
},
6767
"devDependencies": {
68-
"@tailwindcss/postcss": "^4.1.17",
68+
"@tailwindcss/postcss": "^4.3.0",
6969
"@tailwindcss/typography": "^0.5.19",
7070
"concurrently": "^9.2.1",
7171
"eslint": "^9.39.1",
@@ -77,15 +77,15 @@
7777
"next-secure-headers": "^2.2.0",
7878
"postcss": "^8.5.6",
7979
"postcss-nesting": "^13.0.2",
80-
"prettier": "^3.7.4",
81-
"prettier-plugin-tailwindcss": "^0.7.2",
82-
"tailwindcss": "^4.1.17"
80+
"prettier": "^3.8.3",
81+
"prettier-plugin-tailwindcss": "^0.7.4",
82+
"tailwindcss": "^4.3.0"
8383
},
8484
"engines": {
8585
"node": "^22",
8686
"npm": "use-pnpm"
8787
},
88-
"packageManager": "pnpm@10.24.0+sha512.01ff8ae71b4419903b65c60fb2dc9d34cf8bb6e06d03bde112ef38f7a34d6904c424ba66bea5cdcf12890230bf39f9580473140ed9c946fef328b6e5238a345a",
88+
"packageManager": "pnpm@10.33.4+sha512.1c67b3b359b2d408119ba1ed289f34b8fc3c6873412bec6fd264fbdc82489e510fcbecb9ce9d22dae7f3b76269d8441046014bdca53b9979cd7a561ad631b800",
8989
"lint-staged": {
9090
"*": "pnpm format",
9191
"*.{js,jsx}": "pnpm lint"
@@ -96,25 +96,15 @@
9696
"sharp",
9797
"unrs-resolver"
9898
],
99-
"overrides": {
100-
"@eslint/plugin-kit@<0.3.4": ">=0.3.4",
101-
"minimatch@>=10.0.0 <10.2.1": ">=10.2.1",
102-
"minimatch@>=10.0.0 <10.2.3": ">=10.2.3",
103-
"ajv@>=7.0.0-alpha.0 <8.18.0": ">=8.18.0",
104-
"svelte@<4.2.19": ">=4.2.19",
105-
"svelte@<=5.51.4": ">=5.51.5",
106-
"svelte@<=5.53.4": ">=5.53.5",
107-
"lodash@>=4.0.0 <=4.17.23": ">=4.18.0",
108-
"lodash@<=4.17.23": ">=4.18.0",
109-
"next@>=13.0.0 <15.5.15": ">=15.5.15",
110-
"postcss@<8.5.10": ">=8.5.10",
111-
"fast-xml-builder@<=1.1.6": ">=1.1.7",
112-
"fast-uri@<=3.1.0": ">=3.1.1",
113-
"fast-uri@<=3.1.1": ">=3.1.2",
114-
"fast-xml-parser@<5.7.0": ">=5.7.0"
115-
},
11699
"patchedDependencies": {
117100
"eslint-config-neon": "patches/eslint-config-neon.patch"
101+
},
102+
"overrides": {
103+
"@eslint/plugin-kit@<0.3.4": "^0.3.4",
104+
"minimatch@>=10.0.0 <10.2.1": "^10.2.1",
105+
"minimatch@>=10.0.0 <10.2.3": "^10.2.3",
106+
"ajv@>=7.0.0-alpha.0 <8.18.0": "^8.18.0",
107+
"postcss@<8.5.10": "^8.5.10"
118108
}
119109
}
120110
}

0 commit comments

Comments
 (0)