diff --git a/packages/api/package.json b/packages/api/package.json index f0f2cd71..5b3a7238 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@memlab/api", - "version": "1.0.38", + "version": "1.0.39", "license": "MIT", "description": "memlab API", "author": "Liang Gong ", @@ -27,9 +27,9 @@ "access": "public" }, "dependencies": { - "@memlab/core": "^1.1.39", - "@memlab/e2e": "^1.0.39", - "@memlab/heap-analysis": "^1.0.36", + "@memlab/core": "^1.1.40", + "@memlab/e2e": "^1.0.40", + "@memlab/heap-analysis": "^1.0.37", "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 b09a7d63..0ef83658 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@memlab/cli", - "version": "1.0.41", + "version": "1.0.42", "license": "MIT", "description": "command line interface for memlab", "author": "Liang Gong ", @@ -26,10 +26,10 @@ "access": "public" }, "dependencies": { - "@memlab/api": "^1.0.38", - "@memlab/core": "^1.1.39", - "@memlab/e2e": "^1.0.39", - "@memlab/heap-analysis": "^1.0.36", + "@memlab/api": "^1.0.39", + "@memlab/core": "^1.1.40", + "@memlab/e2e": "^1.0.40", + "@memlab/heap-analysis": "^1.0.37", "ansi": "^0.3.1", "babar": "^0.2.0", "blessed": "^0.1.81", diff --git a/packages/core/package.json b/packages/core/package.json index 18d87fcd..adba1904 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@memlab/core", - "version": "1.1.39", + "version": "1.1.40", "license": "MIT", "description": "memlab core libraries", "author": "Liang Gong ", diff --git a/packages/e2e/package.json b/packages/e2e/package.json index b0bcbc2b..c51b2bab 100644 --- a/packages/e2e/package.json +++ b/packages/e2e/package.json @@ -1,6 +1,6 @@ { "name": "@memlab/e2e", - "version": "1.0.39", + "version": "1.0.40", "license": "MIT", "description": "memlab browser E2E interaction libraries", "author": "Liang Gong ", @@ -25,7 +25,7 @@ "@babel/parser": "^7.16.4", "@babel/template": "^7.16.0", "@babel/traverse": "^7.16.3", - "@memlab/core": "^1.1.39", + "@memlab/core": "^1.1.40", "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 e0f3dc94..5203731c 100644 --- a/packages/heap-analysis/package.json +++ b/packages/heap-analysis/package.json @@ -1,6 +1,6 @@ { "name": "@memlab/heap-analysis", - "version": "1.0.36", + "version": "1.0.37", "license": "MIT", "description": "heap analysis plugins for memlab", "author": "Liang Gong ", @@ -20,8 +20,8 @@ "LICENSE" ], "dependencies": { - "@memlab/core": "^1.1.39", - "@memlab/e2e": "^1.0.39", + "@memlab/core": "^1.1.40", + "@memlab/e2e": "^1.0.40", "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 a3e7c057..3e64bb68 100644 --- a/packages/memlab/package.json +++ b/packages/memlab/package.json @@ -1,6 +1,6 @@ { "name": "memlab", - "version": "1.1.56", + "version": "1.1.57", "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/api": "^1.0.38", - "@memlab/cli": "^1.0.41", - "@memlab/core": "^1.1.39", - "@memlab/e2e": "^1.0.39", - "@memlab/heap-analysis": "^1.0.36", + "@memlab/api": "^1.0.39", + "@memlab/cli": "^1.0.42", + "@memlab/core": "^1.1.40", + "@memlab/e2e": "^1.0.40", + "@memlab/heap-analysis": "^1.0.37", "ansi": "^0.3.1", "babar": "^0.2.0", "chalk": "^4.0.0",