mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-05 08:24:56 +05:30
fix: Downgrade onnxruntime-web and onnxruntime-common (main)
Downgrades onnxruntime-web and onnxruntime-common to version 1.21.0. This reverts the previous upgrade due to potential issues. ```
This commit is contained in:
parent
5147de08aa
commit
327c4142ff
3 changed files with 42 additions and 40 deletions
64
.idea/workspace.xml
generated
64
.idea/workspace.xml
generated
|
|
@ -4,8 +4,10 @@
|
|||
<option name="autoReloadType" value="SELECTIVE" />
|
||||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="b30e2810-c4c1-4aad-b134-794e52cc1c7d" name="Changes" comment="fix: onnxruntime-web version">
|
||||
<list default="true" id="b30e2810-c4c1-4aad-b134-794e52cc1c7d" name="Changes" comment="feat: Upgrade onnxruntime-web and onnxruntime-common (main) Upgrades onnxruntime-web and onnxruntime-common to versions 1.23.0. This includes updates to dependencies and related packages.">
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/package-lock.json" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
|
|
@ -462,7 +464,7 @@
|
|||
<recent name="C:\Users\Ibrahima\IdeaProjects\omni-tools\src\pages\categories" />
|
||||
</key>
|
||||
</component>
|
||||
<component name="RunManager" selected="npm.test:e2e">
|
||||
<component name="RunManager" selected="npm.dev">
|
||||
<configuration default="true" type="docker-deploy" factoryName="dockerfile" temporary="true">
|
||||
<deployment type="dockerfile">
|
||||
<settings />
|
||||
|
|
@ -533,8 +535,8 @@
|
|||
</list>
|
||||
<recent_temporary>
|
||||
<list>
|
||||
<item itemvalue="npm.test:e2e" />
|
||||
<item itemvalue="npm.dev" />
|
||||
<item itemvalue="npm.test:e2e" />
|
||||
<item itemvalue="npm.test" />
|
||||
<item itemvalue="npm.typecheck" />
|
||||
<item itemvalue="npm.i18n:sync" />
|
||||
|
|
@ -658,22 +660,6 @@
|
|||
<workItem from="1753206561770" duration="119000" />
|
||||
<workItem from="1753206717510" duration="3599000" />
|
||||
</task>
|
||||
<task id="LOCAL-00204" summary="chore: remove flip x and y">
|
||||
<option name="closed" value="true" />
|
||||
<created>1751849423899</created>
|
||||
<option name="number" value="00204" />
|
||||
<option name="presentableId" value="LOCAL-00204" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1751849423899</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00205" summary="fix: tsc">
|
||||
<option name="closed" value="true" />
|
||||
<created>1751850152784</created>
|
||||
<option name="number" value="00205" />
|
||||
<option name="presentableId" value="LOCAL-00205" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1751850152784</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00206" summary="chore: new logo and font">
|
||||
<option name="closed" value="true" />
|
||||
<created>1752022118195</created>
|
||||
|
|
@ -1050,7 +1036,23 @@
|
|||
<option name="project" value="LOCAL" />
|
||||
<updated>1759441908841</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="253" />
|
||||
<task id="LOCAL-00253" summary="feat: Upgrade Node.js versions in CI (main) This commit updates the Node.js versions used in the CI workflows to version 20. This ensures that the CI environment uses a more up-to-date and supported version of Node.js.">
|
||||
<option name="closed" value="true" />
|
||||
<created>1759442128298</created>
|
||||
<option name="number" value="00253" />
|
||||
<option name="presentableId" value="LOCAL-00253" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1759442128299</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00254" summary="feat: Upgrade onnxruntime-web and onnxruntime-common (main) Upgrades onnxruntime-web and onnxruntime-common to versions 1.23.0. This includes updates to dependencies and related packages.">
|
||||
<option name="closed" value="true" />
|
||||
<created>1759442775014</created>
|
||||
<option name="number" value="00254" />
|
||||
<option name="presentableId" value="LOCAL-00254" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1759442775014</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="255" />
|
||||
<servers />
|
||||
</component>
|
||||
<component name="TypeScriptGeneratedFilesManager">
|
||||
|
|
@ -1114,15 +1116,6 @@
|
|||
<option name="CHECK_CODE_SMELLS_BEFORE_PROJECT_COMMIT" value="false" />
|
||||
<option name="CHECK_NEW_TODO" value="false" />
|
||||
<option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
|
||||
<MESSAGE value="fix: i18n tsc" />
|
||||
<MESSAGE value="chore: i18n pull dutch" />
|
||||
<MESSAGE value="chore: sync locize" />
|
||||
<MESSAGE value="feat: language browser detection" />
|
||||
<MESSAGE value="fix: misc" />
|
||||
<MESSAGE value="chore: show only necessary tags on a category" />
|
||||
<MESSAGE value="chore: CATEGORIES_USER_TYPES_MAPPINGS" />
|
||||
<MESSAGE value="chore: translate userTypes" />
|
||||
<MESSAGE value="``` feat: remove temperature conversion from generic-calc This commit removes the temperature conversion" />
|
||||
<MESSAGE value="``` 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" />
|
||||
<MESSAGE value="``` 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/" />
|
||||
<MESSAGE value="``` 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 ```" />
|
||||
|
|
@ -1134,12 +1127,21 @@
|
|||
<MESSAGE value="``` feat: Remove onnxruntime-web dependency (main) This commit removes the on" />
|
||||
<MESSAGE value="``` feat: Remove onnxruntime-web dependency (main) This commit removes the onnxruntime-web package from package.json. ``` " />
|
||||
<MESSAGE value="{ "error": { "code": 503, "message": "The model is overloaded. Please try again later.", "status": "UNAVAILABLE" } }" />
|
||||
<MESSAGE value="```" />
|
||||
<MESSAGE value="``` chore: Remove onnxruntime-web dependency (main) This commit removes the on" />
|
||||
<MESSAGE value="``` chore: Remove onnxruntime-web dependency (main) This commit removes the onnxruntime-web package from package.json and package-lock.json. ```" />
|
||||
<MESSAGE value="``` chore: Remove onnxruntime-web dependency (main) This commit removes the onnxruntime-web package from package.json and package-lock.json. ``` " />
|
||||
<MESSAGE value="fix: onnxruntime-web version" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="fix: onnxruntime-web version" />
|
||||
<MESSAGE value="```" />
|
||||
<MESSAGE value="``` feat: Upgrade Node.js versions in CI (main) This commit updates the Node" />
|
||||
<MESSAGE value="``` feat: Upgrade Node.js versions in CI (main) This commit updates the Node.js versions used in the CI workflows to version 20. This ensures that" />
|
||||
<MESSAGE value="``` feat: Upgrade Node.js versions in CI (main) This commit updates the Node.js versions used in the CI workflows to version 20. This ensures that the CI environment uses a more up-to-date and supported version of Node.js. ``` " />
|
||||
<MESSAGE value="feat: Upgrade Node.js versions in CI (main) This commit updates the Node.js versions used in the CI workflows to version 20. This ensures that the CI environment uses a more up-to-date and supported version of Node.js." />
|
||||
<MESSAGE value="feat" />
|
||||
<MESSAGE value="feat: Upgrade onnxruntime-web and onnxruntime-common (main) Up" />
|
||||
<MESSAGE value="feat: Upgrade onnxruntime-web and onnxruntime-common (main) Upgrades onnxruntime-web and onnxruntime-common to versions 1" />
|
||||
<MESSAGE value="feat: Upgrade onnxruntime-web and onnxruntime-common (main) Upgrades onnxruntime-web and onnxruntime-common to versions 1.23.0. This includes updates to dependencies and related packages. " />
|
||||
<MESSAGE value="feat: Upgrade onnxruntime-web and onnxruntime-common (main) Upgrades onnxruntime-web and onnxruntime-common to versions 1.23.0. This includes updates to dependencies and related packages." />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="feat: Upgrade onnxruntime-web and onnxruntime-common (main) Upgrades onnxruntime-web and onnxruntime-common to versions 1.23.0. This includes updates to dependencies and related packages." />
|
||||
</component>
|
||||
<component name="VgoProject">
|
||||
<integration-enabled>false</integration-enabled>
|
||||
|
|
|
|||
16
package-lock.json
generated
16
package-lock.json
generated
|
|
@ -49,7 +49,7 @@
|
|||
"nerdamer-prime": "^1.2.4",
|
||||
"notistack": "^3.0.1",
|
||||
"omggif": "^1.0.10",
|
||||
"onnxruntime-web": "^1.21.0",
|
||||
"onnxruntime-web": "1.21.0",
|
||||
"pdf-lib": "^1.17.1",
|
||||
"pdfjs-dist": "^5.2.133",
|
||||
"playwright": "^1.45.0",
|
||||
|
|
@ -9751,21 +9751,21 @@
|
|||
}
|
||||
},
|
||||
"node_modules/onnxruntime-common": {
|
||||
"version": "1.23.0",
|
||||
"resolved": "https://registry.npmjs.org/onnxruntime-common/-/onnxruntime-common-1.23.0.tgz",
|
||||
"integrity": "sha512-Auz8S9D7vpF8ok7fzTobvD1XdQDftRf/S7pHmjeCr3Xdymi4z1C7zx4vnT6nnUjbpelZdGwda0BmWHCCTMKUTg==",
|
||||
"version": "1.21.0",
|
||||
"resolved": "https://registry.npmjs.org/onnxruntime-common/-/onnxruntime-common-1.21.0.tgz",
|
||||
"integrity": "sha512-Q632iLLrtCAVOTO65dh2+mNbQir/QNTVBG3h/QdZBpns7mZ0RYbLRBgGABPbpU9351AgYy7SJf1WaeVwMrBFPQ==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/onnxruntime-web": {
|
||||
"version": "1.23.0",
|
||||
"resolved": "https://registry.npmjs.org/onnxruntime-web/-/onnxruntime-web-1.23.0.tgz",
|
||||
"integrity": "sha512-w0bvC2RwDxphOUFF8jFGZ/dYw+duaX20jM6V4BIZJPCfK4QuCpB/pVREV+hjYbT3x4hyfa2ZbTaWx4e1Vot0fQ==",
|
||||
"version": "1.21.0",
|
||||
"resolved": "https://registry.npmjs.org/onnxruntime-web/-/onnxruntime-web-1.21.0.tgz",
|
||||
"integrity": "sha512-adzOe+7uI7lKz6pQNbAsLMQd2Fq5Jhmoxd8LZjJr8m3KvbFyiYyRxRiC57/XXD+jb18voppjeGAjoZmskXG+7A==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"flatbuffers": "^25.1.24",
|
||||
"guid-typescript": "^1.0.9",
|
||||
"long": "^5.2.3",
|
||||
"onnxruntime-common": "1.23.0",
|
||||
"onnxruntime-common": "1.21.0",
|
||||
"platform": "^1.3.6",
|
||||
"protobufjs": "^7.2.4"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@
|
|||
"nerdamer-prime": "^1.2.4",
|
||||
"notistack": "^3.0.1",
|
||||
"omggif": "^1.0.10",
|
||||
"onnxruntime-web": "^1.21.0",
|
||||
"onnxruntime-web": "1.21.0",
|
||||
"pdf-lib": "^1.17.1",
|
||||
"pdfjs-dist": "^5.2.133",
|
||||
"playwright": "^1.45.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue