Skip to content

Commit

Permalink
Update TypeScript to fix build issues with node type deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry committed Jan 26, 2024
1 parent ebbc0f3 commit 26f6ddc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,10 @@
"react": "^16.9.0",
"react-dom": "^16.9.0",
"rimraf": "^3.0.0",
"typescript": "^3.5.3"
"typescript": "^4.9.5"
},
"peerDependencies": {
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {}
}
}

0 comments on commit 26f6ddc

Please sign in to comment.