From 4e3a0637ea029151723113134712dff77b11ae9d Mon Sep 17 00:00:00 2001 From: SheetJS Date: Mon, 9 Jun 2025 15:48:33 -0400 Subject: [PATCH] Demo refresh --- .../01-installation/01-standalone.md | 6 +- .../02-examples/06-loader.md | 4 +- docz/docs/03-demos/01-math/11-tensorflow.md | 2 +- docz/docs/03-demos/02-frontend/09-blazor.md | 2 +- docz/docs/03-demos/02-frontend/18-legacy.md | 4 +- .../02-frontend/19-bundler/04-esbuild.md | 41 ++++----- .../docs/03-demos/17-mobile/01-reactnative.md | 90 ++++++++++++++++--- .../03-demos/17-mobile/02-nativescript.md | 6 +- docz/docs/03-demos/17-mobile/05-capacitor.md | 12 +-- .../03-demos/19-desktop/06-reactnative.md | 18 ++-- docz/docs/03-demos/30-cloud/02-netsuite.md | 8 +- docz/static/mobile/index.js | 2 +- .../esbuild.sh} | 2 +- 13 files changed, 134 insertions(+), 63 deletions(-) rename tests/{bundler-esbuild.sh => bundler/esbuild.sh} (98%) diff --git a/docz/docs/02-getting-started/01-installation/01-standalone.md b/docz/docs/02-getting-started/01-installation/01-standalone.md index 4e3e55e..37a17dd 100644 --- a/docz/docs/02-getting-started/01-installation/01-standalone.md +++ b/docz/docs/02-getting-started/01-installation/01-standalone.md @@ -16,7 +16,7 @@ Each standalone release script is available at https://cdn.sheetjs.com/. {`\ -`} +`} :::tip pass @@ -44,7 +44,7 @@ reading and writing many spreadsheet formats. {`\ -`} +`} `xlsx.mini.min.js` is a slimmer build that omits the following features: @@ -60,7 +60,7 @@ A single script tag should be added at the top of the HTML page: {`\ -`} +`} diff --git a/docz/docs/02-getting-started/02-examples/06-loader.md b/docz/docs/02-getting-started/02-examples/06-loader.md index c57cbb3..99e8be5 100644 --- a/docz/docs/02-getting-started/02-examples/06-loader.md +++ b/docz/docs/02-getting-started/02-examples/06-loader.md @@ -854,7 +854,7 @@ npm i --save https://sheet.lol/balls/xlsx-${current}.tgz`} 4) Install dependencies: ```bash -npm i --save @langchain/core@0.3.44 langchain@0.3.21 @langchain/ollama@0.2.0 peggy@3.0.2 +npm i --save @langchain/core@0.3.57 langchain@0.3.21 @langchain/ollama@0.2.1 peggy@3.0.2 ``` :::note pass @@ -863,7 +863,7 @@ In some test runs, there were error messages relating to dependency and peer dependency versions. The `--force` flag will suppress version mismatch errors: ```bash -npm i --save @langchain/core@0.3.44 langchain@0.3.21 @langchain/ollama@0.2.0 peggy@3.0.2 --force +npm i --save @langchain/core@0.3.57 langchain@0.3.21 @langchain/ollama@0.2.1 peggy@3.0.2 --force ``` ::: diff --git a/docz/docs/03-demos/01-math/11-tensorflow.md b/docz/docs/03-demos/01-math/11-tensorflow.md index 37188ce..0aa15aa 100644 --- a/docz/docs/03-demos/01-math/11-tensorflow.md +++ b/docz/docs/03-demos/01-math/11-tensorflow.md @@ -71,7 +71,7 @@ can be loaded after the TF.js standalone script. -`} +`} #### Frameworks and Bundlers diff --git a/docz/docs/03-demos/02-frontend/09-blazor.md b/docz/docs/03-demos/02-frontend/09-blazor.md index a772154..473f537 100644 --- a/docz/docs/03-demos/02-frontend/09-blazor.md +++ b/docz/docs/03-demos/02-frontend/09-blazor.md @@ -53,7 +53,7 @@ can be loaded in the root HTML page (typically `wwwroot/index.html`): {`\ -`} +`} #### ECMAScript Module diff --git a/docz/docs/03-demos/02-frontend/18-legacy.md b/docz/docs/03-demos/02-frontend/18-legacy.md index 2517dea..10f5963 100644 --- a/docz/docs/03-demos/02-frontend/18-legacy.md +++ b/docz/docs/03-demos/02-frontend/18-legacy.md @@ -25,9 +25,9 @@ the shim script must be loaded first: {`\ - + - +