Merge pull request #27895 from overleaf/rh-b2c-js-tsx-canceled

Migrate B2C jsx to tsx: algolia-search and subscriptions

GitOrigin-RevId: 917036ce6baf8130d2b10b46efa649f015b84576
This commit is contained in:
roo hutton
2025-08-20 11:01:38 +01:00
committed by Copybot
parent 996c0a2b31
commit e0ba8a8f1a
8 changed files with 48 additions and 5 deletions

8
package-lock.json generated
View File

@@ -11812,6 +11812,13 @@
"@types/node": "*"
}
},
"node_modules/@types/algoliasearch": {
"version": "3.34.11",
"resolved": "https://registry.npmjs.org/@types/algoliasearch/-/algoliasearch-3.34.11.tgz",
"integrity": "sha512-FFMbpmXCHcgbypnOUY98SDEoiLc2bXO51gxgX02ypb8srZZnZCPV/8VKknuEtgr1VkgYLrqLi5BoYzZRVni6Fw==",
"dev": true,
"license": "MIT"
},
"node_modules/@types/aria-query": {
"version": "5.0.4",
"resolved": "https://registry.npmjs.org/@types/aria-query/-/aria-query-5.0.4.tgz",
@@ -44645,6 +44652,7 @@
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.4.3",
"@types/algoliasearch": "^3.34.11",
"@types/bootstrap": "^5.2.10",
"@types/chai": "^4.3.0",
"@types/dateformat": "^5.0.2",