Skip to content

Commit

Permalink
Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vraravam committed Jun 29, 2024
1 parent bb8a3b3 commit 5b50bfe
Show file tree
Hide file tree
Showing 2 changed files with 158 additions and 173 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,21 @@
"lint": "next lint"
},
"dependencies": {
"@mdi/js": "6.6.96",
"@mdi/js": "6.9.96",
"@mdi/react": "1.6.1",
"@octokit/rest": "20.0.2",
"@octokit/rest": "21.0.0",
"next": "13.5.6",
"react": "18.2.0",
"react-dom": "18.2.0"
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "20.14.9",
"@types/react": "18.2.73",
"@types/react-dom": "18.2.23",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"eslint": "8.56.0",
"eslint-config-next": "13.5.6",
"next-sitemap": "4.2.3",
"sass": "1.71.1",
"typescript": "5.3.3"
"sass": "1.77.6",
"typescript": "5.4.5"
}
}
Loading

0 comments on commit 5b50bfe

Please sign in to comment.