Skip to content

Commit e43e48f

Browse files
dependency: Update react monorepo to v19
1 parent 75b30ec commit e43e48f

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

bun.lock

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
"@total-typescript/ts-reset": "^0.6.0",
5353
"@types/node": "^20.11.20",
5454
"@types/prismjs": "^1.26.5",
55-
"@types/react": "^18.2.58",
56-
"@types/react-dom": "^18.2.19",
55+
"@types/react": "^19.0.0",
56+
"@types/react-dom": "^19.0.0",
5757
"cross-env": "^7.0.3",
5858
"next": "^15.3.2",
5959
"postcss": "^8.4.35",
@@ -370,11 +370,9 @@
370370

371371
"@types/prismjs": ["@types/prismjs@1.26.5", "", {}, "sha512-AUZTa7hQ2KY5L7AmtSiqxlhWxb4ina0yd8hNbl4TWuqnv/pFP0nDMb3YrfSBf4hJVGLh2YEIBfKaBW/9UEl6IQ=="],
372372

373-
"@types/prop-types": ["@types/prop-types@15.7.14", "", {}, "sha512-gNMvNH49DJ7OJYv+KAKn0Xp45p8PLl6zo2YnvDIbTd4J6MER2BmWN49TG7n9LvkyihINxeKW8+3bfS2yDC9dzQ=="],
373+
"@types/react": ["@types/react@19.2.2", "", { "dependencies": { "csstype": "^3.0.2" } }, "sha512-6mDvHUFSjyT2B2yeNx2nUgMxh9LtOWvkhIU3uePn2I2oyNymUAX1NIsdgviM4CH+JSrp2D2hsMvJOkxY+0wNRA=="],
374374

375-
"@types/react": ["@types/react@18.3.20", "", { "dependencies": { "@types/prop-types": "*", "csstype": "^3.0.2" } }, "sha512-IPaCZN7PShZK/3t6Q87pfTkRm6oLTd4vztyoj+cbHUF1g3FfVb2tFIL79uCRKEfv16AhqDMBywP2VW3KIZUvcg=="],
376-
377-
"@types/react-dom": ["@types/react-dom@18.3.6", "", { "peerDependencies": { "@types/react": "^18.0.0" } }, "sha512-nf22//wEbKXusP6E9pfOCDwFdHAX4u172eaJI4YkDRQEZiorm6KfYnSC2SWLDMVWUOWPERmJnN0ujeAfTBLvrw=="],
375+
"@types/react-dom": ["@types/react-dom@19.2.2", "", { "peerDependencies": { "@types/react": "^19.2.0" } }, "sha512-9KQPoO6mZCi7jcIStSnlOWn2nEF3mNmyr3rIAsGnAbQKYbRLyqmeSc39EVgtxXVia+LMT8j3knZLAZAh+xLmrw=="],
378376

379377
"@types/unist": ["@types/unist@3.0.3", "", {}, "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q=="],
380378

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
"@total-typescript/ts-reset": "^0.6.0",
6464
"@types/node": "^20.11.20",
6565
"@types/prismjs": "^1.26.5",
66-
"@types/react": "^18.2.58",
67-
"@types/react-dom": "^18.2.19",
66+
"@types/react": "^19.0.0",
67+
"@types/react-dom": "^19.0.0",
6868
"cross-env": "^7.0.3",
6969
"next": "^15.3.2",
7070
"postcss": "^8.4.35",

0 commit comments

Comments
 (0)