mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-20 22:52:46 -05:00
chore(deps): update all linting dependencies (6.x) (#4445)
* chore(deps): update all linting dependencies * Update tsconfig.json --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Juan Picado <juanpicado19@gmail.com>
This commit is contained in:
parent
7d9aba2e0d
commit
8323ab10c5
3 changed files with 14 additions and 14 deletions
|
@ -96,7 +96,7 @@
|
|||
"eslint-plugin-babel": "5.3.1",
|
||||
"eslint-plugin-import": "2.29.1",
|
||||
"eslint-plugin-jest": "27.6.3",
|
||||
"eslint-plugin-prettier": "5.1.2",
|
||||
"eslint-plugin-prettier": "5.1.3",
|
||||
"eslint-plugin-simple-import-sort": "10.0.0",
|
||||
"eslint-plugin-verdaccio": "10.0.0",
|
||||
"fs-extra": "10.1.0",
|
||||
|
@ -107,7 +107,7 @@
|
|||
"jest-environment-node": "29.7.0",
|
||||
"jest-junit": "16.0.0",
|
||||
"nock": "13.5.0",
|
||||
"prettier": "3.1.1",
|
||||
"prettier": "3.2.4",
|
||||
"rimraf": "5.0.5",
|
||||
"selfsigned": "2.4.1",
|
||||
"standard-version": "9.5.0",
|
||||
|
|
|
@ -11,8 +11,8 @@
|
|||
"rootDir": "./src",
|
||||
"outDir": "./build",
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"esModuleInterop": true
|
||||
"esModuleInterop": true,
|
||||
},
|
||||
"exclude": ["node_modules", "**/*.spec.ts"],
|
||||
"include": ["src/**/*.ts", "types/*.d.ts"]
|
||||
"include": ["src/**/*.ts", "types/*.d.ts"],
|
||||
}
|
||||
|
|
20
yarn.lock
20
yarn.lock
|
@ -5863,9 +5863,9 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"eslint-plugin-prettier@npm:5.1.2":
|
||||
version: 5.1.2
|
||||
resolution: "eslint-plugin-prettier@npm:5.1.2"
|
||||
"eslint-plugin-prettier@npm:5.1.3":
|
||||
version: 5.1.3
|
||||
resolution: "eslint-plugin-prettier@npm:5.1.3"
|
||||
dependencies:
|
||||
prettier-linter-helpers: "npm:^1.0.0"
|
||||
synckit: "npm:^0.8.6"
|
||||
|
@ -5879,7 +5879,7 @@ __metadata:
|
|||
optional: true
|
||||
eslint-config-prettier:
|
||||
optional: true
|
||||
checksum: 2d99eabbf6fb146fef85c84bd37acede2e26be6d908bf9efd663e6d7cb82cb6d9dfca9aab5f39bdc1c4987d5f88400f1756f5e8ac93db70cd1073ff1e873f2e4
|
||||
checksum: 4f26a30444adc61ed692cdb5a9f7e8d9f5794f0917151051e66755ce032a08c3cc72c8b5d56101412e90f6d77035bd8194ea8731e9c16aacdd5ae345a8dae188
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -9614,12 +9614,12 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"prettier@npm:3.1.1":
|
||||
version: 3.1.1
|
||||
resolution: "prettier@npm:3.1.1"
|
||||
"prettier@npm:3.2.4":
|
||||
version: 3.2.4
|
||||
resolution: "prettier@npm:3.2.4"
|
||||
bin:
|
||||
prettier: bin/prettier.cjs
|
||||
checksum: 26a249f321b97d26c04483f1bf2eeb22e082a76f4222a2c922bebdc60111691aad4ec3979610e83942e0b956058ec361d9e9c81c185172264eb6db9aa678082b
|
||||
checksum: e2b735d0552501b3a7ac8bd3ba3b6de2920bb35bd4cd02d08cb9057ebe3e96d83b9a7e4b903d987b7530a50223b12c74d107c154337236ae2c68156ba1e65cd2
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -11572,7 +11572,7 @@ __metadata:
|
|||
eslint-plugin-babel: "npm:5.3.1"
|
||||
eslint-plugin-import: "npm:2.29.1"
|
||||
eslint-plugin-jest: "npm:27.6.3"
|
||||
eslint-plugin-prettier: "npm:5.1.2"
|
||||
eslint-plugin-prettier: "npm:5.1.3"
|
||||
eslint-plugin-simple-import-sort: "npm:10.0.0"
|
||||
eslint-plugin-verdaccio: "npm:10.0.0"
|
||||
express: "npm:4.18.2"
|
||||
|
@ -11595,7 +11595,7 @@ __metadata:
|
|||
mv: "npm:2.1.1"
|
||||
nock: "npm:13.5.0"
|
||||
pkginfo: "npm:0.4.1"
|
||||
prettier: "npm:3.1.1"
|
||||
prettier: "npm:3.2.4"
|
||||
rimraf: "npm:5.0.5"
|
||||
selfsigned: "npm:2.4.1"
|
||||
semver: "npm:7.5.4"
|
||||
|
|
Loading…
Add table
Reference in a new issue