complete-cli 1.5.6 → 1.5.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,8 +2,8 @@
2
2
  // repository: https://go.microsoft.com/fwlink/?LinkId=827846
3
3
  {
4
4
  "recommendations": [
5
- "esbenp.prettier-vscode", // The TypeScript formatter
6
5
  "dbaeumer.vscode-eslint", // The TypeScript linter
6
+ "esbenp.prettier-vscode", // The TypeScript formatter
7
7
  "streetsidesoftware.code-spell-checker", // A spell-checker extension based on CSpell
8
8
  ],
9
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "complete-cli",
3
- "version": "1.5.6",
3
+ "version": "1.5.7",
4
4
  "description": "A command line tool for bootstrapping TypeScript projects.",
5
5
  "keywords": [
6
6
  "typescript"
@@ -34,8 +34,8 @@
34
34
  "@clack/prompts": "0.11.0",
35
35
  "chalk": "5.6.2",
36
36
  "clipanion": "4.0.0-rc.4",
37
- "complete-common": "2.9.0",
38
- "complete-node": "12.2.2",
37
+ "complete-common": "2.10.0",
38
+ "complete-node": "12.4.2",
39
39
  "klaw-sync": "7.0.0",
40
40
  "source-map-support": "0.5.21",
41
41
  "yaml": "2.8.1"