react-github-calendar
Advanced tools
Comparing version 4.5.3 to 4.5.4
{ | ||
"name": "react-github-calendar", | ||
"version": "4.5.3", | ||
"version": "4.5.4", | ||
"description": " React component to display a GitHub contributions calendar", | ||
@@ -27,3 +27,3 @@ "author": "Jonathan Gruber <gruberjonathan@gmail.com>", | ||
"dependencies": { | ||
"react-activity-calendar": "^2.7.6", | ||
"react-activity-calendar": "^2.7.7", | ||
"react-error-boundary": "^5.0.0" | ||
@@ -42,3 +42,3 @@ }, | ||
"@types/eslint__js": "^8.42.3", | ||
"@types/node": "^22.10.5", | ||
"@types/node": "^22.10.6", | ||
"@types/react": "^19.0.2", | ||
@@ -53,3 +53,3 @@ "@types/tinycolor2": "^1.4.6", | ||
"husky": "^9.1.7", | ||
"postcss": "^8.4.49", | ||
"postcss": "^8.5.0", | ||
"prettier": "^3.4.2", | ||
@@ -56,0 +56,0 @@ "react": "^19.0.0", |
@@ -22,5 +22,5 @@ # React GitHub Calendar | ||
```tsx | ||
import GitHubCalendar from 'react-github-calendar'; | ||
import GitHubCalendar from 'react-github-calendar' | ||
<GitHubCalendar username="grubersjoe" />; | ||
;<GitHubCalendar username="grubersjoe" /> | ||
``` | ||
@@ -27,0 +27,0 @@ |
Sorry, the diff of this file is not supported yet
19932