Skip to content

Commit

Permalink
update @sillsdev/scripture` (#28)
Browse files Browse the repository at this point in the history
- fix .NET deserialization
- also remove `RefSelector` since it no longer exists
  • Loading branch information
irahopkinson authored Jul 19, 2024
2 parents e53126d + 51be2da commit 7a17838
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 23 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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": {
Expand Down
2 changes: 2 additions & 0 deletions src/paratext-bible-text-collection/assets/displayData.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"icon": "",
"moreInfoUrl": "",
"supportUrl": "",
"localizedDisplayInfo": {
"en": {
"displayName": "Paratext Text Collection",
Expand Down
2 changes: 2 additions & 0 deletions src/paratext-bible-text-collection/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"author": "Platform.Bible Bundled Extensions Team - Rolf Heij",
"license": "MIT",
"main": "src/main.ts",
"extensionDependencies": {},
"elevatedPrivileges": [],
"types": "src/types/paratext-bible-text-collection.d.ts",
"menus": "contributions/menus.json",
"settings": "contributions/settings.json",
Expand Down
14 changes: 7 additions & 7 deletions src/paratext-bible-text-collection/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/paratext-bible-text-collection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 2 additions & 0 deletions src/paratext-bible-word-list/assets/displayData.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"icon": "",
"moreInfoUrl": "",
"supportUrl": "",
"localizedDisplayInfo": {
"en": {
"displayName": "Paratext Word List",
Expand Down
2 changes: 2 additions & 0 deletions src/paratext-bible-word-list/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"author": "Platform.Bible Bundled Extensions Team - Rolf Heij",
"license": "MIT",
"main": "src/main.ts",
"extensionDependencies": {},
"elevatedPrivileges": [],
"types": "src/types/paratext-bible-word-list.d.ts",
"menus": "contributions/menus.json",
"settings": "contributions/settings.json",
Expand Down
14 changes: 7 additions & 7 deletions src/paratext-bible-word-list/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/paratext-bible-word-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"react-dom": ">=18.2.0"
},
"dependencies": {
"@sillsdev/scripture": "^2.0.0",
"@sillsdev/scripture": "^2.0.1",
"@visx/responsive": "^3.3.0",
"@visx/scale": "^3.5.0",
"@visx/text": "^3.3.0",
Expand Down

0 comments on commit 7a17838

Please sign in to comment.