Skip to content

Commit

Permalink
chore: unable to build due to ts issues in older type definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
jordyvanderhaegen committed Dec 7, 2024
1 parent 9674ed1 commit bb6297b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 18 deletions.
23 changes: 7 additions & 16 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@types/react": "^16.9.1",
"@types/react-dom": "^16.9.17",
"@types/react": "^16.9.1 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"@types/react-dom": "^16.9.17 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"esbuild": "^0.16.13",
"react": "^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"typescript": "^4.9.4"
Expand Down

0 comments on commit bb6297b

Please sign in to comment.