Skip to content

Commit

Permalink
chore(deps): update dependency @vitejs/plugin-react to v4.3.4 (#3805)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency @vitejs/plugin-react to v4.3.4

* upd

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Dimitri POSTOLOV <dmytropostolov@gmail.com>
  • Loading branch information
renovate[bot] and dimaMachina authored Dec 24, 2024
1 parent ddcee14 commit e014b3f
Show file tree
Hide file tree
Showing 7 changed files with 260 additions and 111 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,7 @@ the watch mode for both nextra and the theme in separated terminals.
<a href="https://speakeasyapi.dev/docs?utm_source=github&utm_campaign=nextra&utm_content=logolink">
<img src="/docs/pages/showcase/speakeasy.png" alt="Speakeasy preview" width="256">
</a>
<a href="https://xyflow.com?utm_source=github&utm_campaign=nextra&utm_content=logolink">
<img src="/docs/pages/showcase/xyflow.jpg" alt="xyflow preview" width="256">
</a>
</div>
6 changes: 6 additions & 0 deletions docs/pages/sponsors.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ import { Card } from './showcase.mdx'
>
<>![Speakeasy preview](./showcase/speakeasy.png)</>
</Card>
<Card
title="xyflow"
href="https://xyflow.com?utm_source=nextra.site&utm_campaign=nextra&utm_content=logolink"
>
<>![xyflow preview](./showcase/xyflow.jpg)</>
</Card>
</Cards>

<style global jsx>{`
Expand Down
2 changes: 1 addition & 1 deletion examples/swr-site/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"pnpm": {
"overrides": {
"esbuild": "^0.24.0",
"vite": "6.0.5",
"next": "15.1.2"
},
"patchedDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nextra-theme-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@testing-library/react": "^16.0.0",
"@types/react": "^18.2.23",
"@types/react-dom": "^18.2.8",
"@vitejs/plugin-react": "^4.1.0",
"@vitejs/plugin-react": "^4.3.4",
"concurrently": "^9.0.0",
"jsdom": "^25.0.0",
"next": "^15.0.0-rc.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/nextra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
"@types/negotiator": "^0.6.3",
"@types/react": "^18.3.3",
"@types/webpack": "^5.28.5",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react": "^4.3.4",
"esbuild-plugin-svgr": "^3.0.0",
"next": "^15.0.0-rc.1",
"react": "^18.3.1",
Expand Down
Loading

0 comments on commit e014b3f

Please # to comment.