Skip to content

Commit

Permalink
fix(all): update dependencies versions (facebook#113)
Browse files Browse the repository at this point in the history
Summary: Close facebook#113

Differential Revision: D53648107

fbshipit-source-id: 3b7804eb397f5b323f334d96f6b27c9479982ca9
  • Loading branch information
JacksonGL authored and facebook-github-bot committed Feb 13, 2024
1 parent bb1a3b6 commit 1c3cbdb
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/heap-analysis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
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.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",
Expand All @@ -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",
Expand Down

0 comments on commit 1c3cbdb

Please sign in to comment.