Skip to content

Commit 21e14a3

Browse files
authored
Update dependencies + add Horizon icon to nav (#1060)
* Update dependencies * Add `Horizon` icon to nav * Fix network count (to match dynamic “see all _ networks”) * Try to fix CI * Try something else * Run `pnpm prebuild:ci`
1 parent 0b44d80 commit 21e14a3

File tree

180 files changed

+10005
-5453
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

180 files changed

+10005
-5453
lines changed

.github/workflows/ci-cd-pull-request.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020

2121
- name: Set up env
2222
uses: the-guild-org/shared-config/setup@v1
23+
with:
24+
node-version: 22
2325

2426
- name: Install dependencies
2527
run: pnpm install
@@ -41,6 +43,8 @@ jobs:
4143

4244
- name: Set up env
4345
uses: the-guild-org/shared-config/setup@v1
46+
with:
47+
node-version: 22
4448

4549
- name: Install dependencies
4650
run: pnpm install
@@ -62,6 +66,8 @@ jobs:
6266

6367
- name: Set up env
6468
uses: the-guild-org/shared-config/setup@v1
69+
with:
70+
node-version: 22
6571

6672
- name: Install dependencies
6773
run: pnpm install
@@ -84,6 +90,8 @@ jobs:
8490

8591
- name: Set up env
8692
uses: the-guild-org/shared-config/setup@v1
93+
with:
94+
node-version: 22
8795

8896
- name: Install dependencies
8997
run: pnpm install

.github/workflows/opengraph.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525

2626
- name: Set up env
2727
uses: the-guild-org/shared-config/setup@v1
28+
with:
29+
node-version: 22
2830

2931
- name: Deploy
3032
working-directory: ./packages/og-image

.github/workflows/website-integrity.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222

2323
- name: Set up env
2424
uses: the-guild-org/shared-config/setup@v1
25+
with:
26+
node-version: 22
2527

2628
- name: Run pre-build scripts
2729
run: pnpm prebuild:ci

package.json

Lines changed: 5 additions & 5 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.23.0",
5+
"packageManager": "pnpm@10.25.0",
66
"scripts": {
77
"dev": "turbo run dev",
88
"build": "NODE_OPTIONS='--max-old-space-size=8192' turbo run build",
@@ -21,17 +21,17 @@
2121
},
2222
"devDependencies": {
2323
"@edgeandnode/eslint-config": "^2.0.3",
24-
"@types/node": "^22.19.1",
24+
"@types/node": "^22.19.2",
2525
"eslint": "^8.57.1",
2626
"eslint-plugin-mdx": "^3.6.2",
27-
"prettier": "^3.6.2",
28-
"prettier-plugin-tailwindcss": "^0.7.1",
27+
"prettier": "^3.7.4",
28+
"prettier-plugin-tailwindcss": "^0.7.2",
2929
"remark-frontmatter": "^5.0.0",
3030
"remark-lint-first-heading-level": "^4.0.1",
3131
"remark-lint-heading-increment": "^4.0.1",
3232
"remark-lint-no-heading-punctuation": "^4.0.1",
3333
"remark-lint-restrict-elements": "workspace:*",
34-
"turbo": "^2.6.1",
34+
"turbo": "^2.6.3",
3535
"typescript": "^5.9.3"
3636
},
3737
"resolutions": {

packages/og-image/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"yoga-wasm-web": "^0.3.3"
1717
},
1818
"devDependencies": {
19-
"@cloudflare/workers-types": "^4.20251120.0",
19+
"@cloudflare/workers-types": "^4.20251213.0",
2020
"@types/react": "^18.3.27",
2121
"jest-image-snapshot": "^6.5.1",
2222
"tsx": "4.20.4",

0 commit comments

Comments
 (0)