Skip to content

Commit

Permalink
revert back lru-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
KSDaemon committed Feb 18, 2025
1 parent 2486fdc commit 253fd60
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 36 deletions.
2 changes: 1 addition & 1 deletion packages/cubejs-schema-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"inflection": "^1.12.0",
"joi": "^17.8.3",
"js-yaml": "^4.1.0",
"lru-cache": "^6.0.0",
"lru-cache": "^5.1.1",
"moment-timezone": "^0.5.46",
"node-dijkstra": "^2.5.0",
"ramda": "^0.27.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-server-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"joi": "^17.8.3",
"jsonwebtoken": "^9.0.2",
"lodash.clonedeep": "^4.5.0",
"lru-cache": "^6.0.0",
"lru-cache": "^5.1.1",
"moment": "^2.29.1",
"node-fetch": "^2.6.0",
"p-limit": "^3.1.0",
Expand Down
36 changes: 2 additions & 34 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5755,18 +5755,6 @@
uuid "9.0.0"
winston "3.8.2"

"@cubejs-backend/[email protected]":
version "1.2.4"
resolved "https://registry.yarnpkg.com/@cubejs-backend/linter/-/linter-1.2.4.tgz#b38551ada107d94a3a12bb3f82e582ef6e184096"
integrity sha512-V150xWxBgRptCO4GAdZTuCwY7+FoxlJ1rBYM379LLEX8sLFC4NG0AN8S3vy0YSaUaC3P07ne3CrEILIJLt0JAg==
dependencies:
"@typescript-eslint/eslint-plugin" "^6.12.0"
"@typescript-eslint/parser" "^6.12.0"
eslint "^8.54.0"
eslint-config-airbnb-base "^14.2.1"
eslint-plugin-import "^2.22.1"
eslint-plugin-node "^9.2.0"

"@cubejs-backend/[email protected]":
version "0.33.20"
resolved "https://registry.yarnpkg.com/@cubejs-backend/shared/-/shared-0.33.20.tgz#3d9fa60041599cca9fe4c04df05daa4b8ab8675f"
Expand All @@ -5787,26 +5775,6 @@
throttle-debounce "^3.0.1"
uuid "^8.3.2"

"@cubejs-backend/[email protected]":
version "1.2.4"
resolved "https://registry.yarnpkg.com/@cubejs-backend/shared/-/shared-1.2.4.tgz#dcdc8a0537cfe9df97f3502bea983204634fbdfd"
integrity sha512-C/BA0ogCRhhtYwYyQkhXTTKLIUtJ1020aybbQ9tbKtlkrd3ab+a166jmtlAD5kDeoIhB08DgMTQjaQGDYh3gBg==
dependencies:
"@oclif/color" "^0.1.2"
bytes "^3.1.0"
cli-progress "^3.9.0"
cross-spawn "^7.0.3"
decompress "^4.2.1"
env-var "^6.3.0"
fs-extra "^9.1.0"
http-proxy-agent "^4.0.1"
moment-range "^4.0.1"
moment-timezone "^0.5.46"
node-fetch "^2.6.1"
shelljs "^0.8.5"
throttle-debounce "^3.0.1"
uuid "^8.3.2"

"@cubejs-infra/post-installer@^0.0.7":
version "0.0.7"
resolved "https://registry.yarnpkg.com/@cubejs-infra/post-installer/-/post-installer-0.0.7.tgz#a28d2d03e5b7b69a64020d75194a7078cf911d2d"
Expand Down Expand Up @@ -10786,7 +10754,7 @@
dependencies:
"@types/node" "*"

"@types/node@*", "@types/node@^12", "@types/node@^18":
"@types/node@*", "@types/node@^18":
version "18.19.46"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.46.tgz#51801396c01153e0626e36f43386e83bc768b072"
integrity sha512-vnRgMS7W6cKa1/0G3/DTtQYpVrZ8c0Xm6UkLaVFrb9jtcVC3okokW09Ki1Qdrj9ISokszD69nY4WDLRlvHlhAA==
Expand Down Expand Up @@ -20810,7 +20778,7 @@ jest-worker@^28.0.2:
merge-stream "^2.0.0"
supports-color "^8.0.0"

jest@27, jest@^27, jest@^27.1.0, jest@^27.5.1:
jest@^27, jest@^27.1.0:
version "27.5.1"
resolved "https://registry.yarnpkg.com/jest/-/jest-27.5.1.tgz#dadf33ba70a779be7a6fc33015843b51494f63fc"
integrity sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ==
Expand Down

0 comments on commit 253fd60

Please sign in to comment.