Skip to content

Commit 6b1d1a2

Browse files
fix(deps): update react monorepo to v19
1 parent b414782 commit 6b1d1a2

File tree

6 files changed

+135
-190
lines changed

6 files changed

+135
-190
lines changed

packages/storybook-addon-vis/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@
9292
"@storybook/react-vite": "^8.6.3",
9393
"@storybook/test": "^8.6.3",
9494
"@testing-library/react": "^16.0.1",
95-
"@types/react": "^18.2.65",
96-
"@types/react-dom": "^18.2.21",
95+
"@types/react": "^19.0.0",
96+
"@types/react-dom": "^19.0.0",
9797
"@vitejs/plugin-react": "^4.2.1",
9898
"@vitest/browser": "^3.0.6",
9999
"@vitest/coverage-istanbul": "^3.0.6",
@@ -103,8 +103,8 @@
103103
"dedent": "^1.5.1",
104104
"npm-run-all2": "^7.0.2",
105105
"playwright": "latest",
106-
"react": "^18.2.0",
107-
"react-dom": "^18.2.0",
106+
"react": "^19.0.0",
107+
"react-dom": "^19.0.0",
108108
"storybook": "^8.6.3",
109109
"tsup": "^8.3.5",
110110
"typescript": "^5.7.2",

0 commit comments

Comments
 (0)