Browse Source
fix: restore missing indentation in package.json devDependencies (#11855)
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
pull/11856/head
afc163
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
package.json
|
|
|
@ -74,7 +74,7 @@ |
|
|
|
"@umijs/max": "^4.6.57", |
|
|
|
"@umijs/max-plugin-openapi": "^2.0.3", |
|
|
|
"@umijs/request-record": "^1.1.4", |
|
|
|
"@vitest/coverage-v8": "4.1.8", |
|
|
|
"@vitest/coverage-v8": "4.1.8", |
|
|
|
"@vitest/ui": "4.1.8", |
|
|
|
"cross-env": "^10.1.0", |
|
|
|
"express": "^5.2.1", |
|
|
|
@ -82,7 +82,7 @@ |
|
|
|
"gh-pages": "^6.3.0", |
|
|
|
"happy-dom": "^20.0.0", |
|
|
|
"husky": "^9.1.7", |
|
|
|
"jsdom": "^29.1.1", |
|
|
|
"jsdom": "^29.1.1", |
|
|
|
"lint-staged": "^17.0.2", |
|
|
|
"mockjs": "^1.1.0", |
|
|
|
"react-doctor": "^0.2.1", |
|
|
|
|