Package updates
This commit is contained in:
Родитель
a14abffa70
Коммит
1b046467f7
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
22
package.json
22
package.json
|
@ -21,7 +21,7 @@
|
|||
"find-deadcode": "ts-prune",
|
||||
"find-circular-dependencies": "npx madge --circular --extensions ts .",
|
||||
"fix:js": "eslint --fix .",
|
||||
"fix:md": "markdownlint-cli2-fix \"**/*.md\"",
|
||||
"fix:md": "markdownlint-cli2 --config ./.config/.markdownlint-cli2.jsonc --fix \"**/*.md\"",
|
||||
"fix": "npm run fix:js && npm run fix:md",
|
||||
"lint:js": "eslint .",
|
||||
"lint:json": "echo OK",
|
||||
|
@ -41,7 +41,7 @@
|
|||
"cspell --no-must-find-files"
|
||||
],
|
||||
"*.{js,ts}": "eslint --fix",
|
||||
"*.md": "markdownlint-cli2-fix"
|
||||
"*.md": "markdownlint-cli2 --fix --config ./.config/.markdownlint-cli2.jsonc"
|
||||
},
|
||||
"jest-junit": {
|
||||
"suiteNameTemplate": "{filepath}",
|
||||
|
@ -74,11 +74,11 @@
|
|||
"@azure/storage-queue": "12.16.0",
|
||||
"@octokit/plugin-paginate-graphql": "4.0.0",
|
||||
"@octokit/request": "8.1.6",
|
||||
"@octokit/auth-app": "6.0.2",
|
||||
"@octokit/auth-app": "6.0.3",
|
||||
"@octokit/rest": "20.0.2",
|
||||
"@primer/octicons": "19.8.0",
|
||||
"app-root-path": "3.1.0",
|
||||
"applicationinsights": "2.9.1",
|
||||
"applicationinsights": "2.9.2",
|
||||
"async-prompt": "1.0.1",
|
||||
"axios": "1.6.5",
|
||||
"basic-auth": "2.0.1",
|
||||
|
@ -137,7 +137,7 @@
|
|||
"@types/luxon": "3.4.0",
|
||||
"@types/memory-cache": "0.2.5",
|
||||
"@types/morgan": "1.9.9",
|
||||
"@types/node": "20.10.6",
|
||||
"@types/node": "20.11.0",
|
||||
"@types/node-jose": "1.1.13",
|
||||
"@types/object-path": "0.11.4",
|
||||
"@types/passport": "1.0.16",
|
||||
|
@ -148,19 +148,19 @@
|
|||
"@types/recursive-readdir": "2.2.4",
|
||||
"@types/semver": "7.5.6",
|
||||
"@types/simple-oauth2": "5.0.7",
|
||||
"@types/validator": "13.11.7",
|
||||
"@typescript-eslint/eslint-plugin": "6.18.0",
|
||||
"@typescript-eslint/parser": "6.18.0",
|
||||
"@types/validator": "13.11.8",
|
||||
"@typescript-eslint/eslint-plugin": "6.18.1",
|
||||
"@typescript-eslint/parser": "6.18.1",
|
||||
"cspell": "8.3.2",
|
||||
"eslint": "8.56.0",
|
||||
"eslint-config-prettier": "9.1.0",
|
||||
"eslint-plugin-n": "16.6.1",
|
||||
"eslint-plugin-prettier": "5.1.2",
|
||||
"eslint-plugin-n": "16.6.2",
|
||||
"eslint-plugin-prettier": "5.1.3",
|
||||
"husky": "8.0.3",
|
||||
"jest": "29.7.0",
|
||||
"jest-junit": "16.0.0",
|
||||
"lint-staged": "15.2.0",
|
||||
"markdownlint-cli2": "0.11.0",
|
||||
"markdownlint-cli2": "0.12.0",
|
||||
"prettier": "3.1.1",
|
||||
"ts-jest": "29.1.1",
|
||||
"ts-node": "10.9.2",
|
||||
|
|
Загрузка…
Ссылка в новой задаче