Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
chore(deps): update dependency ts-jest to v26.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Sep 29, 2020
1 parent 1e01c78 commit 2368b9e
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"lerna": "3.22.1",
"npm-run-all": "4.1.5",
"size-limit": "4.6.0",
"ts-jest": "26.4.0",
"ts-jest": "26.4.1",
"ts-node": "8.10.2",
"typescript": "3.9.7"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/datastore/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/yargs": "15.0.7",
"jest": "26.4.2",
"rimraf": "3.0.2",
"ts-jest": "26.4.0",
"ts-jest": "26.4.1",
"typescript": "3.9.7"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/datastore/datastore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"react": "16.13.1",
"size-limit": "4.6.0",
"supports-color": "7.2.0",
"ts-jest": "26.4.0",
"ts-jest": "26.4.1",
"typescript": "3.9.7"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/offix/cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"graphql-tag": "2.11.0",
"jest": "26.4.2",
"size-limit": "4.6.0",
"ts-jest": "26.4.0",
"ts-jest": "26.4.1",
"typescript": "3.9.7"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/offix/client-boost/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/node": "12.12.62",
"jest": "26.4.2",
"size-limit": "4.6.0",
"ts-jest": "26.4.0",
"ts-jest": "26.4.1",
"typescript": "3.9.7"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/offix/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"graphql-tag": "2.11.0",
"jest": "26.4.2",
"size-limit": "4.6.0",
"ts-jest": "26.4.0",
"ts-jest": "26.4.1",
"typescript": "3.9.7"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/offix/conflicts-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@types/node": "12.12.62",
"jest": "26.4.2",
"size-limit": "4.6.0",
"ts-jest": "26.4.0",
"ts-jest": "26.4.1",
"typescript": "3.9.7"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/offix/conflicts-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"graphql": "15.3.0",
"jest": "26.4.2",
"size-limit": "4.6.0",
"ts-jest": "26.4.0",
"ts-jest": "26.4.1",
"typescript": "3.9.7"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/offix/offline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"graphql-tag": "2.11.0",
"jest": "26.4.2",
"size-limit": "4.6.0",
"ts-jest": "26.4.0",
"ts-jest": "26.4.1",
"typescript": "3.9.7"
}
}
2 changes: 1 addition & 1 deletion packages/offix/react-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"jest": "26.4.2",
"react-test-renderer": "16.13.1",
"size-limit": "4.6.0",
"ts-jest": "26.4.0",
"ts-jest": "26.4.1",
"typescript": "3.9.7"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/offix/scheduler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"json-server": "0.16.1",
"node-fetch": "2.6.1",
"size-limit": "4.6.0",
"ts-jest": "26.4.0",
"ts-jest": "26.4.1",
"typescript": "3.9.7"
},
"dependencies": {
Expand Down

0 comments on commit 2368b9e

Please sign in to comment.