Skip to content

Commit f683679

Browse files
committed
release: 2.2.4-next.5
1 parent ec5ffb7 commit f683679

File tree

23 files changed

+115
-115
lines changed

23 files changed

+115
-115
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.5.0",
2424
"eslint-plugin-de-morgan": "^2.0.0",
2525
"eslint-plugin-function": "^0.0.33",
26-
"eslint-plugin-jsdoc": "^61.1.7",
26+
"eslint-plugin-jsdoc": "^61.1.8",
2727
"eslint-plugin-perfectionist": "^4.15.1",
2828
"eslint-plugin-regexp": "^2.10.0",
2929
"eslint-plugin-unicorn": "^61.0.2",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@typescript-eslint/types": "^8.46.2",
3232
"@typescript-eslint/utils": "^8.46.2",
3333
"eslint-plugin-de-morgan": "^2.0.0",
34-
"eslint-plugin-jsdoc": "^61.1.7",
34+
"eslint-plugin-jsdoc": "^61.1.8",
3535
"eslint-plugin-perfectionist": "^4.15.1",
3636
"eslint-plugin-regexp": "^2.10.0",
3737
"eslint-plugin-unicorn": "^61.0.2",

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.4-beta.4
1+
2.2.4-next.5

apps/website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"fumadocs-twoslash": "3.1.8",
2121
"fumadocs-typescript": "4.0.11",
2222
"fumadocs-ui": "15.8.5",
23-
"lucide-react": "^0.546.0",
23+
"lucide-react": "^0.548.0",
2424
"next": "^16.0.0",
2525
"next-view-transitions": "^0.3.4",
2626
"react": "^19.2.0",
@@ -48,7 +48,7 @@
4848
"dedent": "^1.7.0",
4949
"eslint": "^9.38.0",
5050
"eslint-plugin-fast-import": "^1.5.2",
51-
"eslint-plugin-react-hooks": "^7.0.0",
51+
"eslint-plugin-react-hooks": "^7.0.1",
5252
"eslint-plugin-react-refresh": "^0.4.24",
5353
"importx": "^0.5.2",
5454
"postcss": "^8.5.6",

examples/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@types/react": "^19.2.2",
2828
"@types/react-dom": "^19.2.2",
2929
"eslint": "^9.38.0",
30-
"eslint-plugin-react-hooks": "^7.0.0",
30+
"eslint-plugin-react-hooks": "^7.0.1",
3131
"eslint-plugin-react-refresh": "^0.4.24",
3232
"typescript": "^5.9.3",
3333
"typescript-eslint": "^8.46.2"

examples/react-dom-js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"@eslint/js": "^9.38.0",
2121
"@types/react": "^19.2.2",
2222
"@types/react-dom": "^19.2.2",
23-
"@vitejs/plugin-react": "^5.0.4",
23+
"@vitejs/plugin-react": "^5.1.0",
2424
"eslint": "^9.38.0",
25-
"eslint-plugin-react-hooks": "^7.0.0",
25+
"eslint-plugin-react-hooks": "^7.0.1",
2626
"eslint-plugin-react-refresh": "^0.4.24",
2727
"globals": "^16.4.0",
2828
"vite": "^7.1.12"

examples/react-dom/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
"@tsconfig/vite-react": "^7.0.1",
2424
"@types/react": "^19.2.2",
2525
"@types/react-dom": "^19.2.2",
26-
"@vitejs/plugin-react": "^5.0.4",
26+
"@vitejs/plugin-react": "^5.1.0",
2727
"eslint": "^9.38.0",
28-
"eslint-plugin-react-hooks": "^7.0.0",
28+
"eslint-plugin-react-hooks": "^7.0.1",
2929
"eslint-plugin-react-refresh": "^0.4.24",
3030
"typescript": "^5.9.3",
3131
"typescript-eslint": "^8.46.2",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
"@types/babel__preset-env": "~7.10.0",
2626
"@types/react": "^19.2.2",
2727
"@types/react-dom": "^19.2.2",
28-
"@vitejs/plugin-react": "^5.0.4",
28+
"@vitejs/plugin-react": "^5.1.0",
2929
"eslint": "^9.38.0",
3030
"eslint-plugin-react-debug": "workspace:*",
3131
"eslint-plugin-react-dom": "workspace:*",
32-
"eslint-plugin-react-hooks": "^7.0.0",
32+
"eslint-plugin-react-hooks": "^7.0.1",
3333
"eslint-plugin-react-naming-convention": "workspace:*",
3434
"eslint-plugin-react-refresh": "^0.4.24",
3535
"eslint-plugin-react-web-api": "workspace:*",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"@tsconfig/vite-react": "^7.0.1",
2525
"@types/react": "^19.2.2",
2626
"@types/react-dom": "^19.2.2",
27-
"@vitejs/plugin-react": "^5.0.4",
27+
"@vitejs/plugin-react": "^5.1.0",
2828
"eslint": "^9.38.0",
29-
"eslint-plugin-react-hooks": "^7.0.0",
29+
"eslint-plugin-react-hooks": "^7.0.1",
3030
"eslint-plugin-react-refresh": "^0.4.24",
3131
"globals": "^16.4.0",
3232
"ts-blank-eslint-parser": "^0.4.4",

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/monorepo",
3-
"version": "2.2.4-beta.4",
3+
"version": "2.2.4-next.5",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
@@ -94,7 +94,7 @@
9494
"typedoc-plugin-mdn-links": "^5.0.10",
9595
"typescript": "^5.9.3",
9696
"typescript-eslint": "^8.46.2",
97-
"vitest": "^4.0.2"
97+
"vitest": "^4.0.3"
9898
},
9999
"packageManager": "[email protected]",
100100
"engines": {

0 commit comments

Comments
 (0)