Skip to content

Commit

Permalink
chore(deps): update jest monorepo to v29
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 12, 2023
1 parent 4f1b386 commit d645eae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/example-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@types/yargs": "16.0.1",
"globby": "11.0.3",
"jest-diff": "26.6.2",
"jest-diff": "29.7.0",
"typescript": "4.0.5",
"yargs": "16.2.0"
}
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"@commitlint/cli": "13.1.0",
"@commitlint/config-angular": "13.1.0",
"@types/jest": "27.0.0",
"@types/jest": "29.5.4",
"coveralls": "3.1.1",
"@typescript-eslint/eslint-plugin": "4.29.1",
"@typescript-eslint/parser": "4.29.1",
Expand All @@ -36,10 +36,10 @@
"eslint-plugin-import": "2.24.0",
"eslint-plugin-prettier": "3.4.0",
"husky": "7.0.1",
"jest": "26.6.3",
"jest": "29.7.0",
"lerna": "4.0.0",
"prettier": "2.3.2",
"ts-jest": "26.5.6",
"ts-jest": "29.1.1",
"typescript": "4.0.5"
}
}

0 comments on commit d645eae

Please sign in to comment.