Browse Source

chore(harden-plugin): Add missing devDependencies

Michael Bromley 3 years ago
parent
commit
371292138f
2 changed files with 5 additions and 0 deletions
  1. 4 0
      packages/harden-plugin/package.json
  2. 1 0
      scripts/changelogs/generate-changelog.ts

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

@@ -19,5 +19,9 @@
   },
   },
   "dependencies": {
   "dependencies": {
     "graphql-query-complexity": "^0.12.0"
     "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',
     'payments-plugin',
     'testing',
     'testing',
     'ui-devkit',
     'ui-devkit',
+    'harden-plugin',
 ];
 ];
 
 
 const mainTemplate = fs.readFileSync(path.join(__dirname, 'template.hbs'), 'utf-8');
 const mainTemplate = fs.readFileSync(path.join(__dirname, 'template.hbs'), 'utf-8');