update types

This commit is contained in:
Thomas Ruoff
2023-11-13 23:11:44 +01:00
parent 5b478a3f31
commit ad92dc9c27
2 changed files with 12 additions and 11 deletions

19
package-lock.json generated
View File

@@ -30,7 +30,7 @@
"devDependencies": {
"@types/nodemailer": "^6.4.7",
"@types/react": "18.2.37",
"@types/react-calendar": "3.9.0",
"@types/react-calendar": "^4.1.0",
"@types/uuid": "9.0.7",
"eslint": "8.53.0",
"eslint-config-next": "14.0.2",
@@ -4124,12 +4124,13 @@
}
},
"node_modules/@types/react-calendar": {
"version": "3.9.0",
"resolved": "https://registry.npmjs.org/@types/react-calendar/-/react-calendar-3.9.0.tgz",
"integrity": "sha512-KpAu1MKAGFw5hNwlDnWsHWqI9i/igAB+8jH97YV7QpC2v7rlwNEU5i6VMFb73lGRacuejM/Zd2LklnEzkFV3XA==",
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/@types/react-calendar/-/react-calendar-4.1.0.tgz",
"integrity": "sha512-CZL0+bOJ43+ZxnScd6n6SbA3RvoT/FurMIKevvTnRhLdncTRO7LyvBaFu3Bmwoad8ApVBJsMyAiPO79vGWRbbA==",
"deprecated": "This is a stub types definition. react-calendar provides its own type definitions, so you do not need this installed.",
"dev": true,
"dependencies": {
"@types/react": "*"
"react-calendar": "*"
}
},
"node_modules/@types/scheduler": {
@@ -16178,12 +16179,12 @@
}
},
"@types/react-calendar": {
"version": "3.9.0",
"resolved": "https://registry.npmjs.org/@types/react-calendar/-/react-calendar-3.9.0.tgz",
"integrity": "sha512-KpAu1MKAGFw5hNwlDnWsHWqI9i/igAB+8jH97YV7QpC2v7rlwNEU5i6VMFb73lGRacuejM/Zd2LklnEzkFV3XA==",
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/@types/react-calendar/-/react-calendar-4.1.0.tgz",
"integrity": "sha512-CZL0+bOJ43+ZxnScd6n6SbA3RvoT/FurMIKevvTnRhLdncTRO7LyvBaFu3Bmwoad8ApVBJsMyAiPO79vGWRbbA==",
"dev": true,
"requires": {
"@types/react": "*"
"react-calendar": "*"
}
},
"@types/scheduler": {

View File

@@ -33,7 +33,7 @@
"devDependencies": {
"@types/nodemailer": "^6.4.7",
"@types/react": "18.2.37",
"@types/react-calendar": "3.9.0",
"@types/react-calendar": "^4.1.0",
"@types/uuid": "9.0.7",
"eslint": "8.53.0",
"eslint-config-next": "14.0.2",
@@ -52,4 +52,4 @@
"^.+\\.(ts|tsx)$": "ts-jest"
}
}
}
}