Skip to content

Commit 844d690

Browse files
committed
release: 2.0.0-next.148
1 parent d9c5856 commit 844d690

File tree

26 files changed

+550
-546
lines changed

26 files changed

+550
-546
lines changed

.pkgs/configs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
"eslint-plugin-perfectionist": "^4.15.0",
2828
"eslint-plugin-regexp": "^2.10.0",
2929
"eslint-plugin-unicorn": "^60.0.0",
30-
"typescript-eslint": "^8.40.0"
30+
"typescript-eslint": "^8.41.0"
3131
}
3232
}

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
"@eslint-react/var": "workspace:*",
2929
"@eslint/js": "^9.34.0",
3030
"@stylistic/eslint-plugin": "^5.2.3",
31-
"@typescript-eslint/scope-manager": "^8.40.0",
32-
"@typescript-eslint/type-utils": "^8.40.0",
33-
"@typescript-eslint/types": "^8.40.0",
34-
"@typescript-eslint/utils": "^8.40.0",
31+
"@typescript-eslint/scope-manager": "^8.41.0",
32+
"@typescript-eslint/type-utils": "^8.41.0",
33+
"@typescript-eslint/types": "^8.41.0",
34+
"@typescript-eslint/utils": "^8.41.0",
3535
"eslint-plugin-de-morgan": "^1.3.1",
3636
"eslint-plugin-jsdoc": "^54.1.1",
3737
"eslint-plugin-perfectionist": "^4.15.0",
@@ -43,7 +43,7 @@
4343
"devDependencies": {
4444
"@local/configs": "workspace:*",
4545
"@types/react": "^19.1.11",
46-
"@types/react-dom": "^19.1.7",
46+
"@types/react-dom": "^19.1.8",
4747
"tsdown": "^0.14.2"
4848
},
4949
"peerDependencies": {

VERSION

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

apps/website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@types/mdx": "^2.0.13",
5252
"@types/node": "^24.3.0",
5353
"@types/react": "^19.1.11",
54-
"@types/react-dom": "^19.1.7",
54+
"@types/react-dom": "^19.1.8",
5555
"autoprefixer": "^10.4.21",
5656
"dedent": "^1.6.0",
5757
"eslint": "^9.34.0",
@@ -66,6 +66,6 @@
6666
"tailwindcss": "^4.1.12",
6767
"tailwindcss-animated": "^2.0.0",
6868
"typescript": "^5.9.2",
69-
"typescript-eslint": "^8.40.0"
69+
"typescript-eslint": "^8.41.0"
7070
}
7171
}

examples/lynx/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
"preview": "rspeedy preview"
1616
},
1717
"dependencies": {
18-
"@lynx-js/react": "^0.112.3"
18+
"@lynx-js/react": "^0.112.4"
1919
},
2020
"devDependencies": {
2121
"@eslint/config-inspector": "^1.2.0",
2222
"@eslint/js": "^9.34.0",
23-
"@lynx-js/qrcode-rsbuild-plugin": "^0.4.0",
24-
"@lynx-js/react-rsbuild-plugin": "^0.10.12",
25-
"@lynx-js/rspeedy": "^0.10.7",
23+
"@lynx-js/qrcode-rsbuild-plugin": "^0.4.1",
24+
"@lynx-js/react-rsbuild-plugin": "^0.10.13",
25+
"@lynx-js/rspeedy": "^0.10.8",
2626
"@lynx-js/types": "^3.3.0",
2727
"@rsbuild/plugin-sass": "^1.3.5",
2828
"@rsbuild/plugin-type-check": "^1.2.4",

examples/next/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
"@tsconfig/strictest": "^2.0.5",
2525
"@types/node": "^24.3.0",
2626
"@types/react": "^19.1.11",
27-
"@types/react-dom": "^19.1.7",
27+
"@types/react-dom": "^19.1.8",
2828
"eslint": "^9.34.0",
2929
"eslint-config-flat-gitignore": "^2.1.0",
3030
"eslint-plugin-react-hooks": "^5.2.0",
3131
"eslint-plugin-react-refresh": "^0.4.20",
3232
"typescript": "^5.9.2",
33-
"typescript-eslint": "^8.40.0"
33+
"typescript-eslint": "^8.41.0"
3434
},
3535
"engines": {
3636
"node": ">=20.19.0"

examples/react-dom-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@eslint/config-inspector": "^1.2.0",
2020
"@eslint/js": "^9.34.0",
2121
"@types/react": "^19.1.11",
22-
"@types/react-dom": "^19.1.7",
22+
"@types/react-dom": "^19.1.8",
2323
"@vitejs/plugin-react": "^5.0.1",
2424
"eslint": "^9.34.0",
2525
"eslint-plugin-react-hooks": "^5.2.0",

examples/react-dom-v1/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
"@tsconfig/strictest": "^2.0.5",
2323
"@tsconfig/vite-react": "^7.0.0",
2424
"@types/react": "^19.1.11",
25-
"@types/react-dom": "^19.1.7",
25+
"@types/react-dom": "^19.1.8",
2626
"@vitejs/plugin-react": "^5.0.1",
2727
"eslint": "^9.34.0",
2828
"eslint-plugin-react-hooks": "^5.2.0",
2929
"eslint-plugin-react-refresh": "^0.4.20",
3030
"typescript": "^5.9.2",
31-
"typescript-eslint": "^8.40.0",
31+
"typescript-eslint": "^8.41.0",
3232
"vite": "^7.1.3"
3333
},
3434
"engines": {

examples/react-dom/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
"@tsconfig/strictest": "^2.0.5",
2323
"@tsconfig/vite-react": "^7.0.0",
2424
"@types/react": "^19.1.11",
25-
"@types/react-dom": "^19.1.7",
25+
"@types/react-dom": "^19.1.8",
2626
"@vitejs/plugin-react": "^5.0.1",
2727
"eslint": "^9.34.0",
2828
"eslint-plugin-react-hooks": "^5.2.0",
2929
"eslint-plugin-react-refresh": "^0.4.20",
3030
"typescript": "^5.9.2",
31-
"typescript-eslint": "^8.40.0",
31+
"typescript-eslint": "^8.41.0",
3232
"vite": "^7.1.3"
3333
},
3434
"engines": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@types/babel__core": "~7.20.5",
2525
"@types/babel__preset-env": "~7.10.0",
2626
"@types/react": "^19.1.11",
27-
"@types/react-dom": "^19.1.7",
27+
"@types/react-dom": "^19.1.8",
2828
"@vitejs/plugin-react": "^5.0.1",
2929
"eslint": "^9.34.0",
3030
"eslint-plugin-react-debug": "workspace:*",

0 commit comments

Comments
 (0)