no need for the types actually

This commit is contained in:
Thomas Ruoff
2023-11-13 23:14:51 +01:00
parent 682c178501
commit 52536ee517
2 changed files with 1 additions and 15 deletions

12
package-lock.json generated
View File

@@ -29,8 +29,6 @@
}, },
"devDependencies": { "devDependencies": {
"@types/nodemailer": "^6.4.7", "@types/nodemailer": "^6.4.7",
"@types/react": "18.2.38",
"@types/react-calendar": "^4.1.0",
"@types/uuid": "9.0.7", "@types/uuid": "9.0.7",
"eslint": "8.54.0", "eslint": "8.54.0",
"eslint-config-next": "14.0.3", "eslint-config-next": "14.0.3",
@@ -4123,16 +4121,6 @@
"csstype": "^3.0.2" "csstype": "^3.0.2"
} }
}, },
"node_modules/@types/react-calendar": {
"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": {
"react-calendar": "*"
}
},
"node_modules/@types/scheduler": { "node_modules/@types/scheduler": {
"version": "0.16.2", "version": "0.16.2",
"resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.2.tgz", "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.2.tgz",

View File

@@ -32,8 +32,6 @@
}, },
"devDependencies": { "devDependencies": {
"@types/nodemailer": "^6.4.7", "@types/nodemailer": "^6.4.7",
"@types/react": "18.2.38",
"@types/react-calendar": "^4.1.0",
"@types/uuid": "9.0.7", "@types/uuid": "9.0.7",
"eslint": "8.54.0", "eslint": "8.54.0",
"eslint-config-next": "14.0.3", "eslint-config-next": "14.0.3",