Skip to content

Commit

Permalink
feat(all): bump memlab versions for the next release
Browse files Browse the repository at this point in the history
Summary: TSIA

Reviewed By: twobassdrum

Differential Revision: D57951480

fbshipit-source-id: 4439889a6061c5664c6a3298e6648db083740e1c
  • Loading branch information
JacksonGL authored and facebook-github-bot committed Jun 3, 2024
1 parent 3024612 commit 16b4d9a
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 26 deletions.
8 changes: 4 additions & 4 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@memlab/api",
"version": "1.0.30",
"version": "1.0.31",
"license": "MIT",
"description": "memlab API",
"author": "Liang Gong <[email protected]>",
Expand All @@ -27,9 +27,9 @@
"access": "public"
},
"dependencies": {
"@memlab/core": "^1.1.31",
"@memlab/e2e": "^1.0.31",
"@memlab/heap-analysis": "^1.0.28",
"@memlab/core": "^1.1.32",
"@memlab/e2e": "^1.0.32",
"@memlab/heap-analysis": "^1.0.29",
"ansi": "^0.3.1",
"babar": "^0.2.0",
"chalk": "^4.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@memlab/cli",
"version": "1.0.33",
"version": "1.0.34",
"license": "MIT",
"description": "command line interface for memlab",
"author": "Liang Gong <[email protected]>",
Expand All @@ -26,10 +26,10 @@
"access": "public"
},
"dependencies": {
"@memlab/api": "^1.0.30",
"@memlab/core": "^1.1.31",
"@memlab/e2e": "^1.0.31",
"@memlab/heap-analysis": "^1.0.28",
"@memlab/api": "^1.0.31",
"@memlab/core": "^1.1.32",
"@memlab/e2e": "^1.0.32",
"@memlab/heap-analysis": "^1.0.29",
"ansi": "^0.3.1",
"babar": "^0.2.0",
"blessed": "^0.1.81",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@memlab/core",
"version": "1.1.31",
"version": "1.1.32",
"license": "MIT",
"description": "memlab core libraries",
"author": "Liang Gong <[email protected]>",
Expand Down
14 changes: 7 additions & 7 deletions packages/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@memlab/e2e",
"version": "1.0.31",
"version": "1.0.32",
"license": "MIT",
"description": "memlab browser E2E interaction libraries",
"author": "Liang Gong <[email protected]>",
Expand All @@ -21,7 +21,11 @@
"LICENSE"
],
"dependencies": {
"@memlab/core": "^1.1.31",
"@babel/generator": "^7.16.0",
"@babel/parser": "^7.16.4",
"@babel/template": "^7.16.0",
"@babel/traverse": "^7.16.3",
"@memlab/core": "^1.1.32",
"ansi": "^0.3.1",
"babar": "^0.2.0",
"chalk": "^4.0.0",
Expand All @@ -31,11 +35,7 @@
"puppeteer-core": "^21.0.3",
"string-width": "^4.2.0",
"util.promisify": "^1.1.1",
"xvfb": "^0.4.0",
"@babel/parser": "^7.16.4",
"@babel/traverse": "^7.16.3",
"@babel/generator": "^7.16.0",
"@babel/template": "^7.16.0"
"xvfb": "^0.4.0"
},
"devDependencies": {
"@babel/types": "^7.16.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/heap-analysis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@memlab/heap-analysis",
"version": "1.0.28",
"version": "1.0.29",
"license": "MIT",
"description": "heap analysis plugins for memlab",
"author": "Liang Gong <[email protected]>",
Expand All @@ -20,8 +20,8 @@
"LICENSE"
],
"dependencies": {
"@memlab/core": "^1.1.31",
"@memlab/e2e": "^1.0.31",
"@memlab/core": "^1.1.32",
"@memlab/e2e": "^1.0.32",
"ansi": "^0.3.1",
"babar": "^0.2.0",
"chalk": "^4.0.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/memlab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "memlab",
"version": "1.1.48",
"version": "1.1.49",
"license": "MIT",
"description": "memlab is a framework that analyzes memory and finds memory leaks in JavaScript applications.",
"main": "dist/index.js",
Expand All @@ -26,11 +26,11 @@
"snapshot"
],
"dependencies": {
"@memlab/cli": "^1.0.33",
"@memlab/api": "^1.0.30",
"@memlab/core": "^1.1.31",
"@memlab/e2e": "^1.0.31",
"@memlab/heap-analysis": "^1.0.28",
"@memlab/api": "^1.0.31",
"@memlab/cli": "^1.0.34",
"@memlab/core": "^1.1.32",
"@memlab/e2e": "^1.0.32",
"@memlab/heap-analysis": "^1.0.29",
"ansi": "^0.3.1",
"babar": "^0.2.0",
"chalk": "^4.0.0",
Expand Down

0 comments on commit 16b4d9a

Please sign in to comment.