Skip to content

Commit f1e0793

Browse files
committed
rdflib@2.3.5
1 parent f927d9a commit f1e0793

3 files changed

Lines changed: 58 additions & 180 deletions

File tree

package-lock.json

Lines changed: 55 additions & 178 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
@@ -73,6 +73,6 @@
7373
"solid-namespace": "^0.5.4"
7474
},
7575
"peerDependencies": {
76-
"rdflib": "^2.3.0"
76+
"rdflib": "^2.3.5"
7777
}
7878
}

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@
5555
"node_modules/@types"
5656
] /* List of folders to include type definitions from. */,
5757
// "allowSyntheticDefaultImports": true, /* Allow default imports from modules with no default export. This does not affect code emit, just typechecking. */
58-
"esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
58+
"esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
59+
"skipLibCheck": true /* Skip type checking of declaration files in node_modules */
5960
// "preserveSymlinks": true, /* Do not resolve the real path of symlinks. */
6061

6162
/* Source Map Options */

0 commit comments

Comments
 (0)