From 5d91a4b12ca63b2122753169a72d3688652016d9 Mon Sep 17 00:00:00 2001 From: Mikhail Cheshkov Date: Mon, 17 Feb 2025 15:39:00 +0200 Subject: [PATCH] chore(cubestore): Align internal deps with monorepo --- rust/cubestore/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/cubestore/package.json b/rust/cubestore/package.json index 1096bf92660ad..311443507d022 100644 --- a/rust/cubestore/package.json +++ b/rust/cubestore/package.json @@ -27,7 +27,7 @@ "author": "Cube Dev, Inc.", "license": "Apache-2.0", "devDependencies": { - "@cubejs-backend/linter": "1.2.4", + "@cubejs-backend/linter": "1.2.5", "@types/jest": "^27", "@types/node": "^12", "jest": "^27", @@ -37,7 +37,7 @@ "access": "public" }, "dependencies": { - "@cubejs-backend/shared": "1.2.4", + "@cubejs-backend/shared": "1.2.5", "@octokit/core": "^3.2.5", "source-map-support": "^0.5.19" },