mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
chore: Update various dev dependencies
This commit is contained in:
parent
d6b438cd7b
commit
db65a27faa
@ -1,7 +1,7 @@
|
||||
"use strict";
|
||||
|
||||
module.exports = {
|
||||
ignores: [ "node_modules/", "LICENSE.md" ],
|
||||
ignores: [ "node_modules/", "LICENSE.md", ".github/" ],
|
||||
|
||||
globs: [ "**/*.md" ],
|
||||
|
||||
@ -26,6 +26,9 @@ module.exports = {
|
||||
},
|
||||
|
||||
// Set Ordered list item prefix to "ordered" (use 1. 2. 3. not 1. 1. 1.)
|
||||
MD029: { "style": "ordered" }
|
||||
MD029: { "style": "ordered" },
|
||||
|
||||
// Allow inline HTML
|
||||
MD033: false,
|
||||
}
|
||||
};
|
||||
|
958
package-lock.json
generated
958
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
20
package.json
20
package.json
@ -167,8 +167,8 @@
|
||||
"yargs": "^17.5.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^17.0.3",
|
||||
"@commitlint/config-conventional": "^17.0.3",
|
||||
"@commitlint/cli": "^17.6.1",
|
||||
"@commitlint/config-conventional": "^17.6.1",
|
||||
"@inrupt/solid-client-authn-core": "^1.12.2",
|
||||
"@inrupt/solid-client-authn-node": "^1.12.2",
|
||||
"@microsoft/tsdoc-config": "^0.16.2",
|
||||
@ -180,8 +180,8 @@
|
||||
"@typescript-eslint/eslint-plugin": "^5.3.0",
|
||||
"@typescript-eslint/parser": "^5.3.0",
|
||||
"cheerio": "^1.0.0-rc.12",
|
||||
"commit-and-tag-version": "^11.0.0",
|
||||
"componentsjs-generator": "^3.0.3",
|
||||
"commit-and-tag-version": "^11.2.1",
|
||||
"componentsjs-generator": "^3.1.0",
|
||||
"eslint": "^8.21.0",
|
||||
"eslint-config-es": "4.1.0",
|
||||
"eslint-import-resolver-typescript": "^3.2.5",
|
||||
@ -194,12 +194,12 @@
|
||||
"husky": "^4.3.8",
|
||||
"jest": "^29.5.0",
|
||||
"jest-rdf": "^1.8.0",
|
||||
"markdownlint-cli2": "^0.5.1",
|
||||
"node-mocks-http": "^1.11.0",
|
||||
"nodemon": "^2.0.19",
|
||||
"set-cookie-parser": "^2.5.1",
|
||||
"simple-git": "^3.12.0",
|
||||
"supertest": "^6.2.4",
|
||||
"markdownlint-cli2": "^0.7.0",
|
||||
"node-mocks-http": "^1.12.2",
|
||||
"nodemon": "^2.0.22",
|
||||
"set-cookie-parser": "^2.6.0",
|
||||
"simple-git": "^3.18.0",
|
||||
"supertest": "^6.3.3",
|
||||
"ts-jest": "^29.1.0",
|
||||
"ts-node": "^10.9.1",
|
||||
"typedoc": "^0.24.6",
|
||||
|
Loading…
x
Reference in New Issue
Block a user