react-github-calendar
Advanced tools
Comparing version 4.5.4 to 4.5.5
{ | ||
"name": "react-github-calendar", | ||
"version": "4.5.4", | ||
"version": "4.5.5", | ||
"description": " React component to display a GitHub contributions calendar", | ||
@@ -27,12 +27,12 @@ "author": "Jonathan Gruber <gruberjonathan@gmail.com>", | ||
"dependencies": { | ||
"react-activity-calendar": "^2.7.7", | ||
"react-activity-calendar": "^2.7.8", | ||
"react-error-boundary": "^5.0.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.25.8", | ||
"@babel/preset-env": "^7.25.8", | ||
"@babel/core": "^7.26.7", | ||
"@babel/preset-env": "^7.26.7", | ||
"@babel/preset-react": "^7.26.3", | ||
"@babel/preset-typescript": "^7.25.7", | ||
"@eslint/compat": "^1.2.4", | ||
"@eslint/js": "^9.17.0", | ||
"@eslint/js": "^9.19.0", | ||
"@ianvs/prettier-plugin-sort-imports": "^4.3.1", | ||
@@ -42,7 +42,7 @@ "@rollup/plugin-babel": "^6.0.3", | ||
"@types/eslint__js": "^8.42.3", | ||
"@types/node": "^22.10.6", | ||
"@types/react": "^19.0.2", | ||
"@types/node": "^22.10.10", | ||
"@types/react": "^19.0.8", | ||
"@types/tinycolor2": "^1.4.6", | ||
"dts-bundle-generator": "^9.5.1", | ||
"eslint": "^9.17.0", | ||
"eslint": "^9.19.0", | ||
"eslint-plugin-react": "^7.37.3", | ||
@@ -53,6 +53,6 @@ "eslint-plugin-react-hooks": "^5.1.0", | ||
"husky": "^9.1.7", | ||
"postcss": "^8.5.0", | ||
"postcss": "^8.5.1", | ||
"prettier": "^3.4.2", | ||
"react": "^19.0.0", | ||
"rollup": "^4.29.1", | ||
"rollup": "^4.32.0", | ||
"rollup-plugin-filesize": "^10.0.0", | ||
@@ -62,3 +62,3 @@ "rollup-plugin-peer-deps-external": "^2.2.2", | ||
"typescript": "^5.7.2", | ||
"typescript-eslint": "^8.19.0" | ||
"typescript-eslint": "^8.22.0" | ||
}, | ||
@@ -65,0 +65,0 @@ "peerDependencies": { |
19933