Skip to content

Commit cd2a7b0

Browse files
committed
release: 2.3.10-next.2
1 parent 3df29ec commit cd2a7b0

File tree

22 files changed

+241
-234
lines changed

22 files changed

+241
-234
lines changed

.pkgs/function-rules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"devDependencies": {
2727
"eslint": "^9.39.1",
28-
"tsdown": "^0.17.0-beta.3"
28+
"tsdown": "^0.17.0-beta.4"
2929
},
3030
"peerDependencies": {
3131
"eslint": "^9.39.1",

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.10-next.1
1+
2.3.10-next.2

apps/website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
"fumadocs-typescript": "4.0.13",
2222
"fumadocs-ui": "16.1.0",
2323
"lucide-react": "^0.555.0",
24-
"next": "^16.0.5",
24+
"next": "^16.0.6",
2525
"next-view-transitions": "^0.3.4",
2626
"react": "^19.2.0",
2727
"react-dom": "^19.2.0",
2828
"tailwind-merge": "^3.4.0",
2929
"twoslash": "^0.3.4"
3030
},
3131
"devDependencies": {
32-
"@effect/language-service": "^0.57.1",
32+
"@effect/language-service": "^0.58.0",
3333
"@eslint-react/eslint-plugin": "workspace:*",
3434
"@eslint-react/shared": "workspace:*",
3535
"@eslint/js": "^9.39.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": "^16.0.5",
13+
"next": "^16.0.6",
1414
"react": "^19.2.0",
1515
"react-dom": "^19.2.0"
1616
},
1717
"devDependencies": {
1818
"@eslint-react/eslint-plugin": "workspace:*",
1919
"@eslint/compat": "^2.0.0",
2020
"@eslint/js": "^9.39.1",
21-
"@next/eslint-plugin-next": "^16.0.5",
21+
"@next/eslint-plugin-next": "^16.0.6",
2222
"@tsconfig/next": "^2.0.4",
2323
"@tsconfig/node22": "^22.0.5",
2424
"@tsconfig/strictest": "^2.0.8",

examples/react-dom-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"eslint-plugin-react-hooks": "^7.0.1",
2424
"eslint-plugin-react-refresh": "^0.4.24",
2525
"globals": "^16.5.0",
26-
"vite": "^7.2.4"
26+
"vite": "^7.2.6"
2727
},
2828
"engines": {
2929
"node": ">=20.19.0"

examples/react-dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"eslint-plugin-react-refresh": "^0.4.24",
2828
"typescript": "^5.9.3",
2929
"typescript-eslint": "^8.48.0",
30-
"vite": "^7.2.4"
30+
"vite": "^7.2.6"
3131
},
3232
"engines": {
3333
"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
@@ -33,7 +33,7 @@
3333
"eslint-plugin-react-web-api": "workspace:*",
3434
"eslint-plugin-react-x": "workspace:*",
3535
"globals": "^16.5.0",
36-
"vite": "^7.2.4"
36+
"vite": "^7.2.6"
3737
},
3838
"engines": {
3939
"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
@@ -30,7 +30,7 @@
3030
"ts-blank-eslint-parser": "^0.4.4",
3131
"typescript": "^5.9.3",
3232
"typescript-eslint": "^8.48.0",
33-
"vite": "^7.2.4"
33+
"vite": "^7.2.6"
3434
},
3535
"engines": {
3636
"node": ">=20.19.0"

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "2.3.10-next.1",
3+
"version": "2.3.10-next.2",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
@@ -50,9 +50,9 @@
5050
"update:website": "tsx ./scripts/update-website.ts"
5151
},
5252
"devDependencies": {
53-
"@effect/language-service": "^0.57.1",
54-
"@effect/platform": "^0.93.5",
55-
"@effect/platform-node": "^0.102.0",
53+
"@effect/language-service": "^0.58.0",
54+
"@effect/platform": "^0.93.6",
55+
"@effect/platform-node": "^0.103.0",
5656
"@eslint/compat": "^2.0.0",
5757
"@local/configs": "workspace:*",
5858
"@local/function-rules": "workspace:*",
@@ -83,8 +83,8 @@
8383
"sort-package-json": "^3.5.0",
8484
"tinyglobby": "^0.2.15",
8585
"ts-pattern": "^5.9.0",
86-
"tsdown": "^0.17.0-beta.3",
87-
"tsx": "^4.20.6",
86+
"tsdown": "^0.17.0-beta.4",
87+
"tsx": "^4.21.0",
8888
"type-fest": "^5.2.0",
8989
"typedoc": "^0.28.15",
9090
"typedoc-plugin-markdown": "^4.9.0",
@@ -116,7 +116,7 @@
116116
"fumadocs-twoslash": "3.1.8",
117117
"fumadocs-typescript": "4.0.11",
118118
"fumadocs-ui": "15.8.5",
119-
"next": "^16.0.5",
119+
"next": "^16.0.6",
120120
"react": "^19.2.0",
121121
"react-dom": "^19.2.0",
122122
"ts-api-utils": "^2.1.0",

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/core",
3-
"version": "2.3.10-next.1",
3+
"version": "2.3.10-next.2",
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": {
@@ -53,7 +53,7 @@
5353
},
5454
"devDependencies": {
5555
"@local/configs": "workspace:*",
56-
"tsdown": "^0.17.0-beta.3"
56+
"tsdown": "^0.17.0-beta.4"
5757
},
5858
"engines": {
5959
"node": ">=20.19.0"

0 commit comments

Comments
 (0)