react-github-calendar
Advanced tools
Comparing version 4.2.1 to 4.2.2
{ | ||
"name": "react-github-calendar", | ||
"version": "4.2.1", | ||
"version": "4.2.2", | ||
"description": " React component to display a GitHub contributions calendar", | ||
@@ -23,3 +23,3 @@ "author": "Jonathan Gruber <gruberjonathan@gmail.com>", | ||
"dependencies": { | ||
"react-activity-calendar": "^2.3.1", | ||
"react-activity-calendar": "^2.3.5", | ||
"react-error-boundary": "^4.0.12" | ||
@@ -44,3 +44,3 @@ }, | ||
"gh-pages": "^6.1.1", | ||
"postcss": "^8.4.33", | ||
"postcss": "^8.4.41", | ||
"prettier": "^3.3.2", | ||
@@ -47,0 +47,0 @@ "react": "^18.3.1", |
@@ -6,3 +6,5 @@ # React GitHub Calendar | ||
A React component to display a GitHub contributions graph based on | ||
[`react-activity-calendar`](https://github.com/grubersjoe/react-activity-calendar) and [`github-contributions-api`](https://github.com/grubersjoe/github-contributions-api). | ||
[`react-activity-calendar`](https://github.com/grubersjoe/react-activity-calendar) | ||
and | ||
[`github-contributions-api`](https://github.com/grubersjoe/github-contributions-api). | ||
@@ -50,3 +52,3 @@ ![Screenshot](preview.png?v3) | ||
```shell | ||
pnpm deploy | ||
pnpm run deploy | ||
``` |
18391
53