Skip to content

Commit

Permalink
Merge pull request #12 from rdfjs-base/env-update
Browse files Browse the repository at this point in the history
chore: adapted code for dependency updates
  • Loading branch information
bergos authored Jun 2, 2024
2 parents 7a90aaa + 2a93340 commit 99520c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@
"@rdfjs/to-ntriples": "^3.0.1"
},
"devDependencies": {
"@rdfjs/data-model": "^2.0.2",
"@rdfjs/dataset": "^2.0.2",
"@rdfjs/environment": "^1.0.0",
"@rdfjs/namespace": "^2.0.1",
"c8": "^9.1.0",
"codecov": "^3.8.3",
"mocha": "^10.4.0",
Expand Down
6 changes: 3 additions & 3 deletions test/support/factory.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import DataFactory from '@rdfjs/data-model/Factory.js'
import DatasetFactory from '@rdfjs/dataset/Factory.js'
import Environment from '@rdfjs/environment'
import DataFactory from '@rdfjs/environment/DataFactory.js'
import DatasetFactory from '@rdfjs/environment/DatasetFactory.js'
import NamespaceFactory from '@rdfjs/environment/NamespaceFactory.js'
import NamespaceFactory from '@rdfjs/namespace/Factory.js'

const factory = new Environment([DataFactory, DatasetFactory, NamespaceFactory])

Expand Down

0 comments on commit 99520c5

Please sign in to comment.