Browse Source
Merge branch 'master' into refactor/use-biome
pull/11496/head
afc163
9 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
|
|
|
@ -52,7 +52,7 @@ |
|
|
|
"@commitlint/config-conventional": "^19.5.0", |
|
|
|
"@testing-library/dom": "^10.4.0", |
|
|
|
"@testing-library/react": "^16.0.1", |
|
|
|
"@types/express": "^4.17.21", |
|
|
|
"@types/express": "^5.0.3", |
|
|
|
"@types/jest": "^29.5.13", |
|
|
|
"@types/lodash": "^4.17.10", |
|
|
|
"@types/react": "^19.1.5", |
|
|
|
@ -65,7 +65,7 @@ |
|
|
|
"husky": "^9.1.6", |
|
|
|
"jest": "^29.7.0", |
|
|
|
"jest-environment-jsdom": "^29.7.0", |
|
|
|
"lint-staged": "^15.2.10", |
|
|
|
"lint-staged": "^16.1.2", |
|
|
|
"mockjs": "^1.1.0", |
|
|
|
"ts-node": "^10.9.2", |
|
|
|
"typescript": "^5.6.3", |
|
|
|
|