mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
update types
This commit is contained in:
19
package-lock.json
generated
19
package-lock.json
generated
@@ -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": {
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user