Skip to content

Commit

Permalink
Merge branch 'main' into feat-read-from-new-schema
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickNercessian authored Sep 13, 2024
2 parents c218198 + 5bc291b commit 0323ae0
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 61 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dependabot-auto-approve-minor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
- ethers
- typescript
- postgrator
- '@types/'
- standard
steps:
- name: Dependabot metadata
id: metadata
Expand Down
2 changes: 1 addition & 1 deletion db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "standard"
},
"devDependencies": {
"standard": "^17.1.0"
"standard": "^17.1.1"
},
"dependencies": {
"pg": "^8.12.0",
Expand Down
2 changes: 1 addition & 1 deletion observer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"mocha": "^10.7.3",
"spark-evaluate": "github:filecoin-station/spark-evaluate#main",
"standard": "^17.1.0"
"standard": "^17.1.1"
},
"dependencies": {
"@filecoin-station/spark-impact-evaluator": "^1.1.1",
Expand Down
100 changes: 45 additions & 55 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"test": "npm run lint && npm run test:types && npm test --workspaces --if-present"
},
"devDependencies": {
"@types/mocha": "^10.0.7",
"@types/pg": "^8.11.8",
"standard": "^17.1.0",
"@types/mocha": "^10.0.8",
"@types/pg": "^8.11.9",
"standard": "^17.1.1",
"typescript": "^5.6.2"
},
"standard": {
Expand Down
2 changes: 1 addition & 1 deletion stats/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@filecoin-station/spark-stats-db": "^1.0.0",
"mocha": "^10.7.3",
"spark-evaluate": "filecoin-station/spark-evaluate#main",
"standard": "^17.1.0"
"standard": "^17.1.1"
},
"dependencies": {
"@filecoin-station/spark-stats-db": "^1.0.0",
Expand Down

0 comments on commit 0323ae0

Please sign in to comment.