1
0
mirror of https://github.com/excalidraw/excalidraw.git synced 2025-02-18 13:29:36 +01:00

Bump @types/jest from 24.9.0 to 24.9.1 (#543)

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-01-25 06:02:25 +02:00 committed by Lipis
parent 689c94151d
commit 01c7796713
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated

@ -1471,9 +1471,9 @@
}
},
"@types/jest": {
"version": "24.9.0",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-24.9.0.tgz",
"integrity": "sha512-dXvuABY9nM1xgsXlOtLQXJKdacxZJd7AtvLsKZ/0b57ruMXDKCOXAC/M75GbllQX6o1pcZ5hAG4JzYy7Z/wM2w==",
"version": "24.9.1",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-24.9.1.tgz",
"integrity": "sha512-Fb38HkXSVA4L8fGKEZ6le5bB8r6MRWlOCZbVuWZcmOMSCd2wCYOwN1ibj8daIoV9naq7aaOZjrLCoCMptKU/4Q==",
"dev": true,
"requires": {
"jest-diff": "^24.3.0"

@ -19,7 +19,7 @@
},
"description": "",
"devDependencies": {
"@types/jest": "24.9.0",
"@types/jest": "24.9.1",
"@types/nanoid": "2.1.0",
"@types/react": "16.9.17",
"@types/react-color": "3.0.1",