Replace jsdom with happy-dom for SSR rendering. Update dependencies in package.json and package-lock.json. Adjust documentation in cloud.md to reflect the change in DOM emulation library.
platform/bro-js/bro.landing/pipeline/head This commit looks good

This commit is contained in:
Primakov Alexandr Alexandrovich
2025-10-24 12:21:05 +03:00
parent 13cd50acc8
commit 6ecfa18a6c
4 changed files with 61 additions and 577 deletions
+1 -1
View File
@@ -55,9 +55,9 @@
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"globals": "^15.9.0",
"happy-dom": "^15.11.7",
"html-webpack-plugin": "^5.6.0",
"jest": "^29.7.0",
"jsdom": "^27.0.1",
"puppeteer": "^24.26.1",
"ts-jest": "^29.2.3",
"typescript-eslint": "^8.1.0"