react-github-calendar
Advanced tools
Comparing version 4.1.6 to 4.2.0
{ | ||
"name": "react-github-calendar", | ||
"version": "4.1.6", | ||
"version": "4.2.0", | ||
"description": " React component to display a GitHub contributions calendar", | ||
@@ -23,8 +23,8 @@ "author": "Jonathan Gruber <gruberjonathan@gmail.com>", | ||
"dependencies": { | ||
"react-activity-calendar": "^2.2.11", | ||
"react-activity-calendar": "^2.3.0", | ||
"react-error-boundary": "^4.0.12" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.24.7", | ||
"@babel/preset-env": "^7.24.7", | ||
"@babel/core": "^7.25.2", | ||
"@babel/preset-env": "^7.25.3", | ||
"@babel/preset-react": "^7.24.7", | ||
@@ -48,3 +48,3 @@ "@babel/preset-typescript": "^7.24.7", | ||
"react-dom": "^18.3.1", | ||
"rollup": "^4.18.0", | ||
"rollup": "^4.20.0", | ||
"rollup-plugin-filesize": "^10.0.0", | ||
@@ -51,0 +51,0 @@ "rollup-plugin-peer-deps-external": "^2.2.2", |
@@ -6,3 +6,3 @@ # React GitHub Calendar | ||
A React component to display a GitHub contributions graph based on | ||
[`react-activity-calendar`](https://github.com/grubersjoe/react-activity-calendar). | ||
[`react-activity-calendar`](https://github.com/grubersjoe/react-activity-calendar) and [`github-contributions-api`](https://github.com/grubersjoe/github-contributions-api). | ||
@@ -16,3 +16,3 @@ ![Screenshot](preview.png?v3) | ||
```shell | ||
npm install react-github-calendar | ||
pnpm install react-github-calendar | ||
``` | ||
@@ -19,0 +19,0 @@ |
17905