Skip to content

Commit bfac727

Browse files
authored
cheatsheet: Update ts-jest to 29.1.1 (#2008)
`ts-jest` did not officially support TypeScript 5.x until `[email protected]`. Also move `jest` to `devDependencies` whilst we're here. ## Checklist - [ ] ~I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/)~ - [ ] ~I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet)~ - [ ] I have not broken the cheatsheet
1 parent 7599d84 commit bfac727

File tree

2 files changed

+126
-10
lines changed

2 files changed

+126
-10
lines changed

packages/cheatsheet/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"@fortawesome/fontawesome-svg-core": "6.3.0",
2727
"@fortawesome/free-solid-svg-icons": "6.3.0",
2828
"@fortawesome/react-fontawesome": "0.2.0",
29-
"jest": "29.7.0",
3029
"react": "^18.2.0",
3130
"react-dom": "^18.2.0",
3231
"react-string-replace": "1.1.0",
@@ -38,8 +37,9 @@
3837
"@types/react": "18.0.28",
3938
"@types/react-dom": "18.0.11",
4039
"@types/react-helmet": "6.1.6",
40+
"jest": "29.7.0",
4141
"jest-environment-jsdom": "29.6.2",
42-
"ts-jest": "29.0.5",
42+
"ts-jest": "29.1.1",
4343
"typescript": "^5.1.6"
4444
}
4545
}

0 commit comments

Comments
 (0)