mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
chore: Replace rdf-js import with @rdfjs/types
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import 'jest-rdf';
|
||||
import { DataFactory } from 'n3';
|
||||
import type { Quad } from 'rdf-js';
|
||||
import type { Quad } from '@rdfjs/types';
|
||||
import { BasicRepresentation } from '../../../../src/http/representation/BasicRepresentation';
|
||||
import type { Patch } from '../../../../src/http/representation/Patch';
|
||||
import type { RdfDatasetRepresentation } from '../../../../src/http/representation/RdfDatasetRepresentation';
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import 'jest-rdf';
|
||||
import { DataFactory, Store } from 'n3';
|
||||
import type { Quad } from 'rdf-js';
|
||||
import type { Quad } from '@rdfjs/types';
|
||||
import type { Algebra } from 'sparqlalgebrajs';
|
||||
import { translate } from 'sparqlalgebrajs';
|
||||
import { BasicRepresentation } from '../../../../src/http/representation/BasicRepresentation';
|
||||
|
||||
Reference in New Issue
Block a user