Skip to content

Commit 8af93d2

Browse files
authored
Merge pull request #115 from solid/rdflib-typings
Update to latest RDFlib typings
2 parents c8f4be1 + a442bbf commit 8af93d2

4 files changed

Lines changed: 5 additions & 1273 deletions

File tree

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@babel/preset-env": "^7.4.4",
7575
"@babel/preset-typescript": "^7.3.3",
7676
"@types/jest": "^24.0.12",
77-
"@types/rdflib": "^0.17.1",
77+
"@types/rdflib": "^0.20.0",
7878
"@types/webpack-env": "^1.13.9",
7979
"@typescript-eslint/eslint-plugin": "^1.9.0",
8080
"@typescript-eslint/parser": "^1.9.0",

scratchpad/data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,5 +181,5 @@ export function getLatestAuthor (
181181
}
182182
)
183183

184-
return latestAuthor.author
184+
return latestAuthor.author as NamedNode
185185
}

0 commit comments

Comments
 (0)