Skip to content

Commit

Permalink
bumped packages to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cdleveille committed Jun 8, 2024
1 parent fb97913 commit 8fa23ff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Binary file modified bun.lockb
Binary file not shown.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,25 @@
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^5.1.3",
"@clerk/nextjs": "^5.1.4",
"@ducanh2912/next-pwa": "^10.2.7",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.18",
"@mui/material": "^5.15.18",
"@mui/icons-material": "^5.15.19",
"@mui/material": "^5.15.19",
"next": "^14.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"react-infinite-scroll-hook": "^4.1.1"
},
"devDependencies": {
"@types/node": "20.3.1",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.18",
"@types/node": "20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"prettier": "^3.2.5",
"typescript": "^5.1.3"
"prettier": "^3.3.1",
"typescript": "^5.4.5"
}
}

0 comments on commit 8fa23ff

Please sign in to comment.