From 1c3cbdbdeaae92adb66e5c150da556ed5511ed67 Mon Sep 17 00:00:00 2001 From: Liang Gong Date: Tue, 13 Feb 2024 11:30:38 -0800 Subject: [PATCH] fix(all): update dependencies versions (#113) Summary: Close #113 Differential Revision: D53648107 fbshipit-source-id: 3b7804eb397f5b323f334d96f6b27c9479982ca9 --- packages/api/package.json | 6 +++--- packages/cli/package.json | 8 ++++---- packages/e2e/package.json | 2 +- packages/heap-analysis/package.json | 4 ++-- packages/memlab/package.json | 12 ++++++------ 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/packages/api/package.json b/packages/api/package.json index 9b48adc6..944862ab 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -27,9 +27,9 @@ "access": "public" }, "dependencies": { - "@memlab/core": "^1.1.10", - "@memlab/e2e": "^1.0.9", - "@memlab/heap-analysis": "^1.0.7", + "@memlab/core": "^1.1.28", + "@memlab/e2e": "^1.0.28", + "@memlab/heap-analysis": "^1.0.25", "ansi": "^0.3.1", "babar": "^0.2.0", "chalk": "^4.0.0", diff --git a/packages/cli/package.json b/packages/cli/package.json index e4fa136d..c65e34c0 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -26,10 +26,10 @@ "access": "public" }, "dependencies": { - "@memlab/api": "^1.0.11", - "@memlab/core": "^1.1.13", - "@memlab/e2e": "^1.0.11", - "@memlab/heap-analysis": "^1.0.7", + "@memlab/api": "^1.0.27", + "@memlab/core": "^1.1.28", + "@memlab/e2e": "^1.0.28", + "@memlab/heap-analysis": "^1.0.25", "ansi": "^0.3.1", "babar": "^0.2.0", "blessed": "^0.1.81", diff --git a/packages/e2e/package.json b/packages/e2e/package.json index fcce5455..c524f550 100644 --- a/packages/e2e/package.json +++ b/packages/e2e/package.json @@ -21,7 +21,7 @@ "LICENSE" ], "dependencies": { - "@memlab/core": "^1.1.10", + "@memlab/core": "^1.1.28", "ansi": "^0.3.1", "babar": "^0.2.0", "chalk": "^4.0.0", diff --git a/packages/heap-analysis/package.json b/packages/heap-analysis/package.json index a0c32860..f54a595a 100644 --- a/packages/heap-analysis/package.json +++ b/packages/heap-analysis/package.json @@ -20,8 +20,8 @@ "LICENSE" ], "dependencies": { - "@memlab/core": "^1.1.10", - "@memlab/e2e": "^1.0.11", + "@memlab/core": "^1.1.28", + "@memlab/e2e": "^1.0.28", "ansi": "^0.3.1", "babar": "^0.2.0", "chalk": "^4.0.0", diff --git a/packages/memlab/package.json b/packages/memlab/package.json index 32d47030..b596e0de 100644 --- a/packages/memlab/package.json +++ b/packages/memlab/package.json @@ -1,6 +1,6 @@ { "name": "memlab", - "version": "1.1.44", + "version": "1.1.45", "license": "MIT", "description": "memlab is a framework that analyzes memory and finds memory leaks in JavaScript applications.", "main": "dist/index.js", @@ -26,11 +26,11 @@ "snapshot" ], "dependencies": { - "@memlab/cli": "^1.0.11", - "@memlab/api": "^1.0.11", - "@memlab/core": "^1.1.10", - "@memlab/e2e": "^1.0.11", - "@memlab/heap-analysis": "^1.0.9", + "@memlab/cli": "^1.0.30", + "@memlab/api": "^1.0.27", + "@memlab/core": "^1.1.28", + "@memlab/e2e": "^1.0.28", + "@memlab/heap-analysis": "^1.0.25", "ansi": "^0.3.1", "babar": "^0.2.0", "chalk": "^4.0.0",