feat: remove temperature conversion from generic-calc

This commit removes the temperature conversion tool from the
generic-calc tool. This is because the tool was causing issues.

The following files were modified:
- src/pages/tools/number/generic-calc/data/index.ts
- src/pages/tools/number/generic-calc/data/temperature.ts
- package.json
- .idea/workspace.xml
This commit is contained in:
Ibrahima G. Coulibaly
2025-10-02 22:18:34 +01:00
parent 579cfeb55f
commit 28f4c64d30
8 changed files with 3957 additions and 2971 deletions

View File

@@ -68,6 +68,7 @@
"nerdamer-prime": "^1.2.4",
"notistack": "^3.0.1",
"omggif": "^1.0.10",
"onnxruntime-web": "^1.23.0",
"pdf-lib": "^1.17.1",
"pdfjs-dist": "^5.2.133",
"playwright": "^1.45.0",
@@ -81,6 +82,7 @@
"react-image-crop": "^11.0.7",
"react-konva": "^18.2.10",
"react-router-dom": "^6.23.1",
"styled-components": "^6.1.19",
"tesseract.js": "^6.0.0",
"type-fest": "^4.35.0",
"use-deep-compare-effect": "^1.8.1",