mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-04-18 21:22:49 +00:00
Update dependency @vitest/eslint-plugin to v1.1.38 (forgejo) (#7381)
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org> Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
This commit is contained in:
parent
c9853e9e3a
commit
aecf60f233
2 changed files with 6 additions and 6 deletions
10
package-lock.json
generated
10
package-lock.json
generated
|
@ -70,7 +70,7 @@
|
|||
"@typescript-eslint/parser": "8.26.1",
|
||||
"@vitejs/plugin-vue": "5.2.3",
|
||||
"@vitest/coverage-v8": "3.0.8",
|
||||
"@vitest/eslint-plugin": "1.1.25",
|
||||
"@vitest/eslint-plugin": "1.1.38",
|
||||
"@vue/test-utils": "2.4.6",
|
||||
"eslint": "9.22.0",
|
||||
"eslint-import-resolver-typescript": "4.1.1",
|
||||
|
@ -3648,13 +3648,13 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@vitest/eslint-plugin": {
|
||||
"version": "1.1.25",
|
||||
"resolved": "https://registry.npmjs.org/@vitest/eslint-plugin/-/eslint-plugin-1.1.25.tgz",
|
||||
"integrity": "sha512-u8DpDnMbPcqBmJOB4PeEtn6q7vKmLVTLFMpzoxSAo0hjYdl4iYSHRleqwPQo0ywc7UV0S6RKIahYRQ3BnZdMVw==",
|
||||
"version": "1.1.38",
|
||||
"resolved": "https://registry.npmjs.org/@vitest/eslint-plugin/-/eslint-plugin-1.1.38.tgz",
|
||||
"integrity": "sha512-KcOTZyVz8RiM5HyriiDVrP1CyBGuhRxle+lBsmSs6NTJEO/8dKVAq+f5vQzHj1/Kc7bYXSDO6yBe62Zx0t5iaw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"@typescript-eslint/utils": ">= 8.0",
|
||||
"@typescript-eslint/utils": "^8.24.0",
|
||||
"eslint": ">= 8.57.0",
|
||||
"typescript": ">= 5.0.0",
|
||||
"vitest": "*"
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
"@typescript-eslint/parser": "8.26.1",
|
||||
"@vitejs/plugin-vue": "5.2.3",
|
||||
"@vitest/coverage-v8": "3.0.8",
|
||||
"@vitest/eslint-plugin": "1.1.25",
|
||||
"@vitest/eslint-plugin": "1.1.38",
|
||||
"@vue/test-utils": "2.4.6",
|
||||
"eslint": "9.22.0",
|
||||
"eslint-import-resolver-typescript": "4.1.1",
|
||||
|
|
Loading…
Add table
Reference in a new issue