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

Update to preact 10.25 #9171

Merged
merged 1 commit 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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@hypothesis/frontend-build": "^3.1.0",
"@hypothesis/frontend-shared": "^8.11.0",
"@hypothesis/frontend-shared": "^8.12.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
Expand All @@ -37,7 +37,7 @@
"normalize.css": "^8.0.0",
"popper.js": "^1.16.1",
"postcss": "^8.4.47",
"preact": "^10.24.3",
"preact": "^10.25.1",
"rollup": "^4.28.0",
"sass": "^1.81.0",
"scroll-into-view": "^1.16.2",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1775,15 +1775,15 @@ __metadata:
languageName: node
linkType: hard

"@hypothesis/frontend-shared@npm:^8.11.0":
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 @@ -6061,7 +6061,7 @@ __metadata:
"@babel/preset-react": ^7.24.7
"@babel/preset-typescript": ^7.24.7
"@hypothesis/frontend-build": ^3.1.0
"@hypothesis/frontend-shared": ^8.11.0
"@hypothesis/frontend-shared": ^8.12.0
"@hypothesis/frontend-testing": ^1.3.1
"@rollup/plugin-babel": ^6.0.4
"@rollup/plugin-commonjs": ^26.0.1
Expand Down Expand Up @@ -6101,7 +6101,7 @@ __metadata:
normalize.css: ^8.0.0
popper.js: ^1.16.1
postcss: ^8.4.47
preact: ^10.24.3
preact: ^10.25.1
prettier: ^3.4.1
rollup: ^4.28.0
sass: ^1.81.0
Expand Down Expand Up @@ -8701,10 +8701,10 @@ __metadata:
languageName: node
linkType: hard

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

Expand Down
Loading