Skip to content

Commit 433ca79

Browse files
dependency: Update react monorepo to v19
1 parent 08a8b6b commit 433ca79

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

bun.lock

Lines changed: 5 additions & 6 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": "eternalcodev3",
@@ -52,8 +53,8 @@
5253
"@total-typescript/ts-reset": "^0.6.0",
5354
"@types/node": "^20.11.20",
5455
"@types/prismjs": "^1.26.5",
55-
"@types/react": "^18.2.58",
56-
"@types/react-dom": "^18.2.19",
56+
"@types/react": "^19.0.0",
57+
"@types/react-dom": "^19.0.0",
5758
"cross-env": "^7.0.3",
5859
"next": "^15.3.2",
5960
"postcss": "^8.4.35",
@@ -370,11 +371,9 @@
370371

371372
"@types/prismjs": ["@types/[email protected]", "", {}, "sha512-AUZTa7hQ2KY5L7AmtSiqxlhWxb4ina0yd8hNbl4TWuqnv/pFP0nDMb3YrfSBf4hJVGLh2YEIBfKaBW/9UEl6IQ=="],
372373

373-
"@types/prop-types": ["@types/[email protected]", "", {}, "sha512-gNMvNH49DJ7OJYv+KAKn0Xp45p8PLl6zo2YnvDIbTd4J6MER2BmWN49TG7n9LvkyihINxeKW8+3bfS2yDC9dzQ=="],
374+
"@types/react": ["@types/[email protected]", "", { "dependencies": { "csstype": "^3.0.2" } }, "sha512-k5dJVszUiNr1DSe8Cs+knKR6IrqhqdhpUwzqhkS8ecQTSf3THNtbfIp/umqHMpX2bv+9dkx3fwDv/86LcSfvSg=="],
374375

375-
"@types/react": ["@types/[email protected]", "", { "dependencies": { "@types/prop-types": "*", "csstype": "^3.0.2" } }, "sha512-IPaCZN7PShZK/3t6Q87pfTkRm6oLTd4vztyoj+cbHUF1g3FfVb2tFIL79uCRKEfv16AhqDMBywP2VW3KIZUvcg=="],
376-
377-
"@types/react-dom": ["@types/[email protected]", "", { "peerDependencies": { "@types/react": "^18.0.0" } }, "sha512-nf22//wEbKXusP6E9pfOCDwFdHAX4u172eaJI4YkDRQEZiorm6KfYnSC2SWLDMVWUOWPERmJnN0ujeAfTBLvrw=="],
376+
"@types/react-dom": ["@types/[email protected]", "", { "peerDependencies": { "@types/react": "^19.2.0" } }, "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ=="],
378377

379378
"@types/unist": ["@types/[email protected]", "", {}, "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q=="],
380379

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)