Skip to content

Commit 2e457f2

Browse files
fix(deps): update react monorepo
1 parent 67be556 commit 2e457f2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

bun.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"glob": "11.0.3",
1010
"ink": "6.0.1",
1111
"ink-spinner": "5.0.0",
12-
"react": "19.1.0",
12+
"react": "19.1.1",
1313
"simple-git": "3.28.0",
1414
},
1515
"devDependencies": {
1616
"@biomejs/biome": "2.0.5",
1717
"@types/bun": "1.2.19",
18-
"@types/react": "19.1.8",
18+
"@types/react": "19.1.11",
1919
"husky": "9.1.7",
2020
"lint-staged": "16.1.2",
2121
"typescript": "5.8.3",
@@ -57,7 +57,7 @@
5757

5858
"@types/node": ["@types/[email protected]", "", { "dependencies": { "undici-types": "~7.8.0" } }, "sha512-ulyqAkrhnuNq9pB76DRBTkcS6YsmDALy6Ua63V8OhrOBgbcYt6IOdzpw5P1+dyRIyMerzLkeYWBeOXPpA9GMAA=="],
5959

60-
"@types/react": ["@types/[email protected].8", "", { "dependencies": { "csstype": "^3.0.2" } }, "sha512-AwAfQ2Wa5bCx9WP8nZL2uMZWod7J7/JSplxbTmBQ5ms6QpqNYm672H0Vu9ZVKVngQ+ii4R/byguVEUZQyeg44g=="],
60+
"@types/react": ["@types/[email protected].11", "", { "dependencies": { "csstype": "^3.0.2" } }, "sha512-lr3jdBw/BGj49Eps7EvqlUaoeA0xpj3pc0RoJkHpYaCHkVK7i28dKyImLQb3JVlqs3aYSXf7qYuWOW/fgZnTXQ=="],
6161

6262
"ansi-escapes": ["[email protected]", "", { "dependencies": { "environment": "^1.0.0" } }, "sha512-GdYO7a61mR0fOlAsvC9/rIHf7L96sBc6dEWzeOu+KAea5bZyQRPIpojrVoI4AXGJS/ycu/fBTdLrUkA4ODrvjw=="],
6363

@@ -179,7 +179,7 @@
179179

180180
"pidtree": ["[email protected]", "", { "bin": { "pidtree": "bin/pidtree.js" } }, "sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g=="],
181181

182-
"react": ["[email protected].0", "", {}, "sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg=="],
182+
"react": ["[email protected].1", "", {}, "sha512-w8nqGImo45dmMIfljjMwOGtbmC/mk4CMYhWIicdSflH91J9TyCyczcPFXJzrZ/ZXcgGRFeP6BU0BEJTw6tZdfQ=="],
183183

184184
"react-reconciler": ["[email protected]", "", { "dependencies": { "scheduler": "^0.26.0" }, "peerDependencies": { "react": "^19.1.0" } }, "sha512-2NPMOzgTlG0ZWdIf3qG+dcbLSoAc/uLfOwckc3ofy5sSK0pLJqnQLpUFxvGcN2rlXSjnVtGeeFLNimCQEj5gOQ=="],
185185

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
"glob": "11.0.3",
3131
"ink": "6.0.1",
3232
"ink-spinner": "5.0.0",
33-
"react": "19.1.0",
33+
"react": "19.1.1",
3434
"simple-git": "3.28.0"
3535
},
3636
"devDependencies": {
3737
"@biomejs/biome": "2.0.5",
3838
"@types/bun": "1.2.19",
39-
"@types/react": "19.1.8",
39+
"@types/react": "19.1.11",
4040
"husky": "9.1.7",
4141
"lint-staged": "16.1.2",
4242
"typescript": "5.8.3"

0 commit comments

Comments
 (0)