Skip to content

Commit

Permalink
perf: improve memory usage when exporting
Browse files Browse the repository at this point in the history
  • Loading branch information
Dogan AY committed May 17, 2024
1 parent f1bbea9 commit 86105c5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@babel/runtime": "7.15.4",
"bluebird": "2.9.25",
"core-js": "3.6.5",
"forest-express": "10.2.17",
"forest-express": "10.2.19",
"http-errors": "1.6.1",
"lodash": "4.17.21",
"moment": "2.29.4",
Expand Down
25 changes: 9 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4026,12 +4026,10 @@ cssstyle@^2.3.0:
dependencies:
cssom "~0.3.6"

[email protected]:
version "1.0.4"
resolved "https://registry.yarnpkg.com/csv-stringify/-/csv-stringify-1.0.4.tgz#bc18bab9ad4cef3195fd257980b58b479c42d3e5"
integrity sha512-j4gF49AfBfWmzMkxsuQHVbGFaPB8Z/5tFUfyeqjeT6HCu/YjD+tPtUcGao2sTRykTQ95QmiQnEMBaF/bANYMiA==
dependencies:
lodash.get "^4.0.0"
[email protected]:
version "6.5.0"
resolved "https://registry.yarnpkg.com/csv-stringify/-/csv-stringify-6.5.0.tgz#7b1491893c917e018a97de9bf9604e23b88647c2"
integrity sha512-edlXFVKcUx7r8Vx5zQucsuMg4wb/xT6qyz+Sr1vnLrdXqlLD1+UKyWNyZ9zn6mUW1ewmGxrpVwAcChGF0HQ/2Q==

dargs@^7.0.0:
version "7.0.0"
Expand Down Expand Up @@ -5151,10 +5149,10 @@ for-in@^1.0.2:
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
integrity sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==

[email protected].17:
version "10.2.17"
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-10.2.17.tgz#b8bc6f1f10aed43dd3976a5e6991f01b1fe34853"
integrity sha512-bs/8cKfEGLOIkEBGQoT0sNVEpC6lRRLySAI9QDOF/iN6bAVb3r1CPF2N7gvx677W25hGmz8mfuoP8seMbLUcbA==
[email protected].19:
version "10.2.19"
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-10.2.19.tgz#09939bb259904df4b901ac7ca7e0abea68fae36f"
integrity sha512-Pm6ceqlMSxeNGWPAUWAs7Ze9nxd632OQnxHvqS3wmOch4vBnFI91lqQfMvPc+ZfhhjmpNVrfqxNulF6xLKscCA==
dependencies:
"@babel/runtime" "7.19.0"
"@forestadmin/context" "1.31.0"
Expand All @@ -5165,7 +5163,7 @@ [email protected]:
body-parser "^1.20.1"
compose-middleware "5.0.1"
cors "2.8.5"
csv-stringify "1.0.4"
csv-stringify "6.5.0"
express "^4.18.2"
express-jwt "8.4.1"
forest-ip-utils "1.0.1"
Expand Down Expand Up @@ -7471,11 +7469,6 @@ lodash.escaperegexp@^4.1.2:
resolved "https://registry.yarnpkg.com/lodash.escaperegexp/-/lodash.escaperegexp-4.1.2.tgz#64762c48618082518ac3df4ccf5d5886dae20347"
integrity sha512-TM9YBvyC84ZxE3rgfefxUWiQKLilstD6k7PTGt6wfbtXF8ixIJLOL3VYyV/z+ZiPLsVxAsKAFVwWlWeb2Y8Yyw==

lodash.get@^4.0.0:
version "4.4.2"
resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99"
integrity sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==

lodash.isfunction@^3.0.9:
version "3.0.9"
resolved "https://registry.yarnpkg.com/lodash.isfunction/-/lodash.isfunction-3.0.9.tgz#06de25df4db327ac931981d1bdb067e5af68d051"
Expand Down

0 comments on commit 86105c5

Please sign in to comment.