Add scheduleremendffdfdts wwfgdwwsdfw ddd

This commit is contained in:
yznahmad 2025-06-20 04:50:09 +03:00
parent c3122f8022
commit e9d354fae8
3 changed files with 20 additions and 5 deletions

View File

@ -22,7 +22,6 @@
"@tailwindcss/typography": "^0.5.9", "@tailwindcss/typography": "^0.5.9",
"@tippyjs/react": "^4.2.6", "@tippyjs/react": "^4.2.6",
"@types/bcrypt": "^5.0.0", "@types/bcrypt": "^5.0.0",
"@types/node": "20.4.4",
"@types/react": "^18.2.15", "@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7", "@types/react-dom": "^18.2.7",
"apexcharts": "^3.42.0", "apexcharts": "^3.42.0",
@ -53,6 +52,9 @@
"typescript": "5.1.6", "typescript": "5.1.6",
"universal-cookie": "^4.0.4", "universal-cookie": "^4.0.4",
"yup": "^1.2.0" "yup": "^1.2.0"
},
"devDependencies": {
"@types/node": "^24.0.3"
} }
}, },
"node_modules/@aashutoshrathi/word-wrap": { "node_modules/@aashutoshrathi/word-wrap": {
@ -1602,9 +1604,13 @@
"integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==" "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ=="
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "20.4.4", "version": "24.0.3",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.4.4.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.3.tgz",
"integrity": "sha512-CukZhumInROvLq3+b5gLev+vgpsIqC2D0deQr/yS1WnxvmYLlJXZpaQrQiseMY+6xusl79E04UjWoqyr+t1/Ew==" "integrity": "sha512-R4I/kzCYAdRLzfiCabn9hxWfbuHS573x+r0dJMkkzThEa7pbrcDWK+9zu3e7aBOouf+rQAciqPFMnxwr0aWgKg==",
"license": "MIT",
"dependencies": {
"undici-types": "~7.8.0"
}
}, },
"node_modules/@types/parse-json": { "node_modules/@types/parse-json": {
"version": "4.0.0", "version": "4.0.0",
@ -7004,6 +7010,12 @@
"url": "https://github.com/sponsors/ljharb" "url": "https://github.com/sponsors/ljharb"
} }
}, },
"node_modules/undici-types": {
"version": "7.8.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.8.0.tgz",
"integrity": "sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==",
"license": "MIT"
},
"node_modules/universal-cookie": { "node_modules/universal-cookie": {
"version": "4.0.4", "version": "4.0.4",
"resolved": "https://registry.npmjs.org/universal-cookie/-/universal-cookie-4.0.4.tgz", "resolved": "https://registry.npmjs.org/universal-cookie/-/universal-cookie-4.0.4.tgz",

View File

@ -23,7 +23,6 @@
"@tailwindcss/typography": "^0.5.9", "@tailwindcss/typography": "^0.5.9",
"@tippyjs/react": "^4.2.6", "@tippyjs/react": "^4.2.6",
"@types/bcrypt": "^5.0.0", "@types/bcrypt": "^5.0.0",
"@types/node": "20.4.4",
"@types/react": "^18.2.15", "@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7", "@types/react-dom": "^18.2.7",
"apexcharts": "^3.42.0", "apexcharts": "^3.42.0",
@ -54,5 +53,8 @@
"typescript": "5.1.6", "typescript": "5.1.6",
"universal-cookie": "^4.0.4", "universal-cookie": "^4.0.4",
"yup": "^1.2.0" "yup": "^1.2.0"
},
"devDependencies": {
"@types/node": "^24.0.3"
} }
} }

View File

@ -2,6 +2,7 @@
"compilerOptions": { "compilerOptions": {
"target": "es5", "target": "es5",
"lib": ["dom", "dom.iterable", "esnext"], "lib": ["dom", "dom.iterable", "esnext"],
"types": ["node"],
"allowJs": true, "allowJs": true,
"skipLibCheck": true, "skipLibCheck": true,
"strict": true, "strict": true,