Skip to content

Commit

Permalink
chore(deps): update jest monorepo (#6611)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Jun 27, 2020
1 parent 7bd8fe6 commit 2cc68f3
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 126 deletions.
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -182,9 +182,9 @@
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/preset-env": "7.10.3",
"@babel/preset-typescript": "7.10.1",
"@jest/globals": "26.0.1",
"@jest/reporters": "26.0.1",
"@jest/test-result": "26.0.1",
"@jest/globals": "26.1.0",
"@jest/reporters": "26.1.0",
"@jest/test-result": "26.1.0",
"@semantic-release/exec": "5.0.0",
"@types/bunyan": "1.8.6",
"@types/cacache": "12.0.1",
Expand All @@ -198,7 +198,7 @@
"@types/got": "9.6.11",
"@types/graceful-fs": "4.1.3",
"@types/ini": "1.3.30",
"@types/jest": "26.0.0",
"@types/jest": "26.0.3",
"@types/js-yaml": "3.12.4",
"@types/json5": "0.0.30",
"@types/later": "1.2.6",
Expand All @@ -223,7 +223,7 @@
"@typescript-eslint/eslint-plugin": "2.34.0",
"@typescript-eslint/parser": "2.34.0",
"aws-sdk-mock": "5.1.0",
"babel-jest": "26.0.1",
"babel-jest": "26.1.0",
"babel-plugin-dynamic-import-node": "2.3.3",
"conventional-changelog-conventionalcommits": "4.3.0",
"cross-env": "7.0.2",
Expand All @@ -236,8 +236,8 @@
"glob": "7.1.6",
"graphql": "15.1.0",
"husky": "4.2.5",
"jest": "26.0.1",
"jest-circus": "26.0.1",
"jest": "26.1.0",
"jest-circus": "26.1.0",
"jest-extended": "0.11.5",
"jest-junit": "10.0.0",
"jest-mock-extended": "1.0.9",
Expand Down
4 changes: 2 additions & 2 deletions tools/package.json
Expand Up @@ -3,8 +3,8 @@
"type": "module",
"dependencies": {
"@actions/core": "1.2.4",
"@jest/reporters": "26.0.1",
"@jest/test-result": "26.0.1",
"@jest/reporters": "26.1.0",
"@jest/test-result": "26.1.0",
"commander": "5.1.0",
"eslint": "6.8.0",
"fs-extra": "9.0.1",
Expand Down

0 comments on commit 2cc68f3

Please sign in to comment.