Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tadhglewis committed Aug 4, 2024
2 parents d95093e + ea2daf0 commit 6627e85
Show file tree
Hide file tree
Showing 2 changed files with 151 additions and 163 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@

},
"dependencies": {
"@octokit/rest": "20.1.1",
"dayjs": "1.11.11",
"next": "14.2.3",
"@octokit/rest": "21.0.1",
"dayjs": "1.11.12",
"next": "14.2.5",
"react": "18",
"react-dom": "18",
"react-markdown": "9.0.1",
"remark-remove-comments": "1.0.1",
"styled-components": "6.1.11"
"styled-components": "6.1.12"
},
"devDependencies": {
"@testing-library/react": "16.0.0",
"@types/node": "20",
"@types/node": "22",
"@types/react": "18",
"@types/react-dom": "18",
"@vitejs/plugin-react": "4.3.1",
"eslint": "8",
"eslint-config-next": "14.2.3",
"jsdom": "24.1.0",
"typescript": "5",
"vitest": "1.6.0"
"vitest": "1.6.0",
"eslint-config-next": "14.2.5",
"typescript": "5"
}
}
Loading

0 comments on commit 6627e85

Please sign in to comment.