Skip to content

Commit c4034eb

Browse files
chore(deps): update dependency @types/react to v19.1.8
1 parent b4e8407 commit c4034eb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

apps/library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"devDependencies": {
4444
"@tailwindcss/postcss": "^4.1.10",
4545
"@types/node": "^24.0.1",
46-
"@types/react": "19.1.7",
46+
"@types/react": "19.1.8",
4747
"globby": "^14.1.0",
4848
"tailwindcss": "^4.1.10",
4949
"typescript": "5.8.3",

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@tailwindcss/postcss": "^4.1.10",
1717
"@types/bun": "^1.2.15",
1818
"@types/node": "^24.0.1",
19-
"@types/react": "19.1.7",
19+
"@types/react": "19.1.8",
2020
"@types/react-dom": "19.1.6",
2121
"tailwindcss": "^4.1.10",
2222
"typescript": "5.8.3"

bun.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"devDependencies": {
3333
"@tailwindcss/postcss": "^4.1.10",
3434
"@types/node": "^24.0.1",
35-
"@types/react": "19.1.7",
35+
"@types/react": "19.1.8",
3636
"globby": "^14.1.0",
3737
"tailwindcss": "^4.1.10",
3838
"typescript": "5.8.3",
@@ -66,7 +66,7 @@
6666
"@tailwindcss/postcss": "^4.1.10",
6767
"@types/bun": "^1.2.15",
6868
"@types/node": "^24.0.1",
69-
"@types/react": "19.1.7",
69+
"@types/react": "19.1.8",
7070
"@types/react-dom": "19.1.6",
7171
"tailwindcss": "^4.1.10",
7272
"typescript": "5.8.3",
@@ -505,7 +505,7 @@
505505

506506
"@types/node": ["@types/node@24.0.1", "", { "dependencies": { "undici-types": "~7.8.0" } }, "sha512-MX4Zioh39chHlDJbKmEgydJDS3tspMP/lnQC67G3SWsTnb9NeYVWOjkxpOSy4oMfPs4StcWHwBrvUb4ybfnuaw=="],
507507

508-
"@types/react": ["@types/react@19.1.7", "", { "dependencies": { "csstype": "^3.0.2" } }, "sha512-BnsPLV43ddr05N71gaGzyZ5hzkCmGwhMvYc8zmvI8Ci1bRkkDSzDDVfAXfN2tk748OwI7ediiPX6PfT9p0QGVg=="],
508+
"@types/react": ["@types/react@19.1.8", "", { "dependencies": { "csstype": "^3.0.2" } }, "sha512-AwAfQ2Wa5bCx9WP8nZL2uMZWod7J7/JSplxbTmBQ5ms6QpqNYm672H0Vu9ZVKVngQ+ii4R/byguVEUZQyeg44g=="],
509509

510510
"@types/react-dom": ["@types/react-dom@19.1.6", "", { "peerDependencies": { "@types/react": "^19.0.0" } }, "sha512-4hOiT/dwO8Ko0gV1m/TJZYk3y0KBnY9vzDh7W+DH17b2HFSOGgdj33dhihPeuy3l0q23+4e+hoXHV6hCC4dCXw=="],
511511

0 commit comments

Comments
 (0)