Skip to content

Commit

Permalink
fix: trying to fix github import issues #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dexagod committed Feb 7, 2024
1 parent 76bc1e6 commit 51556f0
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,22 +32,24 @@
"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",
"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-rdf": "^1.8.1",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.1",
"typescript": "^5.3.3",
"webpack": "^5.89.0"
Expand Down

0 comments on commit 51556f0

Please sign in to comment.