diff --git a/package-lock.json b/package-lock.json index 718c34a..acab127 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,14 +23,14 @@ "@storybook/blocks": "^8.6.14", "@storybook/html-vite": "^8.6.14", "@storybook/test": "^8.6.14", - "@types/bun": "latest", + "@types/bun": "*", "@types/jest": "^30.0.0", "@typescript-eslint/eslint-plugin": "^8.46.3", "@typescript-eslint/parser": "^8.46.3", "esbuild": "^0.25.12", "eslint": "^9.39.1", "eslint-config-prettier": "^10.1.8", - "eslint-plugin-jest": "^29.0.1", + "eslint-plugin-jest": "^29.15.2", "eslint-plugin-prettier": "^5.1.3", "events": "^3.3.0", "globals": "^16.5.0", @@ -5181,9 +5181,9 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "29.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.0.1.tgz", - "integrity": "sha512-EE44T0OSMCeXhDrrdsbKAhprobKkPtJTbQz5yEktysNpHeDZTAL1SfDTNKmcFfJkY6yrQLtTKZALrD3j/Gpmiw==", + "version": "29.15.2", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-29.15.2.tgz", + "integrity": "sha512-kEN4r9RZl1xcsb4arGq89LrcVdOUFII/JSCwtTPJyv16mDwmPrcuEQwpxqZHeINvcsd7oK5O/rhdGlxFRaZwvQ==", "dev": true, "license": "MIT", "dependencies": { @@ -5194,8 +5194,9 @@ }, "peerDependencies": { "@typescript-eslint/eslint-plugin": "^8.0.0", - "eslint": "^8.57.0 || ^9.0.0", - "jest": "*" + "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0", + "jest": "*", + "typescript": ">=4.8.4 <7.0.0" }, "peerDependenciesMeta": { "@typescript-eslint/eslint-plugin": { @@ -5203,6 +5204,9 @@ }, "jest": { "optional": true + }, + "typescript": { + "optional": true } } }, diff --git a/package.json b/package.json index dcbd941..43edfe2 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "esbuild": "^0.25.12", "eslint": "^9.39.1", "eslint-config-prettier": "^10.1.8", - "eslint-plugin-jest": "^29.0.1", + "eslint-plugin-jest": "^29.15.2", "eslint-plugin-prettier": "^5.1.3", "events": "^3.3.0", "globals": "^16.5.0",