Skip to content

Commit 88a92b4

Browse files
authored
Update dependencies + use new GDS components and colors + squash some TODOs (#899)
* Update dependencies + use new GDS components and colors + squash some TODOs * Add German locale * Build * Update GDS and GO again * Update dependencies * Update GDS and GO again * Address AK’s feedback
1 parent a7bd190 commit 88a92b4

30 files changed

+3901
-3821
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "graph-docs",
33
"private": true,
44
"version": "1.0.0",
5-
"packageManager": "pnpm@10.3.0",
5+
"packageManager": "pnpm@10.6.5",
66
"scripts": {
77
"dev": "turbo run dev",
88
"build": "NODE_OPTIONS='--max_old_space_size=4096' turbo run build",
@@ -20,18 +20,18 @@
2020
},
2121
"devDependencies": {
2222
"@edgeandnode/eslint-config": "^2.0.3",
23-
"@types/node": "^22.13.4",
23+
"@types/node": "^22.13.11",
2424
"eslint": "^8.57.1",
25-
"eslint-plugin-mdx": "^3.1.5",
26-
"prettier": "^3.5.1",
25+
"eslint-plugin-mdx": "^3.2.0",
26+
"prettier": "^3.5.3",
2727
"prettier-plugin-tailwindcss": "^0.6.11",
2828
"remark-frontmatter": "^5.0.0",
2929
"remark-lint-first-heading-level": "^4.0.1",
3030
"remark-lint-heading-increment": "^4.0.1",
3131
"remark-lint-no-heading-punctuation": "^4.0.1",
3232
"remark-lint-restrict-elements": "workspace:*",
33-
"turbo": "^2.4.2",
34-
"typescript": "^5.7.3"
33+
"turbo": "^2.4.4",
34+
"typescript": "^5.8.2"
3535
},
3636
"resolutions": {
3737
"@babel/core": "7.26.7"

packages/og-image/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
"yoga-wasm-web": "^0.3.3"
1717
},
1818
"devDependencies": {
19-
"@cloudflare/workers-types": "^4.20250204.0",
20-
"@types/react": "^18.3.18",
19+
"@cloudflare/workers-types": "^4.20250320.0",
20+
"@types/react": "^18.3.19",
2121
"jest-image-snapshot": "^6.4.0",
22-
"tsx": "^4.19.2",
23-
"typescript": "^5.7.3",
22+
"tsx": "^4.19.3",
23+
"typescript": "^5.8.2",
2424
"vitest": "^2.1.9",
25-
"wrangler": "^3.109.0"
25+
"wrangler": "^3.114.2"
2626
},
2727
"sideEffects": false
2828
}

pnpm-lock.yaml

Lines changed: 3394 additions & 3211 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/next.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ const withNextra = nextra({
4242
(key),
4343
)
4444

45+
// TODO: Move back to `src/pages/en/_meta.js` and add `src/pages/en/_meta-titles.json` for the translations
4546
const metaFile = {
4647
index: t('index.title'),
4748
about: '',

website/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,41 +15,41 @@
1515
"move-pages": "tsx scripts/move-pages.ts"
1616
},
1717
"dependencies": {
18-
"@docsearch/react": "^3.8.3",
19-
"@edgeandnode/common": "^7.0.1",
20-
"@edgeandnode/gds": "^6.3.0",
21-
"@edgeandnode/go": "^9.1.0",
18+
"@docsearch/react": "^3.9.0",
19+
"@edgeandnode/common": "^7.0.3",
20+
"@edgeandnode/gds": "^6.5.8",
21+
"@edgeandnode/go": "^9.4.8",
2222
"@emotion/react": "^11.14.0",
2323
"@graphprotocol/contracts": "6.2.1",
2424
"@pinax/graph-networks-registry": "^0.6.7",
2525
"lodash": "^4.17.21",
26-
"mixpanel-browser": "^2.60.0",
27-
"motion": "^12.4.2",
28-
"next": "^14.2.24",
26+
"mixpanel-browser": "^2.61.2",
27+
"motion": "^12.5.0",
28+
"next": "^14.2.25",
2929
"next-seo": "^6.6.0",
3030
"next-sitemap": "^4.2.3",
3131
"nextra": "^3.3.1",
3232
"react": "^18.3.1",
3333
"react-dom": "^18.3.1",
3434
"react-ga4": "^2.1.0",
35-
"react-intersection-observer": "^9.15.1",
35+
"react-intersection-observer": "^9.16.0",
3636
"react-use": "^17.6.0",
3737
"rehype-unwrap-images": "workspace:*",
38-
"theme-ui": "^0.17.1",
38+
"theme-ui": "^0.17.2",
3939
"unist-util-visit": "^5.0.0"
4040
},
4141
"devDependencies": {
42-
"@types/lodash": "^4.17.15",
42+
"@types/lodash": "^4.17.16",
4343
"@types/mdast": "^4.0.4",
4444
"@types/mixpanel-browser": "^2.51.0",
45-
"@types/node": "^22.13.4",
46-
"@types/react": "^18.3.18",
45+
"@types/node": "^22.13.11",
46+
"@types/react": "^18.3.19",
4747
"@types/react-dom": "^18.3.5",
48-
"autoprefixer": "^10.4.20",
49-
"fast-xml-parser": "^4.5.1",
50-
"postcss": "^8.5.2",
48+
"autoprefixer": "^10.4.21",
49+
"fast-xml-parser": "^5.0.9",
50+
"postcss": "^8.5.3",
5151
"tailwindcss": "^3.4.17",
52-
"tsup": "^8.3.6",
53-
"tsx": "^4.19.2"
52+
"tsup": "^8.4.0",
53+
"tsx": "^4.19.3"
5454
}
5555
}

0 commit comments

Comments
 (0)