Skip to content

Commit a94ebba

Browse files
fix: move to react 19 types (#804)
Move to react 19 types to fix dependencies across monorepo
1 parent d4417f0 commit a94ebba

File tree

2 files changed

+15
-37
lines changed

2 files changed

+15
-37
lines changed

examples/draft-pad/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
"devDependencies": {
4747
"@tailwindcss/postcss": "^4",
4848
"@types/node": "^20",
49-
"@types/react": "^18",
50-
"@types/react-dom": "^18",
49+
"@types/react": "^19",
50+
"@types/react-dom": "^19",
5151
"@typescript-eslint/eslint-plugin": "^8.33.1",
5252
"@typescript-eslint/parser": "^8.33.1",
5353
"concurrently": "^9.1.2",

pnpm-lock.yaml

Lines changed: 13 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)