Skip to content

Commit

Permalink
chore: remove @types/jest usage
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge authored and rexxars committed Feb 14, 2024
1 parent 7e3bcf2 commit c81b291
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@bjoerge/mutiny": "^0.5.1",
"@jest/globals": "^29.7.0",
"@optimize-lodash/rollup-plugin": "^4.0.4",
"@playwright/test": "^1.39.0",
"@sanity/client": "^6.12.4",
Expand All @@ -108,7 +109,6 @@
"@sanity/tsdoc": "1.0.0-alpha.38",
"@sanity/types": "3.25.0",
"@sanity/uuid": "^3.0.2",
"@types/jest": "^29.5.6",
"@types/node": "^14.18.9",
"@types/react": "^18.2.37",
"@types/semver": "^7.5.6",
Expand Down
1 change: 0 additions & 1 deletion packages/@sanity/portable-text-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
"@types/express": "^4.17.21",
"@types/express-ws": "^3.0.1",
"@types/is-hotkey": "^0.1.10",
"@types/jest": "^29.5.6",
"@types/lodash": "^4.14.149",
"@types/node": "^14.18.9",
"@types/node-ipc": "^9.2.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3968,7 +3968,7 @@
dependencies:
"@types/istanbul-lib-report" "*"

"@types/jest@*", "@types/jest@^29.5.6":
"@types/jest@*":
version "29.5.6"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.6.tgz#f4cf7ef1b5b0bfc1aa744e41b24d9cc52533130b"
integrity sha512-/t9NnzkOpXb4Nfvg17ieHE6EeSjDS2SGSpNYfoLbUAeL/EOueU/RSdOWFpfQTXBEM7BguYW1XQ0EbM+6RlIh6w==
Expand Down

0 comments on commit c81b291

Please sign in to comment.