Skip to content

Commit 25eed34

Browse files
authored
chore(lightspeed): migrate to Jest 30 (#3015)
Install Jest 30 peer dependencies as required by @backstage/cli 0.36.0. Signed-off-by: Jon Koops <jonkoops@gmail.com>
1 parent ef36dbb commit 25eed34

2 files changed

Lines changed: 2041 additions & 151 deletions

File tree

workspaces/lightspeed/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,13 @@
5353
"@backstage/repo-tools": "^0.17.0",
5454
"@changesets/cli": "^2.27.1",
5555
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
56+
"@jest/environment-jsdom-abstract": "^30.3.0",
5657
"@playwright/test": "1.58.2",
5758
"@spotify/prettier-config": "^12.0.0",
5859
"@types/jest": "^30.0.0",
60+
"@types/jsdom": "^27.0.0",
61+
"jest": "^30.3.0",
62+
"jsdom": "^27.1.0",
5963
"knip": "^5.27.4",
6064
"node-gyp": "^9.0.0",
6165
"prettier": "3.8.3",

0 commit comments

Comments
 (0)