Skip to content

Commit

Permalink
Merge pull request #246 from nulib/update-dcapi-types
Browse files Browse the repository at this point in the history
Update dcapi-types to v2.0.0-rc.5
  • Loading branch information
bmquinn authored Feb 20, 2023
2 parents c759715 + 8de28ad commit b27db3f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
1 change: 1 addition & 0 deletions components/SharedLink/SharedLink.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ const work: Work = {
},
file_sets: [
{
accession_number: "inu-dil-12b39039-68af-4a31-8b04-1b025d95a0b8",
duration: null,
height: 4050,
id: "7ad42e60-a8b6-444d-b4cf-f53f9c2756f6",
Expand Down
1 change: 1 addition & 0 deletions mocks/sample-work1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export const sampleWork1: Work = {
description: ["Ima description"],
file_sets: [
{
accession_number: "inu-dil-50575a78-a47a-4a07-939f-6e1d6a9d7065",
duration: 20,
height: 1000,
id: "93d75ffe-20d8-48ea-9206-8db9114f2731",
Expand Down
1 change: 1 addition & 0 deletions mocks/sample-work2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export const sampleWork2: Work = {
description: ["Ima cool description"],
file_sets: [
{
accession_number: "inu-dil-50575a78-a47a-4a07-939f-6e1d6a9d7065",
duration: null,
height: 1000,
id: "93d75ffe-20d8-48ea-9206-8db9114f2731",
Expand Down
14 changes: 7 additions & 7 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 @@ -18,7 +18,7 @@
"@honeybadger-io/js": "^4.9.2",
"@honeybadger-io/webpack": "^4.8.2",
"@iiif/parser": "^1.0.10",
"@nulib/dcapi-types": "^2.0.0-rc.4",
"@nulib/dcapi-types": "^2.0.0-rc.5",
"@nulib/design-system": "^1.6.2",
"@radix-ui/colors": "^0.1.8",
"@radix-ui/react-accordion": "^1.0.1",
Expand Down

0 comments on commit b27db3f

Please sign in to comment.