Skip to content

Commit cf40605

Browse files
authored
Merge pull request #771 from icflorescu/next
Update dev deps & docs website
2 parents 5cbfc66 + 2ff2b08 commit cf40605

File tree

4 files changed

+141
-134
lines changed

4 files changed

+141
-134
lines changed

components/TrustedBy.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,13 @@ const ITEMS: {
110110
link: 'https://github.com/Zibbp/ganymede',
111111
shift: 0.25,
112112
},
113+
{
114+
name: 'Pipedash',
115+
showText: true,
116+
logo: { base: 'pipedash', ext: 'png', scale: 85, shift: 4 },
117+
link: 'https://github.com/hcavarsan/pipedash',
118+
shift: 0.25,
119+
},
113120
{
114121
name: 'COH3 Stats',
115122
showText: true,

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@
8888
"@tanstack/react-query": "^5.90.10",
8989
"@types/lodash": "^4.17.20",
9090
"@types/node": "^24.10.1",
91-
"@types/react": "^19.2.5",
91+
"@types/react": "^19.2.6",
9292
"@types/react-dom": "^19.2.3",
93-
"@typescript-eslint/eslint-plugin": "^8.46.4",
94-
"@typescript-eslint/parser": "^8.46.4",
93+
"@typescript-eslint/eslint-plugin": "^8.47.0",
94+
"@typescript-eslint/parser": "^8.47.0",
9595
"clsx": "^2.1.1",
9696
"cssnano": "^7.1.2",
9797
"dayjs": "^1.11.19",

0 commit comments

Comments
 (0)