mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
refactor: Update eslint related dependencies
This commit is contained in:
28
package.json
28
package.json
@@ -62,15 +62,15 @@
|
||||
"config/**/*.json"
|
||||
],
|
||||
"dependencies": {
|
||||
"@rdfjs/data-model": "^1.1.2",
|
||||
"@rdfjs/data-model": "^1.2.0",
|
||||
"@types/arrayify-stream": "^1.0.0",
|
||||
"@types/async-lock": "^1.1.2",
|
||||
"@types/cors": "^2.8.6",
|
||||
"@types/express": "^4.17.6",
|
||||
"@types/mime-types": "^2.1.0",
|
||||
"@types/n3": "^1.4.0",
|
||||
"@types/node": "^14.0.1",
|
||||
"@types/rdf-js": "^3.0.0",
|
||||
"@types/n3": "^1.4.4",
|
||||
"@types/node": "^14.10.2",
|
||||
"@types/rdf-js": "^4.0.0",
|
||||
"@types/streamify-array": "^1.0.0",
|
||||
"@types/uuid": "^8.3.0",
|
||||
"@types/yargs": "^15.0.5",
|
||||
@@ -80,7 +80,7 @@
|
||||
"cors": "^2.8.5",
|
||||
"express": "^4.17.1",
|
||||
"mime-types": "^2.1.27",
|
||||
"n3": "^1.4.0",
|
||||
"n3": "^1.6.3",
|
||||
"rdf-parse": "^1.5.0",
|
||||
"rdf-serialize": "^1.0.0",
|
||||
"rdf-terms": "^1.5.1",
|
||||
@@ -91,18 +91,18 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@microsoft/tsdoc-config": "^0.13.6",
|
||||
"@types/jest": "^26.0.0",
|
||||
"@types/jest": "^26.0.13",
|
||||
"@types/rimraf": "^3.0.0",
|
||||
"@types/supertest": "^2.0.10",
|
||||
"@typescript-eslint/eslint-plugin": "^2.33.0",
|
||||
"@typescript-eslint/parser": "^2.33.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.1.1",
|
||||
"@typescript-eslint/parser": "^4.1.1",
|
||||
"componentjs-generator": "^1.1.0",
|
||||
"coveralls": "^3.1.0",
|
||||
"eslint": "^7.0.0",
|
||||
"eslint-config-es": "^3.19.61",
|
||||
"eslint-import-resolver-typescript": "^2.2.1",
|
||||
"eslint": "^7.9.0",
|
||||
"eslint-config-es": "^3.20.3",
|
||||
"eslint-import-resolver-typescript": "^2.3.0",
|
||||
"eslint-plugin-import": "^2.22.0",
|
||||
"eslint-plugin-tsdoc": "^0.2.4",
|
||||
"eslint-plugin-tsdoc": "^0.2.7",
|
||||
"eslint-plugin-unused-imports": "^0.1.3",
|
||||
"husky": "^4.2.5",
|
||||
"jest": "^26.0.1",
|
||||
@@ -113,7 +113,7 @@
|
||||
"rimraf": "^3.0.2",
|
||||
"stream-to-string": "^1.1.0",
|
||||
"supertest": "^4.0.2",
|
||||
"ts-jest": "^26.0.0",
|
||||
"typescript": "^3.9.2"
|
||||
"ts-jest": "^26.3.0",
|
||||
"typescript": "^4.0.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user