Skip to content

Commit

Permalink
chore: Bump utxorpc provider dependencies (@scarmuega), bump typedoc
Browse files Browse the repository at this point in the history
  • Loading branch information
EzePze committed Sep 8, 2024
1 parent fd9505b commit fa2b7bd
Show file tree
Hide file tree
Showing 5 changed files with 849 additions and 142 deletions.
5 changes: 5 additions & 0 deletions .changeset/new-apes-happen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@blaze-cardano/query": patch
---

Bump utxorpc provider dependencies (@scarmuega), bump typedoc
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"jest": "^29.7.0",
"prettier": "^3.3.3",
"turbo": "^1.13.4",
"typedoc": "^0.25.13",
"typedoc": "^0.26.6",
"typescript": "^5.5.4"
},
"packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1"
Expand Down
2 changes: 1 addition & 1 deletion packages/blaze-blueprint/src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function isValidFilePath(filePath: string | undefined): boolean {
try {
path.parse(filePath);
return true;
} catch (error) {
} catch {
return false;
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/blaze-eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"clean": "rm -rf .turbo && rm -rf node_modules"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^7.7.1",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^1.13.2"
Expand Down
Loading

0 comments on commit fa2b7bd

Please sign in to comment.