Skip to content

Commit 0730451

Browse files
authored
chore(global-floating-action-button): migrate to Jest 30 (#3011)
Install Jest 30 peer dependencies as required by @backstage/cli 0.36.0. Signed-off-by: Jon Koops <jonkoops@gmail.com>
1 parent 3d866f6 commit 0730451

2 files changed

Lines changed: 2354 additions & 214 deletions

File tree

workspaces/global-floating-action-button/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,12 @@
4141
"@backstage/e2e-test-utils": "^0.1.2",
4242
"@backstage/repo-tools": "^0.17.0",
4343
"@changesets/cli": "^2.27.1",
44+
"@jest/environment-jsdom-abstract": "^30.3.0",
4445
"@playwright/test": "^1.56.1",
46+
"@types/jest": "^30.0.0",
47+
"@types/jsdom": "^27.0.0",
48+
"jest": "^30.3.0",
49+
"jsdom": "^27.1.0",
4550
"knip": "^5.27.4",
4651
"node-gyp": "^9.0.0",
4752
"prettier": "^2.3.2",

0 commit comments

Comments
 (0)