feat: typescript strict version

This commit is contained in:
Nevo David 2024-11-20 00:21:18 +07:00
parent 8c58ac4614
commit b643c92bd9
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -175,7 +175,7 @@
"sass": "1.62.1", "sass": "1.62.1",
"ts-jest": "^29.1.0", "ts-jest": "^29.1.0",
"ts-node": "10.9.1", "ts-node": "10.9.1",
"typescript": "^5.5.4", "typescript": "5.5.4",
"vite": "^5.0.0", "vite": "^5.0.0",
"vitest": "1.6.0" "vitest": "1.6.0"
}, },
@ -35224,9 +35224,9 @@
"integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==" "integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA=="
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "5.6.3", "version": "5.5.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz",
"integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==",
"dev": true, "dev": true,
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",

View File

@ -197,7 +197,7 @@
"sass": "1.62.1", "sass": "1.62.1",
"ts-jest": "^29.1.0", "ts-jest": "^29.1.0",
"ts-node": "10.9.1", "ts-node": "10.9.1",
"typescript": "^5.5.4", "typescript": "5.5.4",
"vite": "^5.0.0", "vite": "^5.0.0",
"vitest": "1.6.0" "vitest": "1.6.0"
}, },