Skip to content

Commit 1b213b8

Browse files
fix(deps): update dependency @types/jest to v26.0.21 (#51)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/jest](https://togithub.com/DefinitelyTyped/DefinitelyTyped) | [`26.0.20` -> `26.0.21`](https://renovatebot.com/diffs/npm/@types%2fjest/26.0.20/26.0.21) | [![age](https://badges.renovateapi.com/packages/npm/@types%2fjest/26.0.21/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@types%2fjest/26.0.21/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@types%2fjest/26.0.21/compatibility-slim/26.0.20)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@types%2fjest/26.0.21/confidence-slim/26.0.20)](https://docs.renovatebot.com/merge-confidence/) | --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/sambacha/create-subgraph-app).
2 parents df7ea72 + 9f05d7d commit 1b213b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/cra-subgraph/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"@apollo/react-hooks": "4.0.0",
77
"@protofire/subgraph-toolkit": "0.1.1",
8-
"@types/jest": "26.0.20",
8+
"@types/jest": "26.0.21",
99
"@types/node": "12.20.6",
1010
"@types/react": "17.0.3",
1111
"@types/react-dom": "17.0.2",

0 commit comments

Comments
 (0)