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 latest frontend-shared with SelectNext UI enhancements #6449

Closed
wants to merge 1 commit into from
Closed
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 @@ -26,7 +26,7 @@
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@hypothesis/frontend-build": "^3.0.0",
"@hypothesis/frontend-shared": "^7.11.0",
"@hypothesis/frontend-shared": "^7.13.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1996,15 +1996,15 @@ __metadata:
languageName: node
linkType: hard

"@hypothesis/frontend-shared@npm:^7.11.0":
version: 7.11.0
resolution: "@hypothesis/frontend-shared@npm:7.11.0"
"@hypothesis/frontend-shared@npm:^7.13.0":
version: 7.13.0
resolution: "@hypothesis/frontend-shared@npm:7.13.0"
dependencies:
highlight.js: ^11.6.0
wouter-preact: ^3.0.0
peerDependencies:
preact: ^10.4.0
checksum: 12d10503b2a51a8c5d690f0f892341698465f49d3c760574a838918879a7a0151ddf0994f422515264224f6462a5b1baf1169f4f16ca6f5f9b8d7b4d8065cc4b
checksum: 7beba12e9cb0de55a4f78a152abb6770fbc161cea4b9cefdc4e9bb88adb7fe96cd05940b13c7cd007836b5fd60872b4d8f330ea9716fbcb554f8c578bbb29f1f
languageName: node
linkType: hard

Expand Down Expand Up @@ -7217,7 +7217,7 @@ __metadata:
"@babel/preset-react": ^7.24.7
"@babel/preset-typescript": ^7.24.7
"@hypothesis/frontend-build": ^3.0.0
"@hypothesis/frontend-shared": ^7.11.0
"@hypothesis/frontend-shared": ^7.13.0
"@hypothesis/frontend-testing": ^1.2.2
"@rollup/plugin-babel": ^6.0.4
"@rollup/plugin-commonjs": ^26.0.1
Expand Down
Loading