Prechádzať zdrojové kódy

chore(dashboard): Fix vendure dependency

Michael Bromley 3 mesiacov pred
rodič
commit
f71522565b
2 zmenil súbory, kde vykonal 4 pridanie a 73 odobranie
  1. 2 71
      package-lock.json
  2. 2 2
      packages/dashboard/package.json

+ 2 - 71
package-lock.json

@@ -5248,7 +5248,6 @@
     },
     "node_modules/@clack/prompts/node_modules/is-unicode-supported": {
       "version": "1.3.0",
-      "extraneous": true,
       "inBundle": true,
       "license": "MIT",
       "engines": {
@@ -52882,8 +52881,8 @@
         "@types/react": "^19.0.10",
         "@types/react-dom": "^19.0.4",
         "@uidotdev/usehooks": "^2.4.1",
-        "@vendure/common": "3.4.2",
-        "@vendure/core": "3.4.2",
+        "@vendure/common": "3.4.3",
+        "@vendure/core": "3.4.3",
         "@vitejs/plugin-react": "^4.3.4",
         "@vitejs/plugin-react-swc": "^4.1.0",
         "acorn": "^8.11.3",
@@ -52999,74 +52998,6 @@
         "undici-types": "~6.21.0"
       }
     },
-    "packages/dashboard/node_modules/@vendure/common": {
-      "version": "3.4.2",
-      "resolved": "https://registry.npmjs.org/@vendure/common/-/common-3.4.2.tgz",
-      "integrity": "sha512-QqO77z9UnZKwNwyQU/S9K5szDbaTW8XxkjMpBKpBxFcnzD4ynBbx92tQ8HWW0/xo5dr9QZ88a45D6OKuL2ZSgw==",
-      "license": "GPL-3.0-or-later",
-      "funding": {
-        "url": "https://github.com/sponsors/michaelbromley"
-      }
-    },
-    "packages/dashboard/node_modules/@vendure/core": {
-      "version": "3.4.2",
-      "resolved": "https://registry.npmjs.org/@vendure/core/-/core-3.4.2.tgz",
-      "integrity": "sha512-s0kbX32IpwrU4tf1Z9Gq3lTQaMRUc+JAbl75TeAtIkIkmxyhl0hsdVL2xaTDH0zIwkkLXnNbj1UaXV2fqp4G9g==",
-      "license": "GPL-3.0-or-later",
-      "dependencies": {
-        "@apollo/server": "^4.11.3",
-        "@graphql-tools/stitch": "^9.4.5",
-        "@nestjs/apollo": "^13.0.4",
-        "@nestjs/common": "^11.0.12",
-        "@nestjs/core": "^11.0.12",
-        "@nestjs/graphql": "^13.0.4",
-        "@nestjs/platform-express": "^11.0.12",
-        "@nestjs/terminus": "^11.0.0",
-        "@nestjs/typeorm": "^11.0.0",
-        "@vendure/common": "3.4.2",
-        "bcrypt": "^5.1.1",
-        "body-parser": "^1.20.2",
-        "cookie-session": "^2.1.0",
-        "cron-time-generator": "^2.0.3",
-        "croner": "^9.0.0",
-        "cronstrue": "^2.57.0",
-        "csv-parse": "^5.6.0",
-        "express": "^5.1.0",
-        "fs-extra": "^11.2.0",
-        "graphql": "^16.10.0",
-        "graphql-fields": "^2.0.3",
-        "graphql-scalars": "^1.24.0",
-        "graphql-tag": "^2.12.6",
-        "graphql-upload": "^17.0.0",
-        "http-proxy-middleware": "^3.0.3",
-        "i18next": "^24.2.3",
-        "i18next-fs-backend": "^2.6.0",
-        "i18next-http-middleware": "^3.7.2",
-        "i18next-icu": "^2.3.0",
-        "image-size": "^1.1.1",
-        "intl-messageformat": "^10.5.11",
-        "mime-types": "^2.1.35",
-        "ms": "^2.1.3",
-        "nanoid": "^3.3.8",
-        "picocolors": "^1.1.1",
-        "progress": "^2.0.3",
-        "reflect-metadata": "^0.2.2",
-        "rxjs": "^7.8.1",
-        "semver": "^7.6.0",
-        "typeorm": "^0.3.21"
-      },
-      "funding": {
-        "url": "https://github.com/sponsors/michaelbromley"
-      },
-      "peerDependencies": {
-        "ioredis": "^5.3.2"
-      },
-      "peerDependenciesMeta": {
-        "ioredis": {
-          "optional": true
-        }
-      }
-    },
     "packages/dashboard/node_modules/ajv": {
       "version": "6.12.6",
       "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",

+ 2 - 2
packages/dashboard/package.json

@@ -106,8 +106,6 @@
     "@types/react": "^19.0.10",
     "@types/react-dom": "^19.0.4",
     "@uidotdev/usehooks": "^2.4.1",
-    "@vendure/common": "3.4.2",
-    "@vendure/core": "3.4.2",
     "@vitejs/plugin-react": "^4.3.4",
     "@vitejs/plugin-react-swc": "^4.1.0",
     "acorn": "^8.11.3",
@@ -148,6 +146,8 @@
   "devDependencies": {
     "@eslint/js": "^9.19.0",
     "@types/node": "^22.13.4",
+    "@vendure/common": "3.4.3",
+    "@vendure/core": "3.4.3",
     "eslint": "^9.19.0",
     "eslint-plugin-react": "^7.37.4",
     "eslint-plugin-react-hooks": "^5.0.0",