chore: bump dev packages, linting, logos (#521)

* chore: upgrade eslint to v9

* chore: update package dependencies in package.json and pnpm-lock.yaml

- Added `minimatch` and `serialize-javascript` dependencies with updated versions.
- Upgraded `ajv` to version 6.14.0.
- Removed outdated dependencies from pnpm-lock.yaml for better package management.

* feat: add Stripe logos to Companies section

- Introduced new company entry for Stripe in the Companies component, including both light and dark logo variants.
- Updated the Companies array to display 10 logos instead of 8.
- Adjusted TypeScript environment reference to point to the development types directory.
This commit is contained in:
Danny Avila
2026-03-02 18:18:50 -05:00
committed by GitHub
parent 28adf5e214
commit a0a74501c9
41 changed files with 635 additions and 1927 deletions

View File

@@ -1,4 +1,3 @@
// eslint-disable-next-line @typescript-eslint/no-require-imports
const { createPreset } = require('fumadocs-ui/tailwind-plugin')
/**
@@ -87,6 +86,6 @@ module.exports = {
},
},
},
// eslint-disable-next-line @typescript-eslint/no-require-imports
plugins: [require('tailwindcss-animate')],
}