Skip to content

Commit 20f6088

Browse files
committed
release: 2.0.0-next.61
1 parent 8ec76d3 commit 20f6088

File tree

24 files changed

+206
-143
lines changed

24 files changed

+206
-143
lines changed

.pkgs/configs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"dependencies": {
2222
"@eslint/js": "^9.34.0",
23-
"@stylistic/eslint-plugin": "^5.2.3",
23+
"@stylistic/eslint-plugin": "^5.3.1",
2424
"eslint-plugin-de-morgan": "^1.3.1",
2525
"eslint-plugin-function": "^0.0.24",
2626
"eslint-plugin-jsdoc": "^54.1.1",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@eslint-react/shared": "workspace:*",
2828
"@eslint-react/var": "workspace:*",
2929
"@eslint/js": "^9.34.0",
30-
"@stylistic/eslint-plugin": "^5.2.3",
30+
"@stylistic/eslint-plugin": "^5.3.1",
3131
"@typescript-eslint/scope-manager": "^8.41.0",
3232
"@typescript-eslint/type-utils": "^8.41.0",
3333
"@typescript-eslint/types": "^8.41.0",

VERSION

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

apps/website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"bsky-react-post": "^0.1.7",
1818
"class-variance-authority": "^0.7.1",
1919
"clsx": "^2.1.1",
20-
"effect": "^3.17.9",
20+
"effect": "^3.17.10",
2121
"fumadocs-core": "15.7.7",
2222
"fumadocs-docgen": "3.0.0",
2323
"fumadocs-mdx": "11.8.2",
@@ -29,7 +29,7 @@
2929
"next-view-transitions": "^0.3.4",
3030
"react": "^19.1.1",
3131
"react-dom": "^19.1.1",
32-
"shiki": "^3.12.0",
32+
"shiki": "^3.12.1",
3333
"tailwind-merge": "^3.3.1",
3434
"twoslash": "^0.3.4"
3535
},

examples/react-dom-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"eslint-plugin-react-hooks": "^5.2.0",
2626
"eslint-plugin-react-refresh": "^0.4.20",
2727
"globals": "^16.3.0",
28-
"vite": "^7.1.3"
28+
"vite": "^7.1.4"
2929
},
3030
"engines": {
3131
"node": ">=20.19.0"

examples/react-dom-v1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"eslint-plugin-react-refresh": "^0.4.20",
3030
"typescript": "^5.9.2",
3131
"typescript-eslint": "^8.41.0",
32-
"vite": "^7.1.3"
32+
"vite": "^7.1.4"
3333
},
3434
"engines": {
3535
"node": ">=20.19.0"

examples/react-dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"eslint-plugin-react-refresh": "^0.4.20",
3030
"typescript": "^5.9.2",
3131
"typescript-eslint": "^8.41.0",
32-
"vite": "^7.1.3"
32+
"vite": "^7.1.4"
3333
},
3434
"engines": {
3535
"node": ">=20.19.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"eslint-plugin-react-web-api": "workspace:*",
3636
"eslint-plugin-react-x": "workspace:*",
3737
"globals": "^16.3.0",
38-
"vite": "^7.1.3"
38+
"vite": "^7.1.4"
3939
},
4040
"engines": {
4141
"node": ">=20.19.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"ts-blank-eslint-parser": "^0.4.4",
3434
"typescript": "^5.9.2",
3535
"typescript-eslint": "^8.41.0",
36-
"vite": "^7.1.3"
36+
"vite": "^7.1.4"
3737
},
3838
"engines": {
3939
"node": ">=20.19.0"

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "2.0.0-beta.60",
3+
"version": "2.0.0-next.61",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
@@ -54,7 +54,7 @@
5454
"devDependencies": {
5555
"@effect/language-service": "^0.36.0",
5656
"@effect/platform": "^0.90.6",
57-
"@effect/platform-node": "^0.96.0",
57+
"@effect/platform-node": "^0.96.1",
5858
"@eslint/config-inspector": "^1.2.0",
5959
"@eslint/markdown": "^7.2.0",
6060
"@local/configs": "workspace:*",
@@ -72,7 +72,7 @@
7272
"cspell": "^9.2.1",
7373
"dedent": "^1.6.0",
7474
"dprint": "^0.50.1",
75-
"effect": "^3.17.9",
75+
"effect": "^3.17.10",
7676
"eslint": "^9.34.0",
7777
"eslint-config-flat-gitignore": "^2.1.0",
7878
"eslint-plugin-fast-import": "^1.3.0",
@@ -93,7 +93,7 @@
9393
"tsdown": "^0.14.2",
9494
"tsx": "^4.20.5",
9595
"type-fest": "^4.41.0",
96-
"typedoc": "^0.28.11",
96+
"typedoc": "^0.28.12",
9797
"typedoc-plugin-markdown": "^4.8.1",
9898
"typedoc-plugin-mdn-links": "^5.0.9",
9999
"typescript": "^5.9.2",

0 commit comments

Comments
 (0)