From 53d2692fe0dcb397fade32ccf1d4312c1217c57d Mon Sep 17 00:00:00 2001 From: Kirill Gavrilov Date: Sat, 6 Jun 2026 16:18:53 +0300 Subject: [PATCH] build(deps): tech stack upgrades --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 40e95b3..40daef4 100644 --- a/package.json +++ b/package.json @@ -23,20 +23,20 @@ "@eslint/js": "10.0.1", "@stylistic/eslint-plugin": "5.10.0", "@types/istanbul-lib-instrument": "1.7.8", - "@types/node": "24.12.2", - "@vitest/coverage-v8": "4.1.5", + "@types/node": "24.13.1", + "@vitest/coverage-v8": "4.1.8", "enquirer": "2.4.1", "esbuild": "0.28.0", - "eslint": "10.3.0", + "eslint": "10.4.1", "eslint-plugin-perfectionist": "5.9.0", - "eslint-plugin-wdio": "9.27.1", + "eslint-plugin-wdio": "9.27.2", "globals": "17.6.0", "istanbul-lib-instrument": "6.0.3", "obsidian": "1.12.3", "obsidian-utils": "0.10.2", "typescript": "6.0.3", - "typescript-eslint": "8.59.1", - "vitest": "4.1.5" + "typescript-eslint": "8.60.1", + "vitest": "4.1.8" }, "packageManager": "pnpm@11.5.2" }