Skip to content

Commit

Permalink
Upgrade to React 19 (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
JstnMcBrd authored Jan 27, 2025
1 parent 850b9ea commit e47a51d
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 36 deletions.
58 changes: 26 additions & 32 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"test": "echo \"No tests\""
},
"dependencies": {
"react": "^18.3.1",
"react": "^19.0.0",
"react-bootstrap": "^2.10.8",
"react-dom": "^18.3.1"
"react-dom": "^19.0.0"
},
"devDependencies": {
"@jstnmcbrd/eslint-config": "^1.0.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react-swc": "^3.7.2",
"eslint": "^8.57.1",
"typescript": "^5.7.3",
Expand Down

0 comments on commit e47a51d

Please sign in to comment.