From a5afd9bb60953f226a4e04c92f46987c910db933 Mon Sep 17 00:00:00 2001 From: Jared Wray Date: Wed, 11 Dec 2024 17:02:22 -0800 Subject: [PATCH] flat-cache - upgrading xo to 0.60.0 (#941) --- packages/flat-cache/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flat-cache/package.json b/packages/flat-cache/package.json index 09ed428a..e7ed02f5 100644 --- a/packages/flat-cache/package.json +++ b/packages/flat-cache/package.json @@ -65,7 +65,7 @@ "tsup": "^8.3.5", "typescript": "^5.7.2", "vitest": "^2.1.6", - "xo": "^0.59.3" + "xo": "^0.60.0" }, "dependencies": { "cacheable": "workspace:^",