Skip to content
This repository was archived by the owner on Feb 25, 2024. It is now read-only.

Commit c0a4063

Browse files
committed
Update jest monorepo
1 parent bafa790 commit c0a4063

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"typescript": "^4.0.3",
1616
"toolcheck": "^0.1.4",
1717
"tslib": "^2.0.1",
18-
"@types/jest": "^26.0.14",
18+
"@types/jest": "^27.0.0",
1919
"@types/node": "^14.11.2",
2020
"@tools/scripts": "file:./tools/scripts"
2121
},

tools/jest/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"fast-deep-equal": "^3.1.3",
1010
"semver": "^7.3.2",
1111
"create-jest-runner": "^0.7.0",
12-
"jest": "^26.4.2",
13-
"babel-jest": "^26.3.0",
12+
"jest": "^28.0.0",
13+
"babel-jest": "^28.0.0",
1414
"yaml-jest": "^1.0.5",
15-
"ts-jest": "^26.4.0",
15+
"ts-jest": "^28.0.0",
1616
"typescript": "^4.0.3",
1717
"tslib": "^2.0.1",
1818
"parse-dependency-range": "^0.0.4",

0 commit comments

Comments
 (0)