Bump @types/jest from 26.0.21 to 26.0.22

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.21 to 26.0.22.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-03-29 06:21:18 +00:00
committed by Thomas Ruoff
parent 516d579eb3
commit 3b902c76d4
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@@ -1778,9 +1778,9 @@
} }
}, },
"@types/jest": { "@types/jest": {
"version": "26.0.21", "version": "26.0.22",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.21.tgz", "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.22.tgz",
"integrity": "sha512-ab9TyM/69yg7eew9eOwKMUmvIZAKEGZYlq/dhe5/0IMUd/QLJv5ldRMdddSn+u22N13FP3s5jYyktxuBwY0kDA==", "integrity": "sha512-eeWwWjlqxvBxc4oQdkueW5OF/gtfSceKk4OnOAGlUSwS/liBRtZppbJuz1YkgbrbfGOoeBHun9fOvXnjNwrSOw==",
"dev": true, "dev": true,
"requires": { "requires": {
"jest-diff": "^26.0.0", "jest-diff": "^26.0.0",
@@ -8721,9 +8721,9 @@
"dev": true "dev": true
}, },
"react-is": { "react-is": {
"version": "17.0.1", "version": "17.0.2",
"resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.1.tgz", "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
"integrity": "sha512-NAnt2iGDXohE5LI7uBnLnqvLQMtzhkiAOLXTmv+qnF9Ky7xAPcX8Up/xWIhxvLVGJvuLiNc4xQLtuqDRzb4fSA==", "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==",
"dev": true "dev": true
} }
} }

View File

@@ -25,7 +25,7 @@
}, },
"devDependencies": { "devDependencies": {
"@types/classnames": "^2.2.11", "@types/classnames": "^2.2.11",
"@types/jest": "^26.0.21", "@types/jest": "^26.0.22",
"@types/react": "^17.0.3", "@types/react": "^17.0.3",
"@types/react-calendar": "^3.1.4", "@types/react-calendar": "^3.1.4",
"@types/uuid": "^8.3.0", "@types/uuid": "^8.3.0",