Skip to content

Commit 589a76b

Browse files
committed
chore: update deps
1 parent 72acc56 commit 589a76b

File tree

16 files changed

+467
-467
lines changed

16 files changed

+467
-467
lines changed

.pkgs/configs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"eslint-plugin-de-morgan": "^1.2.1",
2525
"eslint-plugin-function": "^0.0.11",
2626
"eslint-plugin-jsdoc": "^50.6.9",
27-
"eslint-plugin-perfectionist": "^4.10.1",
27+
"eslint-plugin-perfectionist": "^4.11.0",
2828
"eslint-plugin-regexp": "^2.7.0",
2929
"eslint-plugin-unicorn": "^58.0.0",
3030
"typescript-eslint": "^8.29.0"

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@
3434
"@typescript-eslint/utils": "^8.29.0",
3535
"eslint-plugin-de-morgan": "^1.2.1",
3636
"eslint-plugin-jsdoc": "^50.6.9",
37-
"eslint-plugin-perfectionist": "^4.10.1",
37+
"eslint-plugin-perfectionist": "^4.11.0",
3838
"eslint-plugin-regexp": "^2.7.0",
3939
"eslint-plugin-unicorn": "^58.0.0",
4040
"string-ts": "^2.2.1",
4141
"ts-pattern": "^5.7.0"
4242
},
4343
"devDependencies": {
4444
"@local/configs": "workspace:*",
45-
"@types/react": "^19.0.12",
46-
"@types/react-dom": "^19.0.4",
45+
"@types/react": "^19.1.0",
46+
"@types/react-dom": "^19.1.1",
4747
"tsup": "^8.4.0"
4848
},
4949
"peerDependencies": {

apps/website/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"fumadocs-twoslash": "3.1.0",
2020
"fumadocs-typescript": "4.0.1",
2121
"fumadocs-ui": "15.2.1",
22-
"lucide-react": "^0.486.0",
22+
"lucide-react": "^0.487.0",
2323
"next": "^15.2.4",
2424
"next-view-transitions": "^0.3.4",
2525
"react": "^19.1.0",
@@ -36,28 +36,28 @@
3636
"@eslint/markdown": "^6.3.0",
3737
"@local/configs": "workspace:*",
3838
"@mdx-js/mdx": "^3.1.0",
39-
"@tailwindcss/postcss": "^4.1.0",
39+
"@tailwindcss/postcss": "^4.1.1",
4040
"@theguild/remark-mermaid": "^0.3.0",
4141
"@tsconfig/next": "^2.0.3",
4242
"@tsconfig/node22": "^22.0.1",
4343
"@tsconfig/strictest": "^2.0.5",
4444
"@types/hast": "^3.0.4",
4545
"@types/mdx": "^2.0.13",
4646
"@types/node": "^22.13.17",
47-
"@types/react": "^19.0.12",
48-
"@types/react-dom": "^19.0.4",
47+
"@types/react": "^19.1.0",
48+
"@types/react-dom": "^19.1.1",
4949
"autoprefixer": "^10.4.21",
5050
"dedent": "^1.5.3",
5151
"eslint": "^9.23.0",
5252
"eslint-plugin-de-morgan": "^1.2.1",
5353
"eslint-plugin-import-x": "^4.10.0",
54-
"eslint-plugin-perfectionist": "^4.10.1",
54+
"eslint-plugin-perfectionist": "^4.11.0",
5555
"eslint-plugin-react-hooks": "^5.2.0",
5656
"eslint-plugin-react-refresh": "^0.4.19",
5757
"eslint-plugin-unicorn": "^58.0.0",
5858
"importx": "^0.5.2",
5959
"postcss": "^8.5.3",
60-
"tailwindcss": "^4.1.0",
60+
"tailwindcss": "^4.1.1",
6161
"tailwindcss-animated": "^2.0.0",
6262
"typescript": "^5.8.2",
6363
"typescript-eslint": "^8.29.0"

examples/next-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"@tsconfig/node22": "^22.0.1",
2323
"@tsconfig/strictest": "^2.0.5",
2424
"@types/node": "^22.13.17",
25-
"@types/react": "^19.0.12",
26-
"@types/react-dom": "^19.0.4",
25+
"@types/react": "^19.1.0",
26+
"@types/react-dom": "^19.1.1",
2727
"eslint": "^9.23.0",
2828
"eslint-config-flat-gitignore": "^2.1.0",
2929
"eslint-plugin-react-hooks": "^5.2.0",

examples/vite-react-dom-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"@tsconfig/node22": "^22.0.1",
2222
"@tsconfig/strictest": "^2.0.5",
2323
"@tsconfig/vite-react": "^3.4.0",
24-
"@types/react": "^19.0.12",
25-
"@types/react-dom": "^19.0.4",
24+
"@types/react": "^19.1.0",
25+
"@types/react-dom": "^19.1.1",
2626
"@vitejs/plugin-react": "^4.3.4",
2727
"eslint": "^9.23.0",
2828
"eslint-plugin-react-hooks": "^5.2.0",

examples/vite-react-dom-js-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"@eslint-react/eslint-plugin": "workspace:*",
1919
"@eslint/config-inspector": "^1.0.2",
2020
"@eslint/js": "^9.23.0",
21-
"@types/react": "^19.0.12",
22-
"@types/react-dom": "^19.0.4",
21+
"@types/react": "^19.1.0",
22+
"@types/react-dom": "^19.1.1",
2323
"@vitejs/plugin-react": "^4.3.4",
2424
"eslint": "^9.23.0",
2525
"eslint-plugin-react-hooks": "^5.2.0",

examples/vite-react-dom-js-with-babel-eslint-parser-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"@eslint/js": "^9.23.0",
2525
"@types/babel__core": "~7.20.5",
2626
"@types/babel__preset-env": "~7.10.0",
27-
"@types/react": "^19.0.12",
28-
"@types/react-dom": "^19.0.4",
27+
"@types/react": "^19.1.0",
28+
"@types/react-dom": "^19.1.1",
2929
"@vitejs/plugin-react": "^4.3.4",
3030
"eslint": "^9.23.0",
3131
"eslint-plugin-react-hooks": "^5.2.0",

examples/vite-react-dom-with-ts-blank-eslint-parser-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"@tsconfig/node22": "^22.0.1",
2424
"@tsconfig/strictest": "^2.0.5",
2525
"@tsconfig/vite-react": "^3.4.0",
26-
"@types/react": "^19.0.12",
27-
"@types/react-dom": "^19.0.4",
26+
"@types/react": "^19.1.0",
27+
"@types/react-dom": "^19.1.1",
2828
"@vitejs/plugin-react": "^4.3.4",
2929
"eslint": "^9.23.0",
3030
"eslint-plugin-react-hooks": "^5.2.0",

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
"@tsconfig/node22": "^22.0.1",
6161
"@tsconfig/strictest": "^2.0.5",
6262
"@types/node": "^22.13.17",
63-
"@types/react": "^19.0.12",
64-
"@types/react-dom": "^19.0.4",
63+
"@types/react": "^19.1.0",
64+
"@types/react-dom": "^19.1.1",
6565
"@typescript-eslint/parser": "^8.29.0",
6666
"@typescript-eslint/rule-tester": "^8.29.0",
6767
"@typescript-eslint/types": "^8.29.0",
@@ -88,7 +88,7 @@
8888
"tsx": "^4.19.3",
8989
"type-fest": "^4.39.0",
9090
"typedoc": "^0.28.1",
91-
"typedoc-plugin-markdown": "^4.6.0",
91+
"typedoc-plugin-markdown": "^4.6.1",
9292
"typedoc-plugin-mdn-links": "^5.0.1",
9393
"typescript": "^5.8.2",
9494
"typescript-eslint": "^8.29.0",
@@ -108,12 +108,12 @@
108108
"sharp"
109109
],
110110
"overrides": {
111-
"@types/react": "^19.0.12",
112-
"@types/react-dom": "^19.0.4",
111+
"@types/react": "^19.1.0",
112+
"@types/react-dom": "^19.1.1",
113113
"cross-spawn": "^7.0.6",
114114
"esbuild": "^0.25.2",
115115
"is-core-module": "npm:@socketregistry/is-core-module@^1.0.8",
116-
"lucide-react": "^0.486.0",
116+
"lucide-react": "^0.487.0",
117117
"next": "^15.2.4",
118118
"react": "^19.1.0",
119119
"react-dom": "^19.1.0",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
},
6666
"devDependencies": {
6767
"@local/configs": "workspace:*",
68-
"@types/react": "^19.0.12",
69-
"@types/react-dom": "^19.0.4",
68+
"@types/react": "^19.1.0",
69+
"@types/react-dom": "^19.1.1",
7070
"tsup": "^8.4.0"
7171
},
7272
"peerDependencies": {

0 commit comments

Comments
 (0)