Skip to content

Commit e48edcf

Browse files
Update jest monorepo to v29
1 parent 63ac77d commit e48edcf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
},
66
"dependencies": {
77
"chromedriver": "90.0.1",
8-
"jest": "26.6.3",
8+
"jest": "29.5.0",
99
"selenium-webdriver": "4.0.0-beta.4",
10-
"ts-jest": "26.5.6",
10+
"ts-jest": "29.0.5",
1111
"typescript": "4.3.5",
1212
"webdriver-manager": "12.1.8"
1313
},
1414
"description": "Selenium-WebDriver end-to-end test automation boilerplate. Using TypeScript, ts-jest, Jest and Assert.",
1515
"devDependencies": {
16-
"@types/jest": "26.0.24",
16+
"@types/jest": "29.5.0",
1717
"@types/node": "13.13.52",
1818
"@types/selenium-webdriver": "4.0.15",
1919
"husky": "6.0.0",

0 commit comments

Comments
 (0)