Skip to content

Commit 0ee3adb

Browse files
committed
Update dependencies to latest versions
1 parent edb27e3 commit 0ee3adb

File tree

24 files changed

+115
-118
lines changed

24 files changed

+115
-118
lines changed

.pkgs/configs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@stylistic/eslint-plugin": "^5.4.0",
2424
"eslint-plugin-de-morgan": "^1.3.1",
2525
"eslint-plugin-function": "^0.0.30",
26-
"eslint-plugin-jsdoc": "^60.4.0",
26+
"eslint-plugin-jsdoc": "^60.4.1",
2727
"eslint-plugin-perfectionist": "^4.15.0",
2828
"eslint-plugin-regexp": "^2.10.0",
2929
"eslint-plugin-unicorn": "^61.0.2",

.pkgs/eslint-plugin-local/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@typescript-eslint/types": "^8.44.1",
3434
"@typescript-eslint/utils": "^8.44.1",
3535
"eslint-plugin-de-morgan": "^1.3.1",
36-
"eslint-plugin-jsdoc": "^60.4.0",
36+
"eslint-plugin-jsdoc": "^60.4.1",
3737
"eslint-plugin-perfectionist": "^4.15.0",
3838
"eslint-plugin-regexp": "^2.10.0",
3939
"eslint-plugin-unicorn": "^61.0.2",
@@ -44,7 +44,7 @@
4444
"@local/configs": "workspace:*",
4545
"@types/react": "^19.1.14",
4646
"@types/react-dom": "^19.1.9",
47-
"tsdown": "^0.15.4"
47+
"tsdown": "^0.15.5"
4848
},
4949
"peerDependencies": {
5050
"eslint": "^9.36.0",

VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
2.0.1
2+

apps/website/content/docs/migration.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ full: true
66

77
import { Callout } from "fumadocs-ui/components/callout";
88

9-
<Callout type="warning">
10-
This page is a work in progress and may be incomplete.
11-
</Callout>
12-
139
<Callout type="info">
1410
This guide provides a comprehensive comparison between [`eslint-plugin-react`](https://github.com/jsx-eslint/eslint-plugin-react) and ESLint React rules to help you migrate your existing configuration.
1511
</Callout>

apps/website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"class-variance-authority": "^0.7.1",
1919
"clsx": "^2.1.1",
2020
"effect": "^3.17.14",
21-
"fumadocs-core": "15.8.0",
21+
"fumadocs-core": "15.8.1",
2222
"fumadocs-docgen": "3.0.1",
2323
"fumadocs-mdx": "12.0.1",
2424
"fumadocs-twoslash": "3.1.7",
2525
"fumadocs-typescript": "4.0.9",
26-
"fumadocs-ui": "15.8.0",
26+
"fumadocs-ui": "15.8.1",
2727
"lucide-react": "^0.544.0",
2828
"next": "^15.5.4",
2929
"next-view-transitions": "^0.3.4",

examples/react-dom-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@eslint/js": "^9.36.0",
2121
"@types/react": "^19.1.14",
2222
"@types/react-dom": "^19.1.9",
23-
"@vitejs/plugin-react": "^5.0.3",
23+
"@vitejs/plugin-react": "^5.0.4",
2424
"eslint": "^9.36.0",
2525
"eslint-plugin-react-hooks": "^5.2.0",
2626
"eslint-plugin-react-refresh": "^0.4.22",

examples/react-dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@tsconfig/vite-react": "^7.0.1",
2424
"@types/react": "^19.1.14",
2525
"@types/react-dom": "^19.1.9",
26-
"@vitejs/plugin-react": "^5.0.3",
26+
"@vitejs/plugin-react": "^5.0.4",
2727
"eslint": "^9.36.0",
2828
"eslint-plugin-react-hooks": "^5.2.0",
2929
"eslint-plugin-react-refresh": "^0.4.22",

examples/with-babel-eslint-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@types/babel__preset-env": "~7.10.0",
2626
"@types/react": "^19.1.14",
2727
"@types/react-dom": "^19.1.9",
28-
"@vitejs/plugin-react": "^5.0.3",
28+
"@vitejs/plugin-react": "^5.0.4",
2929
"eslint": "^9.36.0",
3030
"eslint-plugin-react-debug": "workspace:*",
3131
"eslint-plugin-react-dom": "workspace:*",

examples/with-ts-blank-eslint-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@tsconfig/vite-react": "^7.0.1",
2626
"@types/react": "^19.1.14",
2727
"@types/react-dom": "^19.1.9",
28-
"@vitejs/plugin-react": "^5.0.3",
28+
"@vitejs/plugin-react": "^5.0.4",
2929
"eslint": "^9.36.0",
3030
"eslint-plugin-react-hooks": "^5.2.0",
3131
"eslint-plugin-react-refresh": "^0.4.22",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"sort-package-json": "^3.4.0",
8888
"tinyglobby": "^0.2.15",
8989
"ts-pattern": "^5.8.0",
90-
"tsdown": "^0.15.4",
90+
"tsdown": "^0.15.5",
9191
"tsx": "^4.20.6",
9292
"type-fest": "^5.0.1",
9393
"typedoc": "^0.28.13",

0 commit comments

Comments
 (0)