Skip to content

Commit

Permalink
Upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
grubersjoe committed Mar 29, 2024
1 parent c351fc0 commit c5ba184
Show file tree
Hide file tree
Showing 2 changed files with 772 additions and 706 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "github-contribution-api",
"description": "Scrape contribution data of a Github user",
"version": "4.7.0",
"version": "4.7.1",
"author": "Jonathan Gruber <[email protected]>",
"license": "MIT",
"private": true,
Expand Down Expand Up @@ -37,27 +37,27 @@
"cheerio": "^1.0.0-rc.12",
"compression": "^1.7.4",
"cors": "^2.8.4",
"express": "^4.18.2",
"express": "^4.19.2",
"memory-cache": "^0.2.0",
"rotating-file-stream": "^3.1.0"
"rotating-file-stream": "^3.2.1"
},
"devDependencies": {
"@babel/preset-env": "^7.23.6",
"@babel/preset-typescript": "^7.22.5",
"@babel/preset-env": "^7.24.3",
"@babel/preset-typescript": "^7.24.1",
"@types/cheerio": "^0.22.35",
"@types/compression": "^1.7.2",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.11",
"@types/jest": "^29.5.12",
"@types/memory-cache": "^0.2.3",
"@types/node": "^20.10.4",
"@types/supertest": "^2.0.12",
"husky": "^8.0.3",
"@types/node": "^20.11.30",
"@types/supertest": "^6.0.2",
"husky": "^9.0.11",
"jest": "^29.6.1",
"nodemon": "^3.0.2",
"prettier": "^3.1.1",
"supertest": "^6.3.3",
"nodemon": "^3.1.0",
"prettier": "^3.2.5",
"supertest": "^6.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
"typescript": "^5.4.3"
}
}
Loading

0 comments on commit c5ba184

Please sign in to comment.