Skip to content

Commit

Permalink
Updated dependencies (aws-solutions-library-samples#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfsmith committed Dec 21, 2024
1 parent dcccb31 commit da9ee29
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions website-leaderboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"react-dom": "^18.2.0",
"react-i18next": "^13.2.0",
"react-router-dom": "^6.15.0",
"react-scripts": "5.0.1",
"react-scripts": "^5.0.1",
"web-vitals": "^3.4.0"
},
"scripts": {
Expand Down Expand Up @@ -60,9 +60,13 @@
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^3.0.3"
"prettier": "^3.4.2",
"typescript": "5.2.2"
},
"overrides": {
"react-scripts": {
"typescript": "^5"
},
"react-refresh": "^0.14.0"
}
}

0 comments on commit da9ee29

Please sign in to comment.