diff --git a/package.json b/package.json index 41c29eb..3dcd93d 100644 --- a/package.json +++ b/package.json @@ -28,13 +28,13 @@ ], "devDependencies": { "@jest/globals": "^29.7.0", - "@types/jest": "^29.5.12", + "@types/jest": "^29.5.13", "fetch-mock": "^11.1.5", "jest": "^29.7.0", - "prettier": "3.2.5", - "prettier-plugin-organize-imports": "3.2.4", - "ts-jest": "^29.1.2", - "typescript": "^4.9.5" + "prettier": "3.3.3", + "prettier-plugin-organize-imports": "4.1.0", + "ts-jest": "^29.2.5", + "typescript": "^5.6.3" }, "license": "MIT", "scripts": { diff --git a/tsconfig.json b/tsconfig.json index 41a5caf..6d8724c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,7 +9,6 @@ "esModuleInterop": false, "exactOptionalPropertyTypes": false, "forceConsistentCasingInFileNames": true, - "importsNotUsedAsValues": "error", "isolatedModules": true, "lib": ["ESNext", "DOM"], "module": "CommonJS",