chore(deps): update dependency jest to v26 (#41699)

* chore(deps): update dependency jest to v26

* chore: add missing package, invariant

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
pull/41890/head
renovate[bot] 2021-05-04 20:15:40 +00:00 committed by Mrugesh Mohapatra
parent 6d8bbf7cfc
commit 3e9bc73d67
4 changed files with 5138 additions and 3252 deletions

4434
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -100,7 +100,8 @@
}
},
"dependencies": {
"dotenv": "8.2.0"
"dotenv": "8.2.0",
"invariant": "2.2.4"
},
"devDependencies": {
"@testing-library/cypress": "7.0.6",
@ -118,7 +119,7 @@
"eslint-plugin-react-hooks": "2.5.1",
"execa": "4.0.3",
"husky": "3.1.0",
"jest": "24.9.0",
"jest": "26.6.3",
"js-yaml": "3.14.1",
"lerna": "4.0.0",
"lint-staged": "8.2.1",

File diff suppressed because it is too large Load Diff

View File

@ -24,7 +24,7 @@
"devDependencies": {
"debug": "4.3.1",
"dotenv": "8.2.0",
"jest": "24.9.0",
"jest": "26.6.3",
"lodash": "4.17.19",
"mongodb": "3.6.6"
}