Update dependency @types/jest to v28

This commit is contained in:
Renovate Bot
2022-06-03 20:40:22 +00:00
committed by Thomas Ruoff
parent 8acb1423e4
commit adbbc5751d
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -28,7 +28,7 @@
"uuid": "8.3.2"
},
"devDependencies": {
"@types/jest": "27.5.2",
"@types/jest": "28.1.0",
"@types/react": "18.0.10",
"@types/react-calendar": "3.5.1",
"@types/uuid": "8.3.4",
@@ -1700,9 +1700,9 @@
}
},
"node_modules/@types/jest": {
"version": "27.5.2",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.5.2.tgz",
"integrity": "sha512-mpT8LJJ4CMeeahobofYWIjFo0xonRS/HfxnVEPMPFSQdGUt1uHCnoPT7Zhb+sjDU2wz0oKV0OLUR0WzrHNgfeA==",
"version": "28.1.0",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.0.tgz",
"integrity": "sha512-ITfF6JJIl9zbEi2k6NmhNE/BiDqfsI/ceqfvdaWaPbcrCpYyyRq4KtDQIWh6vQUru6SqwppODiom/Zhid+np6A==",
"dev": true,
"dependencies": {
"jest-matcher-utils": "^27.0.0",
@@ -10833,9 +10833,9 @@
}
},
"@types/jest": {
"version": "27.5.2",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.5.2.tgz",
"integrity": "sha512-mpT8LJJ4CMeeahobofYWIjFo0xonRS/HfxnVEPMPFSQdGUt1uHCnoPT7Zhb+sjDU2wz0oKV0OLUR0WzrHNgfeA==",
"version": "28.1.0",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-28.1.0.tgz",
"integrity": "sha512-ITfF6JJIl9zbEi2k6NmhNE/BiDqfsI/ceqfvdaWaPbcrCpYyyRq4KtDQIWh6vQUru6SqwppODiom/Zhid+np6A==",
"dev": true,
"requires": {
"jest-matcher-utils": "^27.0.0",

View File

@@ -30,7 +30,7 @@
"uuid": "8.3.2"
},
"devDependencies": {
"@types/jest": "27.5.2",
"@types/jest": "28.1.0",
"@types/react": "18.0.10",
"@types/react-calendar": "3.5.1",
"@types/uuid": "8.3.4",