From 4fc5982c22705983d5b7aa1472439443276132ed Mon Sep 17 00:00:00 2001 From: Ira Hopkinson Date: Fri, 19 Jul 2024 10:41:50 +1200 Subject: [PATCH 1/6] Squashed 'extensions/' changes from 6618a9acc..ad39b036e ad39b036e update `@sillsdev/scripture` (#23) git-subtree-dir: extensions git-subtree-split: ad39b036e6232a96bb5c560ecf28c4f5e9b9bc1e --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ef84a13503..7c4d2a8910 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "src/*" ], "dependencies": { - "@sillsdev/scripture": "^2.0.0", + "@sillsdev/scripture": "^2.0.1", "platform-bible-utils": "file:../paranext-core/lib/platform-bible-utils" }, "devDependencies": { @@ -2072,9 +2072,9 @@ } }, "node_modules/@sillsdev/scripture": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@sillsdev/scripture/-/scripture-2.0.0.tgz", - "integrity": "sha512-1u6fGszmpSv6lfryU1Q37csOwRoOEh+pGCj2pVFPOYa/SN6BWadkADDM6FnUYi3Q6/8cSM9m1fTOwsje2/lLHQ==" + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@sillsdev/scripture/-/scripture-2.0.1.tgz", + "integrity": "sha512-hE8vN+j7JOKqKxyGSFCEgzW7SpRmplePYnNMyZnxmzxUs+7NCM72UnxIpb0XSy40a6ViE22Shx6Lvhqq83Bisg==" }, "node_modules/@sinclair/typebox": { "version": "0.27.8", @@ -13550,9 +13550,9 @@ "dev": true }, "@sillsdev/scripture": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@sillsdev/scripture/-/scripture-2.0.0.tgz", - "integrity": "sha512-1u6fGszmpSv6lfryU1Q37csOwRoOEh+pGCj2pVFPOYa/SN6BWadkADDM6FnUYi3Q6/8cSM9m1fTOwsje2/lLHQ==" + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@sillsdev/scripture/-/scripture-2.0.1.tgz", + "integrity": "sha512-hE8vN+j7JOKqKxyGSFCEgzW7SpRmplePYnNMyZnxmzxUs+7NCM72UnxIpb0XSy40a6ViE22Shx6Lvhqq83Bisg==" }, "@sinclair/typebox": { "version": "0.27.8", diff --git a/package.json b/package.json index 060825bdce..48ddcfec88 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "react-dom": ">=18.2.0" }, "dependencies": { - "@sillsdev/scripture": "^2.0.0", + "@sillsdev/scripture": "^2.0.1", "platform-bible-utils": "file:../paranext-core/lib/platform-bible-utils" }, "devDependencies": { From 05ab918627940eb562907b39bd1e74b2c8c8146d Mon Sep 17 00:00:00 2001 From: Ira Hopkinson Date: Fri, 19 Jul 2024 10:44:36 +1200 Subject: [PATCH 2/6] Squashed 'extensions/src/hello-someone/' changes from 1c7c788d3..01213e7e2 01213e7e2 update `@sillsdev/scripture` (#74) 652c77714 feat: added some fields to `manifest.json` and moved URL-related fields (#73) 8076b1624 fix: changed elevatedPrivileges to an array ccbf06c8b refactor: adjusted structure for fields in manifest.json 4df693672 feat: added 'moreInfoUrl' and 'supportUrl' to manifest git-subtree-dir: extensions/src/hello-someone git-subtree-split: 01213e7e2372ab91e5ac17299cc531ec586048ae --- README.md | 2 ++ assets/displayData.json | 2 ++ manifest.json | 2 ++ package-lock.json | 14 +++++++------- package.json | 2 +- 5 files changed, 14 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c4b7318ada..2673f8fdaa 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,8 @@ To make the process of customizing from the template as smooth as possible, we r - In `assets/displayData.json`: - If your extension has an icon, update the `icon` value to point towards the icon file (for example: `assets/icon.svg`) + - Update the `moreInfoUrl` field to web URL to a page where users can find out more information about you / your organization / your extension. + - Update the `supportUrl` field to web URL to a support page where users can request help and report issues with your extension. - Update the `en` entry of `localizedDisplayInfo` so that: - `displayName` contains a human-readable name for your extension (i.e. `Your Extension Name`). diff --git a/assets/displayData.json b/assets/displayData.json index 8fa745b823..d2579e387e 100644 --- a/assets/displayData.json +++ b/assets/displayData.json @@ -1,5 +1,7 @@ { "icon": "", + "moreInfoUrl": "", + "supportUrl": "", "localizedDisplayInfo": { "en": { "displayName": "Paranext Extension Template", diff --git a/manifest.json b/manifest.json index 2c9c40bbd3..5db7442924 100644 --- a/manifest.json +++ b/manifest.json @@ -5,6 +5,8 @@ "author": "Paranext", "license": "MIT", "main": "src/main.ts", + "extensionDependencies": {}, + "elevatedPrivileges": [], "types": "src/types/paranext-extension-template.d.ts", "menus": "contributions/menus.json", "settings": "contributions/settings.json", diff --git a/package-lock.json b/package-lock.json index 0796ad76ef..f3ed63fcf1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "license": "MIT", "dependencies": { - "@sillsdev/scripture": "^2.0.0", + "@sillsdev/scripture": "^2.0.1", "platform-bible-utils": "file:../paranext-core/lib/platform-bible-utils" }, "devDependencies": { @@ -2396,9 +2396,9 @@ } }, "node_modules/@sillsdev/scripture": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@sillsdev/scripture/-/scripture-2.0.0.tgz", - "integrity": "sha512-1u6fGszmpSv6lfryU1Q37csOwRoOEh+pGCj2pVFPOYa/SN6BWadkADDM6FnUYi3Q6/8cSM9m1fTOwsje2/lLHQ==" + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@sillsdev/scripture/-/scripture-2.0.1.tgz", + "integrity": "sha512-hE8vN+j7JOKqKxyGSFCEgzW7SpRmplePYnNMyZnxmzxUs+7NCM72UnxIpb0XSy40a6ViE22Shx6Lvhqq83Bisg==" }, "node_modules/@sinclair/typebox": { "version": "0.27.8", @@ -15509,9 +15509,9 @@ "dev": true }, "@sillsdev/scripture": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@sillsdev/scripture/-/scripture-2.0.0.tgz", - "integrity": "sha512-1u6fGszmpSv6lfryU1Q37csOwRoOEh+pGCj2pVFPOYa/SN6BWadkADDM6FnUYi3Q6/8cSM9m1fTOwsje2/lLHQ==" + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@sillsdev/scripture/-/scripture-2.0.1.tgz", + "integrity": "sha512-hE8vN+j7JOKqKxyGSFCEgzW7SpRmplePYnNMyZnxmzxUs+7NCM72UnxIpb0XSy40a6ViE22Shx6Lvhqq83Bisg==" }, "@sinclair/typebox": { "version": "0.27.8", diff --git a/package.json b/package.json index 9c13db5bff..4ed174921d 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "react-dom": ">=18.2.0" }, "dependencies": { - "@sillsdev/scripture": "^2.0.0", + "@sillsdev/scripture": "^2.0.1", "platform-bible-utils": "file:../paranext-core/lib/platform-bible-utils" }, "devDependencies": { From 2e365472edca9c09fd8ca8b5681acd9f229e7e63 Mon Sep 17 00:00:00 2001 From: Ira Hopkinson Date: Fri, 19 Jul 2024 10:48:13 +1200 Subject: [PATCH 3/6] Squashed 'extensions/src/hello-world/' changes from 1c7c788d3..01213e7e2 01213e7e2 update `@sillsdev/scripture` (#74) 652c77714 feat: added some fields to `manifest.json` and moved URL-related fields (#73) 8076b1624 fix: changed elevatedPrivileges to an array ccbf06c8b refactor: adjusted structure for fields in manifest.json 4df693672 feat: added 'moreInfoUrl' and 'supportUrl' to manifest git-subtree-dir: extensions/src/hello-world git-subtree-split: 01213e7e2372ab91e5ac17299cc531ec586048ae --- README.md | 2 ++ assets/displayData.json | 2 ++ manifest.json | 2 ++ package-lock.json | 14 +++++++------- package.json | 2 +- 5 files changed, 14 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c4b7318ada..2673f8fdaa 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,8 @@ To make the process of customizing from the template as smooth as possible, we r - In `assets/displayData.json`: - If your extension has an icon, update the `icon` value to point towards the icon file (for example: `assets/icon.svg`) + - Update the `moreInfoUrl` field to web URL to a page where users can find out more information about you / your organization / your extension. + - Update the `supportUrl` field to web URL to a support page where users can request help and report issues with your extension. - Update the `en` entry of `localizedDisplayInfo` so that: - `displayName` contains a human-readable name for your extension (i.e. `Your Extension Name`). diff --git a/assets/displayData.json b/assets/displayData.json index 8fa745b823..d2579e387e 100644 --- a/assets/displayData.json +++ b/assets/displayData.json @@ -1,5 +1,7 @@ { "icon": "", + "moreInfoUrl": "", + "supportUrl": "", "localizedDisplayInfo": { "en": { "displayName": "Paranext Extension Template", diff --git a/manifest.json b/manifest.json index 2c9c40bbd3..5db7442924 100644 --- a/manifest.json +++ b/manifest.json @@ -5,6 +5,8 @@ "author": "Paranext", "license": "MIT", "main": "src/main.ts", + "extensionDependencies": {}, + "elevatedPrivileges": [], "types": "src/types/paranext-extension-template.d.ts", "menus": "contributions/menus.json", "settings": "contributions/settings.json", diff --git a/package-lock.json b/package-lock.json index 0796ad76ef..f3ed63fcf1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "license": "MIT", "dependencies": { - "@sillsdev/scripture": "^2.0.0", + "@sillsdev/scripture": "^2.0.1", "platform-bible-utils": "file:../paranext-core/lib/platform-bible-utils" }, "devDependencies": { @@ -2396,9 +2396,9 @@ } }, "node_modules/@sillsdev/scripture": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@sillsdev/scripture/-/scripture-2.0.0.tgz", - "integrity": "sha512-1u6fGszmpSv6lfryU1Q37csOwRoOEh+pGCj2pVFPOYa/SN6BWadkADDM6FnUYi3Q6/8cSM9m1fTOwsje2/lLHQ==" + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@sillsdev/scripture/-/scripture-2.0.1.tgz", + "integrity": "sha512-hE8vN+j7JOKqKxyGSFCEgzW7SpRmplePYnNMyZnxmzxUs+7NCM72UnxIpb0XSy40a6ViE22Shx6Lvhqq83Bisg==" }, "node_modules/@sinclair/typebox": { "version": "0.27.8", @@ -15509,9 +15509,9 @@ "dev": true }, "@sillsdev/scripture": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@sillsdev/scripture/-/scripture-2.0.0.tgz", - "integrity": "sha512-1u6fGszmpSv6lfryU1Q37csOwRoOEh+pGCj2pVFPOYa/SN6BWadkADDM6FnUYi3Q6/8cSM9m1fTOwsje2/lLHQ==" + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@sillsdev/scripture/-/scripture-2.0.1.tgz", + "integrity": "sha512-hE8vN+j7JOKqKxyGSFCEgzW7SpRmplePYnNMyZnxmzxUs+7NCM72UnxIpb0XSy40a6ViE22Shx6Lvhqq83Bisg==" }, "@sinclair/typebox": { "version": "0.27.8", diff --git a/package.json b/package.json index 9c13db5bff..4ed174921d 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "react-dom": ">=18.2.0" }, "dependencies": { - "@sillsdev/scripture": "^2.0.0", + "@sillsdev/scripture": "^2.0.1", "platform-bible-utils": "file:../paranext-core/lib/platform-bible-utils" }, "devDependencies": { From 08018dbe59c748e5f15e582af4d5dcd8cd5a5662 Mon Sep 17 00:00:00 2001 From: Ira Hopkinson Date: Fri, 19 Jul 2024 10:50:29 +1200 Subject: [PATCH 4/6] Squashed 'extensions/src/platform-scripture/' changes from 1c7c788d3..01213e7e2 01213e7e2 update `@sillsdev/scripture` (#74) 652c77714 feat: added some fields to `manifest.json` and moved URL-related fields (#73) 8076b1624 fix: changed elevatedPrivileges to an array ccbf06c8b refactor: adjusted structure for fields in manifest.json 4df693672 feat: added 'moreInfoUrl' and 'supportUrl' to manifest git-subtree-dir: extensions/src/platform-scripture git-subtree-split: 01213e7e2372ab91e5ac17299cc531ec586048ae --- README.md | 2 ++ assets/displayData.json | 2 ++ manifest.json | 2 ++ package-lock.json | 14 +++++++------- package.json | 2 +- 5 files changed, 14 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c4b7318ada..2673f8fdaa 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,8 @@ To make the process of customizing from the template as smooth as possible, we r - In `assets/displayData.json`: - If your extension has an icon, update the `icon` value to point towards the icon file (for example: `assets/icon.svg`) + - Update the `moreInfoUrl` field to web URL to a page where users can find out more information about you / your organization / your extension. + - Update the `supportUrl` field to web URL to a support page where users can request help and report issues with your extension. - Update the `en` entry of `localizedDisplayInfo` so that: - `displayName` contains a human-readable name for your extension (i.e. `Your Extension Name`). diff --git a/assets/displayData.json b/assets/displayData.json index 8fa745b823..d2579e387e 100644 --- a/assets/displayData.json +++ b/assets/displayData.json @@ -1,5 +1,7 @@ { "icon": "", + "moreInfoUrl": "", + "supportUrl": "", "localizedDisplayInfo": { "en": { "displayName": "Paranext Extension Template", diff --git a/manifest.json b/manifest.json index 2c9c40bbd3..5db7442924 100644 --- a/manifest.json +++ b/manifest.json @@ -5,6 +5,8 @@ "author": "Paranext", "license": "MIT", "main": "src/main.ts", + "extensionDependencies": {}, + "elevatedPrivileges": [], "types": "src/types/paranext-extension-template.d.ts", "menus": "contributions/menus.json", "settings": "contributions/settings.json", diff --git a/package-lock.json b/package-lock.json index 0796ad76ef..f3ed63fcf1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "license": "MIT", "dependencies": { - "@sillsdev/scripture": "^2.0.0", + "@sillsdev/scripture": "^2.0.1", "platform-bible-utils": "file:../paranext-core/lib/platform-bible-utils" }, "devDependencies": { @@ -2396,9 +2396,9 @@ } }, "node_modules/@sillsdev/scripture": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@sillsdev/scripture/-/scripture-2.0.0.tgz", - "integrity": "sha512-1u6fGszmpSv6lfryU1Q37csOwRoOEh+pGCj2pVFPOYa/SN6BWadkADDM6FnUYi3Q6/8cSM9m1fTOwsje2/lLHQ==" + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@sillsdev/scripture/-/scripture-2.0.1.tgz", + "integrity": "sha512-hE8vN+j7JOKqKxyGSFCEgzW7SpRmplePYnNMyZnxmzxUs+7NCM72UnxIpb0XSy40a6ViE22Shx6Lvhqq83Bisg==" }, "node_modules/@sinclair/typebox": { "version": "0.27.8", @@ -15509,9 +15509,9 @@ "dev": true }, "@sillsdev/scripture": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@sillsdev/scripture/-/scripture-2.0.0.tgz", - "integrity": "sha512-1u6fGszmpSv6lfryU1Q37csOwRoOEh+pGCj2pVFPOYa/SN6BWadkADDM6FnUYi3Q6/8cSM9m1fTOwsje2/lLHQ==" + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@sillsdev/scripture/-/scripture-2.0.1.tgz", + "integrity": "sha512-hE8vN+j7JOKqKxyGSFCEgzW7SpRmplePYnNMyZnxmzxUs+7NCM72UnxIpb0XSy40a6ViE22Shx6Lvhqq83Bisg==" }, "@sinclair/typebox": { "version": "0.27.8", diff --git a/package.json b/package.json index 9c13db5bff..4ed174921d 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "react-dom": ">=18.2.0" }, "dependencies": { - "@sillsdev/scripture": "^2.0.0", + "@sillsdev/scripture": "^2.0.1", "platform-bible-utils": "file:../paranext-core/lib/platform-bible-utils" }, "devDependencies": { From e1c006e49d85b4311d90406512ce9489c20ac80e Mon Sep 17 00:00:00 2001 From: Ira Hopkinson Date: Fri, 19 Jul 2024 10:53:57 +1200 Subject: [PATCH 5/6] Squashed 'extensions/src/quick-verse/' changes from 1c7c788d3..01213e7e2 01213e7e2 update `@sillsdev/scripture` (#74) 652c77714 feat: added some fields to `manifest.json` and moved URL-related fields (#73) 8076b1624 fix: changed elevatedPrivileges to an array ccbf06c8b refactor: adjusted structure for fields in manifest.json 4df693672 feat: added 'moreInfoUrl' and 'supportUrl' to manifest git-subtree-dir: extensions/src/quick-verse git-subtree-split: 01213e7e2372ab91e5ac17299cc531ec586048ae --- README.md | 2 ++ assets/displayData.json | 2 ++ manifest.json | 2 ++ package-lock.json | 14 +++++++------- package.json | 2 +- 5 files changed, 14 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c4b7318ada..2673f8fdaa 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,8 @@ To make the process of customizing from the template as smooth as possible, we r - In `assets/displayData.json`: - If your extension has an icon, update the `icon` value to point towards the icon file (for example: `assets/icon.svg`) + - Update the `moreInfoUrl` field to web URL to a page where users can find out more information about you / your organization / your extension. + - Update the `supportUrl` field to web URL to a support page where users can request help and report issues with your extension. - Update the `en` entry of `localizedDisplayInfo` so that: - `displayName` contains a human-readable name for your extension (i.e. `Your Extension Name`). diff --git a/assets/displayData.json b/assets/displayData.json index 8fa745b823..d2579e387e 100644 --- a/assets/displayData.json +++ b/assets/displayData.json @@ -1,5 +1,7 @@ { "icon": "", + "moreInfoUrl": "", + "supportUrl": "", "localizedDisplayInfo": { "en": { "displayName": "Paranext Extension Template", diff --git a/manifest.json b/manifest.json index 2c9c40bbd3..5db7442924 100644 --- a/manifest.json +++ b/manifest.json @@ -5,6 +5,8 @@ "author": "Paranext", "license": "MIT", "main": "src/main.ts", + "extensionDependencies": {}, + "elevatedPrivileges": [], "types": "src/types/paranext-extension-template.d.ts", "menus": "contributions/menus.json", "settings": "contributions/settings.json", diff --git a/package-lock.json b/package-lock.json index 0796ad76ef..f3ed63fcf1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "license": "MIT", "dependencies": { - "@sillsdev/scripture": "^2.0.0", + "@sillsdev/scripture": "^2.0.1", "platform-bible-utils": "file:../paranext-core/lib/platform-bible-utils" }, "devDependencies": { @@ -2396,9 +2396,9 @@ } }, "node_modules/@sillsdev/scripture": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@sillsdev/scripture/-/scripture-2.0.0.tgz", - "integrity": "sha512-1u6fGszmpSv6lfryU1Q37csOwRoOEh+pGCj2pVFPOYa/SN6BWadkADDM6FnUYi3Q6/8cSM9m1fTOwsje2/lLHQ==" + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@sillsdev/scripture/-/scripture-2.0.1.tgz", + "integrity": "sha512-hE8vN+j7JOKqKxyGSFCEgzW7SpRmplePYnNMyZnxmzxUs+7NCM72UnxIpb0XSy40a6ViE22Shx6Lvhqq83Bisg==" }, "node_modules/@sinclair/typebox": { "version": "0.27.8", @@ -15509,9 +15509,9 @@ "dev": true }, "@sillsdev/scripture": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@sillsdev/scripture/-/scripture-2.0.0.tgz", - "integrity": "sha512-1u6fGszmpSv6lfryU1Q37csOwRoOEh+pGCj2pVFPOYa/SN6BWadkADDM6FnUYi3Q6/8cSM9m1fTOwsje2/lLHQ==" + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@sillsdev/scripture/-/scripture-2.0.1.tgz", + "integrity": "sha512-hE8vN+j7JOKqKxyGSFCEgzW7SpRmplePYnNMyZnxmzxUs+7NCM72UnxIpb0XSy40a6ViE22Shx6Lvhqq83Bisg==" }, "@sinclair/typebox": { "version": "0.27.8", diff --git a/package.json b/package.json index 9c13db5bff..4ed174921d 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "react-dom": ">=18.2.0" }, "dependencies": { - "@sillsdev/scripture": "^2.0.0", + "@sillsdev/scripture": "^2.0.1", "platform-bible-utils": "file:../paranext-core/lib/platform-bible-utils" }, "devDependencies": { From 1ac0e3ccece10c656a1d05d5dfb2697f3de6ebae Mon Sep 17 00:00:00 2001 From: Ira Hopkinson Date: Fri, 19 Jul 2024 10:59:13 +1200 Subject: [PATCH 6/6] update `@sillsdev/scripture` - fix .NET deserialization --- extensions/src/platform-scripture-editor/package.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/extensions/src/platform-scripture-editor/package.json b/extensions/src/platform-scripture-editor/package.json index a194c4b1e9..3051d0689a 100644 --- a/extensions/src/platform-scripture-editor/package.json +++ b/extensions/src/platform-scripture-editor/package.json @@ -31,7 +31,7 @@ "react-dom": ">=18.2.0" }, "dependencies": { - "@sillsdev/scripture": "^2.0.0", + "@sillsdev/scripture": "^2.0.1", "platform-bible-utils": "file:../../../lib/platform-bible-utils" }, "devDependencies": { diff --git a/package-lock.json b/package-lock.json index 69fc3d175d..c1130bfd2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@faker-js/faker": "^8.3.1", "@mui/icons-material": "^5.15.10", "@mui/material": "^5.15.10", - "@sillsdev/scripture": "^2.0.0", + "@sillsdev/scripture": "^2.0.1", "@tanstack/react-table": "^8.19.2", "ajv": "^8.12.0", "chalk": "^4.1.2", @@ -442,7 +442,7 @@ "version": "0.0.2", "license": "MIT", "dependencies": { - "@sillsdev/scripture": "^2.0.0", + "@sillsdev/scripture": "^2.0.1", "platform-bible-utils": "file:../../../lib/platform-bible-utils" }, "devDependencies": { diff --git a/package.json b/package.json index 5c784257e8..a0a303e5fe 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "@faker-js/faker": "^8.3.1", "@mui/icons-material": "^5.15.10", "@mui/material": "^5.15.10", - "@sillsdev/scripture": "^2.0.0", + "@sillsdev/scripture": "^2.0.1", "@tanstack/react-table": "^8.19.2", "ajv": "^8.12.0", "chalk": "^4.1.2",