- Added a new endpoint to retrieve BOM headers with entity join support, improving data accessibility. - Updated the BOM service to include logic for fetching current version IDs and handling version-related data more effectively. - Enhanced the BOM tree component to utilize the new BOM header API for better data management. - Implemented version ID fallback mechanisms to ensure accurate data representation during BOM operations. - Improved the overall user experience by integrating new features for version management and data loading.
19 lines
409 B
JSON
19 lines
409 B
JSON
{
|
|
"dependencies": {
|
|
"@prisma/client": "^6.16.2",
|
|
"@react-three/drei": "^10.7.6",
|
|
"@react-three/fiber": "^9.4.0",
|
|
"@types/mssql": "^9.1.8",
|
|
"@xyflow/react": "^12.8.6",
|
|
"axios": "^1.12.2",
|
|
"mssql": "^11.0.1",
|
|
"prisma": "^6.16.2",
|
|
"three": "^0.180.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/oracledb": "^6.9.1",
|
|
"@types/pg": "^8.15.5",
|
|
"playwright": "^1.58.2"
|
|
}
|
|
}
|