Skip to content

Commit

Permalink
build: update to jest v27
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanraj-r committed Jun 23, 2021
1 parent 78ad030 commit 8ac5bb4
Show file tree
Hide file tree
Showing 3 changed files with 438 additions and 1,179 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"eslint-plugin-tsdoc": "0.2.14",
"eslint-watch": "7.0.0",
"husky": "6.0.0",
"jest": "26.6.3",
"jest": "27.0.5",
"lerna": "4.0.0",
"lint-staged": "11.0.0",
"lockfile-lint": "4.6.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"dist/**/*.d.ts*"
],
"dependencies": {
"@jest/test-result": "26.6.2",
"@jest/test-result": "27.0.2",
"@sa11y/assert": "0.2.4",
"@sa11y/format": "0.4.0",
"@sa11y/preset-rules": "0.3.3",
"jest-matcher-utils": "26.6.2"
"jest-matcher-utils": "27.0.2"
},
"peerDependencies": {
"jest": ">=26.0.0"
Expand Down

0 comments on commit 8ac5bb4

Please sign in to comment.