Browse Source

chore(harden-plugin): Add missing devDependencies

Michael Bromley 3 năm trước cách đây
mục cha
commit
371292138f

+ 4 - 0
packages/harden-plugin/package.json

@@ -19,5 +19,9 @@
   },
   "dependencies": {
     "graphql-query-complexity": "^0.12.0"
+  },
+  "devDependencies": {
+    "@vendure/common": "^1.9.1",
+    "@vendure/core": "^1.9.1"
   }
 }

+ 1 - 0
scripts/changelogs/generate-changelog.ts

@@ -33,6 +33,7 @@ const VALID_SCOPES: string[] = [
     'payments-plugin',
     'testing',
     'ui-devkit',
+    'harden-plugin',
 ];
 
 const mainTemplate = fs.readFileSync(path.join(__dirname, 'template.hbs'), 'utf-8');