Skip to content

Commit a458d64

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

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

bun.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"lockfileVersion": 1,
3+
"configVersion": 0,
34
"workspaces": {
45
"": {
56
"name": "cat-code",
@@ -9,13 +10,13 @@
910
"glob": "11.0.3",
1011
"ink": "6.0.1",
1112
"ink-spinner": "5.0.0",
12-
"react": "19.1.0",
13+
"react": "19.2.0",
1314
"simple-git": "3.28.0",
1415
},
1516
"devDependencies": {
1617
"@biomejs/biome": "2.0.5",
1718
"@types/bun": "1.2.19",
18-
"@types/react": "19.1.8",
19+
"@types/react": "19.2.2",
1920
"husky": "9.1.7",
2021
"lint-staged": "16.1.2",
2122
"typescript": "5.8.3",
@@ -57,7 +58,7 @@
5758

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

60-
"@types/react": ["@types/react@19.1.8", "", { "dependencies": { "csstype": "^3.0.2" } }, "sha512-AwAfQ2Wa5bCx9WP8nZL2uMZWod7J7/JSplxbTmBQ5ms6QpqNYm672H0Vu9ZVKVngQ+ii4R/byguVEUZQyeg44g=="],
61+
"@types/react": ["@types/react@19.2.2", "", { "dependencies": { "csstype": "^3.0.2" } }, "sha512-6mDvHUFSjyT2B2yeNx2nUgMxh9LtOWvkhIU3uePn2I2oyNymUAX1NIsdgviM4CH+JSrp2D2hsMvJOkxY+0wNRA=="],
6162

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

@@ -179,7 +180,7 @@
179180

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

182-
"react": ["react@19.1.0", "", {}, "sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg=="],
183+
"react": ["react@19.2.0", "", {}, "sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ=="],
183184

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

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.2.0",
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.2.2",
4040
"husky": "9.1.7",
4141
"lint-staged": "16.1.2",
4242
"typescript": "5.8.3"

0 commit comments

Comments
 (0)