Skip to content

Commit 7039554

Browse files
authored
chore(mcp-integrations): migrate to Jest 30 (#3016)
Install Jest 30 peer dependencies as required by @backstage/cli 0.36.0. Signed-off-by: Jon Koops <jonkoops@gmail.com>
1 parent 76eb455 commit 7039554

2 files changed

Lines changed: 2064 additions & 175 deletions

File tree

workspaces/mcp-integrations/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@
4242
"@backstage/e2e-test-utils": "^0.1.2",
4343
"@backstage/repo-tools": "^0.17.0",
4444
"@changesets/cli": "^2.27.1",
45+
"@jest/environment-jsdom-abstract": "^30.3.0",
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)