Skip to content

Commit

Permalink
chore(web): update react and chakra versions
Browse files Browse the repository at this point in the history
hopefully nothing broke that I didn't notice prayge
  • Loading branch information
LukeWasTakenn committed Oct 27, 2022
1 parent 646473f commit a1d2607
Show file tree
Hide file tree
Showing 11 changed files with 1,845 additions and 2,814 deletions.
10 changes: 5 additions & 5 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"homepage": "web/build",
"private": true,
"dependencies": {
"@chakra-ui/react": "^1.8.6",
"@chakra-ui/react": "2.3.6",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
Expand All @@ -17,14 +17,14 @@
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^26.0.24",
"@types/node": "^16.11.26",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@vitejs/plugin-react": "^1.3.2",
"focus-trap-react": "^9.0.2",
"framer-motion": "^6.2.8",
"prettier": "^2.7.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "^8.0.1",
"typescript": "^4.6.3",
"vite": "^2.9.13",
Expand Down
Loading

0 comments on commit a1d2607

Please sign in to comment.