Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

deps(jest): Update to v27. #137

Merged
merged 2 commits into from
Jun 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- run: yarn install --immutable
- run: yarn run setup
- run: yarn run type
- run: yarn run test
- run: yarn run coverage
- run: yarn run lint
integrate:
name: Integrations
Expand Down
4 changes: 2 additions & 2 deletions packages/driver-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
"access": "public"
},
"devDependencies": {
"jest": "^26.6.3"
"jest": "^27.0.4"
},
"peerDependencies": {
"@beemo/core": "^2.0.0-alpha.0",
"jest": "^26.0.0 || ^27.0.0"
},
"dependencies": {
"@jest/types": "^26.6.2"
"@jest/types": "^27.0.2"
},
"funding": {
"type": "ko-fi",
Expand Down
Loading