Skip to content

Commit

Permalink
fix(deps): update dependency @rdfjs/types to v2 (#74)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency @rdfjs/types to v2

* fix: Remove unused variable `literal`

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: smessie <[email protected]>
  • Loading branch information
renovate[bot] and smessie authored Jan 20, 2025
1 parent 6f89ff7 commit 07ddba7
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 6 deletions.
Binary file modified bun.lockb
Binary file not shown.
27 changes: 23 additions & 4 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 @@ -29,7 +29,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@rdfjs/types": "^1.1.2",
"@rdfjs/types": "^2.0.1",
"@treecg/types": "^0.4.6",
"command-line-args": "^6.0.1",
"command-line-usage": "^7.0.3",
Expand Down
2 changes: 1 addition & 1 deletion src/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const CONN2 = createUriAndTermNamespace(
"envKey",
"envDefault",
);
export const { namedNode, literal } = DataFactory;
export const { namedNode } = DataFactory;

export type Keyed<T> = { [Key in keyof T]: Term | undefined };

Expand Down

0 comments on commit 07ddba7

Please sign in to comment.