chore(docs): update dependencies

weirdly, markdown images cant be SSRed but <img>s can now...
This commit is contained in:
Carson M.
2026-04-06 17:54:44 -05:00
parent 017f7aa604
commit 1f31122a1b
3 changed files with 248 additions and 237 deletions

View File

@@ -23,7 +23,7 @@ In the above example, only features available since ONNX Runtime 1.20 will be ac
The [API docs](https://docs.rs/ort) shows the minimum API version required for each method/struct; if no notice is shown, then it's always available.
![A screenshot of the docs.rs page for SessionBuilder::with_auto_device. Below the method definition, an infobox says "Available on crate feature api-22 only".](/assets/_api-version-feature.webp)
<img width="100%" src="/assets/_api-version-feature.webp" alt='A screenshot of the docs.rs page for SessionBuilder::with_auto_device. Below the method definition, an infobox says "Available on crate feature api-22 only".' />
The following API version features are available. Each feature also enables all APIs before it.
- **`api-17`**: ONNX Runtime v1.17 (baseline)

View File

@@ -11,17 +11,17 @@
"dependencies": {
"@radix-ui/themes": "^3.3.0",
"canvas-confetti": "^1.9.4",
"next": "^16.1.6",
"next": "^16.2.2",
"nextra": "^4.6.1",
"nextra-theme-docs": "^4.6.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-icons": "^5.6.0",
"zustand": "^5.0.11"
"zustand": "^5.0.12"
},
"devDependencies": {
"@types/canvas-confetti": "^1.9.0",
"@types/node": "^22.19.13",
"@types/node": "^22.19.17",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"pagefind": "^1.4.0",

477
docs/pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff