From 51556f0b5edb5466aa480915d87adc7a6fe461d0 Mon Sep 17 00:00:00 2001 From: "Ruben D." Date: Wed, 7 Feb 2024 18:12:28 +0100 Subject: [PATCH] fix: trying to fix github import issues #2 --- package.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2b06d2a..ba4ff92 100644 --- a/package.json +++ b/package.json @@ -32,12 +32,16 @@ "rdf-parse": "^2.3.3", "rdfjs-c14n": "^3.0.0", "string-to-stream": "^3.0.1", - "@types/jest": "^29.5.12", + "@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", + "@jest/globals": "29.1.2", + "jest": "29.1.2", + "jest-environment-jsdom": "29.1.2", + "ts-jest": "29.1.2", + "@types/n3": "^1.116.4", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.20.0", "eslint": "^8.56.0", @@ -45,9 +49,7 @@ "eslint-plugin-import": "^2.29.1", "eslint-plugin-n": "^16.6.2", "eslint-plugin-promise": "^6.1.1", - "jest": "^29.7.0", "jest-rdf": "^1.8.1", - "ts-jest": "^29.1.2", "ts-node": "^10.9.1", "typescript": "^5.3.3", "webpack": "^5.89.0"