Skip to content

Commit e2db345

Browse files
committed
release: 2.0.0-beta.191
1 parent b524f4d commit e2db345

File tree

22 files changed

+103
-275
lines changed

22 files changed

+103
-275
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0-next.191
1+
2.0.0-beta.191

apps/website/app/docs/layout.tsx

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,3 @@ export default function Layout({ children }: { children: ReactNode }) {
1515
</DocsLayout>
1616
);
1717
}
18-
19-
// Notebook layout
20-
// import type { ReactNode } from "react";
21-
// import { baseOptions } from "#/app/layout.config";
22-
// import { source } from "#/lib/source";
23-
// import { DocsLayout } from "fumadocs-ui/layouts/notebook";
24-
25-
// export default function Layout({ children }: { children: ReactNode }) {
26-
// return (
27-
// <DocsLayout
28-
// {...baseOptions}
29-
// links={baseOptions.links?.slice(1, -1) ?? []}
30-
// // the position of navbar
31-
// nav={{ ...baseOptions.nav, mode: "top" }}
32-
// // the position of Sidebar Tabs
33-
// tabMode="navbar"
34-
// tree={source.pageTree}
35-
// >
36-
// {children}
37-
// </DocsLayout>
38-
// );
39-
// }

apps/website/app/layout.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { Toaster } from "#/components/ui/Toaster";
21
import { baseUrl } from "#/lib/metadata";
32
import { RootProvider } from "fumadocs-ui/provider";
43
import type { Metadata } from "next";
@@ -49,7 +48,6 @@ export default function Layout({ children }: { children: ReactNode }) {
4948
<RootProvider theme={themeOptions}>
5049
{children}
5150
</RootProvider>
52-
<Toaster />
5351
</body>
5452
</html>
5553
</ViewTransitions>

apps/website/components/ui/Toast.tsx

Lines changed: 0 additions & 113 deletions
This file was deleted.

apps/website/components/ui/Toaster.tsx

Lines changed: 0 additions & 25 deletions
This file was deleted.

apps/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"fumadocs-typescript": "4.0.8",
2626
"fumadocs-ui": "15.7.13",
2727
"lucide-react": "^0.544.0",
28-
"next": "^15.5.3",
28+
"next": "^15.5.4",
2929
"next-view-transitions": "^0.3.4",
3030
"react": "^19.1.1",
3131
"react-dom": "^19.1.1",

examples/next/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
"start": "next start"
1111
},
1212
"dependencies": {
13-
"next": "^15.5.3",
13+
"next": "^15.5.4",
1414
"react": "^19.1.1",
1515
"react-dom": "^19.1.1"
1616
},
1717
"devDependencies": {
1818
"@eslint-react/eslint-plugin": "workspace:*",
1919
"@eslint/config-inspector": "^1.3.0",
2020
"@eslint/js": "^9.36.0",
21-
"@next/eslint-plugin-next": "^15.5.3",
21+
"@next/eslint-plugin-next": "^15.5.4",
2222
"@tsconfig/next": "^2.0.3",
2323
"@tsconfig/node22": "^22.0.2",
2424
"@tsconfig/strictest": "^2.0.6",

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "2.0.0-next.191",
3+
"version": "2.0.0-beta.191",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
@@ -109,13 +109,12 @@
109109
"sharp"
110110
],
111111
"overrides": {
112-
"@eslint/plugin-kit": ">=0.4.0",
113112
"@types/react": "^19.1.13",
114113
"@types/react-dom": "^19.1.9",
115114
"cross-spawn": "^7.0.6",
116115
"esbuild": "^0.25.10",
117116
"lucide-react": "^0.544.0",
118-
"next": "^15.5.3",
117+
"next": "^15.5.4",
119118
"react": "^19.1.1",
120119
"react-dom": "^19.1.1",
121120
"ts-api-utils": "^2.1.0",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/core",
3-
"version": "2.0.0-next.191",
3+
"version": "2.0.0-beta.191",
44
"description": "ESLint React's ESLint utility module for static analysis of React core APIs and patterns.",
55
"homepage": "https://github.com/Rel1cx/eslint-react",
66
"bugs": {

packages/plugins/eslint-plugin-react-debug/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-debug",
3-
"version": "2.0.0-next.191",
3+
"version": "2.0.0-beta.191",
44
"description": "ESLint React's ESLint plugin for debugging related rules.",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)