Skip to content

Commit

Permalink
build(deps): env ^1
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Jan 19, 2024
1 parent 4d938a8 commit dcad72a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/angry-pillows-turn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"rdf-validate-shacl": patch
---

More strict dependency on `@rdfjs/environment`
6 changes: 3 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"@rdfjs/data-model": "^2",
"@rdfjs/dataset": "^2",
"@rdfjs/environment": "0 - 1",
"@rdfjs/environment": "^1",
"@rdfjs/namespace": "^2.0.0",
"@rdfjs/term-set": "^2.0.1",
"@vocabulary/sh": "^1.0.1",
Expand Down

0 comments on commit dcad72a

Please sign in to comment.