Skip to content

Commit c88ea49

Browse files
chore(deps): update react monorepo
1 parent b4e8407 commit c88ea49

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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.11",
4747
"globby": "^14.1.0",
4848
"tailwindcss": "^4.1.10",
4949
"typescript": "5.8.3",

apps/web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"@tailwindcss/postcss": "^4.1.10",
1717
"@types/bun": "^1.2.15",
1818
"@types/node": "^24.0.1",
19-
"@types/react": "19.1.7",
20-
"@types/react-dom": "19.1.6",
19+
"@types/react": "19.1.11",
20+
"@types/react-dom": "19.1.8",
2121
"tailwindcss": "^4.1.10",
2222
"typescript": "5.8.3"
2323
},

bun.lock

Lines changed: 5 additions & 5 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.11",
3636
"globby": "^14.1.0",
3737
"tailwindcss": "^4.1.10",
3838
"typescript": "5.8.3",
@@ -66,8 +66,8 @@
6666
"@tailwindcss/postcss": "^4.1.10",
6767
"@types/bun": "^1.2.15",
6868
"@types/node": "^24.0.1",
69-
"@types/react": "19.1.7",
70-
"@types/react-dom": "19.1.6",
69+
"@types/react": "19.1.11",
70+
"@types/react-dom": "19.1.8",
7171
"tailwindcss": "^4.1.10",
7272
"typescript": "5.8.3",
7373
},
@@ -505,9 +505,9 @@
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.11", "", { "dependencies": { "csstype": "^3.0.2" } }, "sha512-lr3jdBw/BGj49Eps7EvqlUaoeA0xpj3pc0RoJkHpYaCHkVK7i28dKyImLQb3JVlqs3aYSXf7qYuWOW/fgZnTXQ=="],
509509

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

512512
"@volar/language-core": ["@volar/language-core@2.4.14", "", { "dependencies": { "@volar/source-map": "2.4.14" } }, "sha512-X6beusV0DvuVseaOEy7GoagS4rYHgDHnTrdOj5jeUb49fW5ceQyP9Ej5rBhqgz2wJggl+2fDbbojq1XKaxDi6w=="],
513513

0 commit comments

Comments
 (0)