remove oboslete types for jest

This commit is contained in:
Thomas Ruoff
2022-09-08 23:23:38 +02:00
committed by Thomas Ruoff
parent c64a83ef78
commit fba38622a3
2 changed files with 0 additions and 22 deletions

21
package-lock.json generated
View File

@@ -28,7 +28,6 @@
"uuid": "9.0.0"
},
"devDependencies": {
"@types/jest": "29.0.1",
"@types/react": "18.0.19",
"@types/react-calendar": "3.5.2",
"@types/uuid": "8.3.4",
@@ -1900,16 +1899,6 @@
"@types/istanbul-lib-report": "*"
}
},
"node_modules/@types/jest": {
"version": "29.0.1",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.0.1.tgz",
"integrity": "sha512-CAZrjLRZs4xEdIrfrdV74xK1Vo/BKQZwUcjJv3gp6gMeV3BsVxMnXTcgtYOKyphT4DPPo7jxVEVhuwJTQn3oPQ==",
"dev": true,
"dependencies": {
"expect": "^29.0.0",
"pretty-format": "^29.0.0"
}
},
"node_modules/@types/js-yaml": {
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-4.0.5.tgz",
@@ -11271,16 +11260,6 @@
"@types/istanbul-lib-report": "*"
}
},
"@types/jest": {
"version": "29.0.1",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.0.1.tgz",
"integrity": "sha512-CAZrjLRZs4xEdIrfrdV74xK1Vo/BKQZwUcjJv3gp6gMeV3BsVxMnXTcgtYOKyphT4DPPo7jxVEVhuwJTQn3oPQ==",
"dev": true,
"requires": {
"expect": "^29.0.0",
"pretty-format": "^29.0.0"
}
},
"@types/js-yaml": {
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/@types/js-yaml/-/js-yaml-4.0.5.tgz",

View File

@@ -31,7 +31,6 @@
"uuid": "9.0.0"
},
"devDependencies": {
"@types/jest": "29.0.1",
"@types/react": "18.0.19",
"@types/react-calendar": "3.5.2",
"@types/uuid": "8.3.4",