Skip to content

Commit

Permalink
fix: support react 19 type definitions (#8121)
Browse files Browse the repository at this point in the history
Co-authored-by: Carolina Gonzalez <[email protected]>
  • Loading branch information
2 people authored and binoy14 committed Dec 20, 2024
1 parent a28a9cf commit ac26a4f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions packages/@sanity/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,19 @@
"watch": "pkg-utils watch"
},
"dependencies": {
"@sanity/client": "^6.24.1",
"@types/react": "^18.3.5"
"@sanity/client": "^6.24.1"
},
"devDependencies": {
"@repo/package.config": "workspace:*",
"@repo/test-config": "workspace:*",
"@sanity/insert-menu": "1.0.16",
"@types/react": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"react": "^18.3.1",
"rimraf": "^5.0.10",
"vitest": "^2.1.8"
},
"peerDependencies": {
"@types/react": "18 || 19"
}
}
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ac26a4f

Please sign in to comment.