Skip to content

Commit

Permalink
Solve issue: TypeError: InMemoryLRUCache is not a constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
paales committed Feb 27, 2025
1 parent ccf7892 commit 62b71d5
Show file tree
Hide file tree
Showing 9 changed files with 64 additions and 55 deletions.
9 changes: 9 additions & 0 deletions .changeset/poor-eyes-matter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'@graphcommerce/graphql-codegen-near-operation-file': patch
'@graphcommerce/graphql-codegen-markdown-docs': patch
'@graphcommerce/next-config': patch
'@graphcommerce/graphql': patch
'@graphcommerce/cli': patch
---

Solve issue: TypeError: InMemoryLRUCache is not a constructor
40 changes: 20 additions & 20 deletions examples/magento-graphcms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,26 +79,26 @@
"@graphcommerce/next-ui": "9.1.0-canary.17",
"@graphcommerce/react-hook-form": "9.1.0-canary.17",
"@graphcommerce/service-worker": "9.1.0-canary.17",
"@graphql-mesh/cli": "0.98.14",
"@graphql-mesh/config": "0.106.14",
"@graphql-mesh/cross-helpers": "0.4.9",
"@graphql-mesh/graphql": "0.103.10",
"@graphql-mesh/http": "0.105.9",
"@graphql-mesh/json-schema": "0.108.9",
"@graphql-mesh/openapi": "0.108.11",
"@graphql-mesh/plugin-http-details-extensions": "0.103.9",
"@graphql-mesh/runtime": "0.105.9",
"@graphql-mesh/transform-encapsulate": "0.103.9",
"@graphql-mesh/transform-filter-schema": "0.103.9",
"@graphql-mesh/transform-hoist-field": "0.103.10",
"@graphql-mesh/transform-naming-convention": "0.103.11",
"@graphql-mesh/transform-prefix": "0.103.11",
"@graphql-mesh/transform-prune": "0.103.9",
"@graphql-mesh/transform-rename": "0.103.10",
"@graphql-mesh/transform-replace-field": "0.103.10",
"@graphql-mesh/transform-type-merging": "0.103.9",
"@graphql-mesh/types": "0.103.9",
"@graphql-mesh/utils": "0.103.9",
"@graphql-mesh/cli": "0.99.2",
"@graphql-mesh/config": "0.107.2",
"@graphql-mesh/cross-helpers": "0.4.10",
"@graphql-mesh/graphql": "0.103.22",
"@graphql-mesh/http": "0.105.23",
"@graphql-mesh/json-schema": "0.108.24",
"@graphql-mesh/openapi": "0.108.25",
"@graphql-mesh/plugin-http-details-extensions": "0.103.22",
"@graphql-mesh/runtime": "0.105.23",
"@graphql-mesh/transform-encapsulate": "0.103.21",
"@graphql-mesh/transform-filter-schema": "0.103.21",
"@graphql-mesh/transform-hoist-field": "0.104.2",
"@graphql-mesh/transform-naming-convention": "0.104.2",
"@graphql-mesh/transform-prefix": "0.104.2",
"@graphql-mesh/transform-prune": "0.103.21",
"@graphql-mesh/transform-rename": "0.104.2",
"@graphql-mesh/transform-replace-field": "0.104.2",
"@graphql-mesh/transform-type-merging": "0.103.21",
"@graphql-mesh/types": "0.103.21",
"@graphql-mesh/utils": "0.103.21",
"@lingui/conf": "4.14.1",
"@lingui/core": "4.14.1",
"@lingui/loader": "4.14.1",
Expand Down
40 changes: 20 additions & 20 deletions examples/magento-open-source/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,26 +75,26 @@
"@graphcommerce/next-ui": "9.1.0-canary.17",
"@graphcommerce/react-hook-form": "9.1.0-canary.17",
"@graphcommerce/service-worker": "9.1.0-canary.17",
"@graphql-mesh/cli": "0.98.14",
"@graphql-mesh/config": "0.106.14",
"@graphql-mesh/cross-helpers": "0.4.9",
"@graphql-mesh/graphql": "0.103.10",
"@graphql-mesh/http": "0.105.9",
"@graphql-mesh/json-schema": "0.108.9",
"@graphql-mesh/openapi": "0.108.11",
"@graphql-mesh/plugin-http-details-extensions": "0.103.9",
"@graphql-mesh/runtime": "0.105.9",
"@graphql-mesh/transform-encapsulate": "0.103.9",
"@graphql-mesh/transform-filter-schema": "0.103.9",
"@graphql-mesh/transform-hoist-field": "0.103.10",
"@graphql-mesh/transform-naming-convention": "0.103.11",
"@graphql-mesh/transform-prefix": "0.103.11",
"@graphql-mesh/transform-prune": "0.103.9",
"@graphql-mesh/transform-rename": "0.103.10",
"@graphql-mesh/transform-replace-field": "0.103.10",
"@graphql-mesh/transform-type-merging": "0.103.9",
"@graphql-mesh/types": "0.103.9",
"@graphql-mesh/utils": "0.103.9",
"@graphql-mesh/cli": "0.99.2",
"@graphql-mesh/config": "0.107.2",
"@graphql-mesh/cross-helpers": "0.4.10",
"@graphql-mesh/graphql": "0.103.22",
"@graphql-mesh/http": "0.105.23",
"@graphql-mesh/json-schema": "0.108.24",
"@graphql-mesh/openapi": "0.108.25",
"@graphql-mesh/plugin-http-details-extensions": "0.103.22",
"@graphql-mesh/runtime": "0.105.23",
"@graphql-mesh/transform-encapsulate": "0.103.21",
"@graphql-mesh/transform-filter-schema": "0.103.21",
"@graphql-mesh/transform-hoist-field": "0.104.2",
"@graphql-mesh/transform-naming-convention": "0.104.2",
"@graphql-mesh/transform-prefix": "0.104.2",
"@graphql-mesh/transform-prune": "0.103.21",
"@graphql-mesh/transform-rename": "0.104.2",
"@graphql-mesh/transform-replace-field": "0.104.2",
"@graphql-mesh/transform-type-merging": "0.103.21",
"@graphql-mesh/types": "0.103.21",
"@graphql-mesh/utils": "0.103.21",
"@lingui/conf": "4.14.1",
"@lingui/core": "4.14.1",
"@lingui/loader": "4.14.1",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@
"@graphcommerce/prettier-config-pwa": "workspace:^",
"@graphcommerce/typescript-config-pwa": "workspace:^",
"@graphql-codegen/testing": "3.0.4",
"@graphql-mesh/cli": "0.98.14",
"@graphql-mesh/runtime": "0.105.9",
"@graphql-mesh/types": "0.103.9",
"@graphql-mesh/utils": "0.103.9",
"@graphql-mesh/cli": "0.99.2",
"@graphql-mesh/runtime": "0.105.23",
"@graphql-mesh/types": "0.103.21",
"@graphql-mesh/utils": "0.103.21",
"@lingui/loader": "4.14.1",
"@lingui/macro": "4.14.1",
"@lingui/react": "4.14.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"is-monorepo": "dist/bin/is-monorepo.js"
},
"dependencies": {
"@graphql-codegen/cli": "5.0.3",
"@graphql-codegen/cli": "5.0.5",
"cosmiconfig": "^8.3.6",
"detect-package-manager": "^3.0.2",
"dotenv": "16.4.7",
Expand Down
10 changes: 5 additions & 5 deletions packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"dependencies": {
"@apollo/client": "~3.12.3",
"@graphql-codegen/add": "5.0.3",
"@graphql-codegen/fragment-matcher": "5.0.2",
"@graphql-codegen/fragment-matcher": "5.1.0",
"@graphql-codegen/introspection": "4.0.3",
"@graphql-codegen/schema-ast": "4.1.0",
"@graphql-codegen/typed-document-node": "5.0.12",
"@graphql-codegen/typescript": "4.1.2",
"@graphql-codegen/typed-document-node": "5.0.15",
"@graphql-codegen/typescript": "4.1.5",
"@graphql-codegen/typescript-apollo-client-helpers": "3.0.0",
"@graphql-codegen/typescript-document-nodes": "4.0.12",
"@graphql-codegen/typescript-operations": "4.4.0",
"@graphql-codegen/typescript-document-nodes": "4.0.15",
"@graphql-codegen/typescript-operations": "4.5.1",
"apollo3-cache-persist": "^0.15.0",
"graphql": "^16.10.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packagesDev/graphql-codegen-markdown-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"dependencies": {
"@graphql-codegen/add": "5.0.3",
"@graphql-codegen/plugin-helpers": "5.1.0",
"@graphql-codegen/visitor-plugin-common": "5.6.0",
"@graphql-tools/utils": "^10.6.4",
"@graphql-codegen/visitor-plugin-common": "5.7.1",
"@graphql-tools/utils": "^10.8.3",
"@types/parse-filepath": "^1.0.2",
"graphql": "^16.10.0",
"parse-filepath": "^1.0.2"
Expand Down
4 changes: 2 additions & 2 deletions packagesDev/graphql-codegen-near-operation-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"dependencies": {
"@graphql-codegen/add": "5.0.3",
"@graphql-codegen/plugin-helpers": "5.1.0",
"@graphql-codegen/visitor-plugin-common": "5.6.0",
"@graphql-tools/utils": "^10.6.4",
"@graphql-codegen/visitor-plugin-common": "5.7.1",
"@graphql-tools/utils": "^10.8.3",
"@types/parse-filepath": "^1.0.2",
"graphql": "^16.10.0",
"parse-filepath": "^1.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packagesDev/next-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"prepack": "pkgroll --clean-dist"
},
"dependencies": {
"@graphql-codegen/cli": "5.0.3",
"@graphql-codegen/cli": "5.0.5",
"@swc/core": "1.10.1",
"@swc/wasm-web": "^1.10.1",
"@types/circular-dependency-plugin": "^5.0.8",
Expand Down

0 comments on commit 62b71d5

Please sign in to comment.