Skip to content

Commit

Permalink
build(deps): added types of formats
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Oct 10, 2024
1 parent 06f1d5c commit 02cc87d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/mighty-berries-pay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@zazuko/env-node": patch
---

Missing `@types/rdfjs__formats` dependency caused derived anvs to be typed as `Environment<any>`
5 changes: 3 additions & 2 deletions packages/env-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@
"@zazuko/rdf-utils-fs": "^3.3.0"
},
"peerDependencies": {
"@types/rdfjs__fetch-lite": "^3.0.6"
"@types/rdfjs__fetch-lite": "^3.0.6",
"@types/rdfjs__formats": "^4"
},
"devDependencies": {
"@types/rdfjs__formats-common": "^3.1.0",
"@types/rdfjs__formats": "^4",
"chai": "^4.3.7",
"tempy": "^3.1.0"
}
Expand Down

0 comments on commit 02cc87d

Please sign in to comment.