Skip to content
This repository was archived by the owner on Nov 9, 2023. It is now read-only.

Commit bbdef60

Browse files
committed
Downgrade jest packages versions to align with core monorepo
1 parent 67d0db4 commit bbdef60

File tree

2 files changed

+1347
-489
lines changed

2 files changed

+1347
-489
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@metamask/eslint-config-jest": "^12.0.0",
3737
"@metamask/eslint-config-nodejs": "^12.0.0",
3838
"@metamask/eslint-config-typescript": "^12.0.0",
39-
"@types/jest": "^28.1.6",
39+
"@types/jest": "^27.4.1",
4040
"@types/node": "^16.18.24",
4141
"@typescript-eslint/eslint-plugin": "^5.30.7",
4242
"@typescript-eslint/parser": "^5.30.7",
@@ -50,12 +50,12 @@
5050
"eslint-plugin-n": "^15.7.0",
5151
"eslint-plugin-prettier": "^4.2.1",
5252
"eslint-plugin-promise": "^6.1.1",
53-
"jest": "^28.1.3",
53+
"jest": "^27.5.1",
5454
"jest-it-up": "^2.0.2",
5555
"prettier": "^2.7.1",
5656
"prettier-plugin-packagejson": "^2.2.17",
5757
"rimraf": "^3.0.2",
58-
"ts-jest": "^28.0.7",
58+
"ts-jest": "^27.1.4",
5959
"ts-node": "^10.9.1",
6060
"typedoc": "^0.23.15",
6161
"typescript": "~4.8.4"

0 commit comments

Comments
 (0)