Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump preact from 10.24.3 to 10.25.1 #6698

Merged
merged 2 commits into from
Dec 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "^8.10.2",
"@hypothesis/frontend-shared": "^8.12.0",
"@hypothesis/frontend-testing": "^1.3.1",
"@npmcli/arborist": "^8.0.0",
"@octokit/rest": "^21.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/sidebar/components/MarkdownEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ function TextArea({
classes,
containerRef,
...restProps
}: TextAreaProps & JSX.HTMLAttributes<HTMLTextAreaElement>) {
}: TextAreaProps & JSX.TextareaHTMLAttributes<HTMLTextAreaElement>) {
return (
<textarea
className={classnames(
Expand Down
1 change: 0 additions & 1 deletion src/sidebar/components/MenuArrow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export default function MenuArrow({
const Icon = direction === 'up' ? PointerUpIcon : PointerDownIcon;
return (
<Icon
name="pointer"
className={classnames(
'absolute inline z-2 text-grey-3 fill-white',
classes,
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2435,15 +2435,15 @@ __metadata:
languageName: node
linkType: hard

"@hypothesis/frontend-shared@npm:^8.10.2":
version: 8.11.0
resolution: "@hypothesis/frontend-shared@npm:8.11.0"
"@hypothesis/frontend-shared@npm:^8.12.0":
version: 8.12.0
resolution: "@hypothesis/frontend-shared@npm:8.12.0"
dependencies:
highlight.js: ^11.6.0
wouter-preact: ^3.0.0
peerDependencies:
preact: ^10.4.0
checksum: d42d765e59ff658d5b4320b117e6ab74a1f007ee026d88395e2152b7c8f4aa84178f382062d641cde12049b8c9b61b3cca2634938f97e7e857d56a06f075d950
preact: ^10.25.1
checksum: 900be36b83fa0b73f1705ac6b774414b0ca8a6c779d0e3d96390212c2cb317071d5d8bbf1c771b11ff9e1e040c89972e8a716c3f5d0a0188b5ef6943eaab3c37
languageName: node
linkType: hard

Expand Down Expand Up @@ -8685,7 +8685,7 @@ __metadata:
"@babel/preset-react": ^7.0.0
"@babel/preset-typescript": ^7.16.7
"@hypothesis/frontend-build": ^3.0.0
"@hypothesis/frontend-shared": ^8.10.2
"@hypothesis/frontend-shared": ^8.12.0
"@hypothesis/frontend-testing": ^1.3.1
"@npmcli/arborist": ^8.0.0
"@octokit/rest": ^21.0.0
Expand Down Expand Up @@ -11664,9 +11664,9 @@ __metadata:
linkType: hard

"preact@npm:^10.18.1, preact@npm:^10.4.0":
version: 10.24.3
resolution: "preact@npm:10.24.3"
checksum: 372f601576f52d6417a750a8732cd83c4fc133b0b136f82ea69f013092266ad0213c160b71ae421a0fc7ab04caacb651c29dbf515e3aec26d82b0a8675e8786e
version: 10.25.1
resolution: "preact@npm:10.25.1"
checksum: 7b31f82acfc5eaccc70c19b55ff2bc8edb3d636dfb84e254c9258871c69e1652876efe4bb3a5f21bf521386b001bc6c8831e535d41eecbe0f31c13a0e2a062a3
languageName: node
linkType: hard

Expand Down