Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasperhino committed Dec 9, 2024
1 parent 6e9785a commit 6b1c4dc
Show file tree
Hide file tree
Showing 5 changed files with 4,474 additions and 3,703 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,8 @@ This repo uses the github git database API to store commit based software analyt
```
docker build -t analytics . && docker run -it analytics
```
## Testing Pipelines Locally
https://github.com/nektos/act
```
gh extensions exec act
```
28 changes: 14 additions & 14 deletions analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"start": "cross-env REPOSITORY_PATH=../analytics/src ts-node src/index.ts",
"debug": "cross-env DEBUG=True REPOSITORY_PATH=../analytics/src ts-node src/index.ts",
"build": "tsc"
},
},
"repository": {
"type": "git",
"url": "git+https://github.com/hpicgs/github-software-analytics-embedding.git"
Expand All @@ -16,22 +16,22 @@
},
"homepage": "https://github.com/hpicgs/github-software-analytics-embedding#readme",
"dependencies": {
"@octokit/auth-action": "^1.3.3",
"@octokit/auth-action": "^5.1.1",
"csv-writer": "^1.6.0",
"dotenv": "^16.0.1",
"glob": "^8.0.3",
"octokit": "^1.8.1",
"typescript": "^4.7.3"
"dotenv": "^16.4.7",
"glob": "^11.0.0",
"octokit": "^4.0.2",
"typescript": "^5.7.2"
},
"devDependencies": {
"@octokit/types": "^6.38.1",
"@tsconfig/node16": "^1.0.2",
"@types/glob": "^7.2.0",
"@types/node": "^17.0.36",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"@octokit/types": "^13.6.2",
"@tsconfig/node16": "^16.1.3",
"@types/glob": "^8.1.0",
"@types/node": "^22.10.1",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"cross-env": "^7.0.3",
"eslint": "^8.16.0",
"ts-node": "^10.8.0"
"eslint": "^9.16.0",
"ts-node": "^10.9.2"
}
}
Loading

0 comments on commit 6b1c4dc

Please sign in to comment.