diff --git a/package.json b/package.json index 7df68fa2a38..fb831d8329e 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@babel/preset-react": "^7.0.0", "@babel/preset-typescript": "^7.16.7", "@hypothesis/frontend-build": "^3.0.0", - "@hypothesis/frontend-shared": "^7.13.0", + "@hypothesis/frontend-shared": "^7.14.0", "@hypothesis/frontend-testing": "^1.2.0", "@npmcli/arborist": "^7.0.0", "@octokit/rest": "^21.0.0", diff --git a/src/sidebar/components/ShareDialog/ExportAnnotations.tsx b/src/sidebar/components/ShareDialog/ExportAnnotations.tsx index d9d3fec23d9..85d63586b4a 100644 --- a/src/sidebar/components/ShareDialog/ExportAnnotations.tsx +++ b/src/sidebar/components/ShareDialog/ExportAnnotations.tsx @@ -3,8 +3,8 @@ import { CardActions, Link, Input, - SelectNext, CopyIcon, + Select, } from '@hypothesis/frontend-shared'; import { useCallback, useId, useMemo, useState } from 'preact/hooks'; @@ -279,7 +279,7 @@ function ExportAnnotations({ - - + - + {userList.map(userInfo => ( - + - + ))} - +