Skip to content

Commit

Permalink
Upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
grubersjoe committed Nov 12, 2023
1 parent e37f8f5 commit a672e9a
Show file tree
Hide file tree
Showing 2 changed files with 514 additions and 494 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-github-calendar",
"version": "4.0.2",
"version": "4.0.3",
"description": " A flexible React component to display a GitHub contributions graph",
"author": "Jonathan Gruber <[email protected]>",
"license": "MIT",
Expand All @@ -19,18 +19,18 @@
"prepublishOnly": "npx tsc && npm run lint && npm run build"
},
"dependencies": {
"react-activity-calendar": "^2.1.2"
"react-activity-calendar": "^2.1.5"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-node-resolve": "^15.1.0",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/tinycolor2": "^1.4.3",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/tinycolor2": "^1.4.6",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.44.0",
Expand All @@ -41,7 +41,7 @@
"prettier": "^2.8.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^4.3.0",
"rollup": "^4.4.0",
"rollup-plugin-copy": "^3.3.0",
"rollup-plugin-filesize": "^10.0.0",
"rollup-plugin-peer-deps-external": "^2.2.2",
Expand Down
Loading

0 comments on commit a672e9a

Please sign in to comment.