chore: comprehensive project update with dependency modernization, contact information standardization, copyright updates, and build configuration improvements
- Updated dependencies to latest compatible versions including React, TypeScript, and Vite. - Standardized contact information across all components (phone, email, address, EIN). - Updated copyright year to 2025 and ensured consistent legal status messaging. - Modernized Azure infrastructure with updated API versions and enhanced security practices. - Optimized build configurations for TypeScript and Vite, ensuring production readiness. - Cleaned up console logs and improved code quality with type safety and test coverage updates.
This commit is contained in:
@@ -11,24 +11,24 @@
|
||||
"test": "jest"
|
||||
},
|
||||
"dependencies": {
|
||||
"@azure/cosmos": "^4.0.0",
|
||||
"@azure/keyvault-secrets": "^4.8.0",
|
||||
"@azure/identity": "^4.0.1",
|
||||
"@azure/functions": "^4.0.1",
|
||||
"stripe": "^14.10.0",
|
||||
"joi": "^17.12.0",
|
||||
"uuid": "^9.0.1",
|
||||
"@azure/cosmos": "^4.1.1",
|
||||
"@azure/keyvault-secrets": "^4.8.1",
|
||||
"@azure/identity": "^4.5.0",
|
||||
"@azure/functions": "^4.5.1",
|
||||
"stripe": "^17.3.0",
|
||||
"joi": "^17.13.3",
|
||||
"uuid": "^11.0.3",
|
||||
"cors": "^2.8.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.10.6",
|
||||
"@types/uuid": "^9.0.7",
|
||||
"@types/node": "^22.10.1",
|
||||
"@types/uuid": "^10.0.0",
|
||||
"@types/cors": "^2.8.17",
|
||||
"typescript": "^5.3.3",
|
||||
"typescript": "^5.6.3",
|
||||
"jest": "^29.7.0",
|
||||
"@types/jest": "^29.5.11"
|
||||
"@types/jest": "^29.5.14"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
"node": ">=22.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user