Skip to content

Commit

Permalink
Fix: syncing jest versions to mitigate issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Dexagod committed Feb 7, 2024
1 parent e3c805a commit 494fe85
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,20 @@
"n3": "github:rdfjs/N3.js#fd6e7f1d5982fa113349a6ad03ad99e52db898d7",
"rdf-parse": "^2.3.3",
"rdfjs-c14n": "^3.0.0",
"string-to-stream": "^3.0.1"
"string-to-stream": "^3.0.1",
"@types/jest": "^29.1.2",
"@jest/globals": "29.1.2",
"@types/n3": "^1.16.4"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/n3": "^1.16.4",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.20.0",
"eslint": "^8.56.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"jest": "^29.7.0",
"jest": "^29.1.2",
"jest-rdf": "^1.8.1",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.1",
Expand Down
1 change: 0 additions & 1 deletion tests/util/utils.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable @typescript-eslint/ban-ts-comment */
import { type Quad } from 'rdf-js'
import 'jest-rdf'

Expand Down

0 comments on commit 494fe85

Please sign in to comment.