bod 5.21.5 → 5.21.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.
@@ -66,7 +66,7 @@ describe('createCommand', () => {
66
66
  ? ['--template', 'vue']
67
67
  : [];
68
68
  const createCommand = new CreateCommand_1.default();
69
- yield expect(createCommand.run(appPath, additionalOptions)).rejects.toThrowError();
69
+ yield expect(createCommand.run(appPath, additionalOptions)).rejects.toThrow();
70
70
  expect(mockPrompt).toHaveBeenCalledTimes(1);
71
71
  expect(mockSpawn).toHaveBeenCalledTimes(1);
72
72
  mockPrompt.mockRestore();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bod",
3
- "version": "5.21.5",
3
+ "version": "5.21.7",
4
4
  "description": "Boilerplate CLI App",
5
5
  "author": "sabertazimi <sabertazimi@gmail.com>",
6
6
  "license": "MIT",
@@ -53,20 +53,20 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "chalk": "^4.1.2",
56
- "commander": "^12.1.0",
57
- "consola": "^3.2.3",
56
+ "commander": "^14.0.2",
57
+ "consola": "^3.4.2",
58
58
  "cross-spawn": "^7.0.6",
59
- "envinfo": "^7.14.0",
60
- "inquirer": "^8.2.6",
59
+ "envinfo": "^7.20.0",
60
+ "inquirer": "^8.2.7",
61
61
  "tslib": "^2.8.1"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@types/cross-spawn": "^6.0.6",
65
65
  "@types/envinfo": "^7.8.4",
66
- "@types/inquirer": "^8.2.10",
67
- "ci-info": "^4.1.0",
68
- "rimraf": "^6.0.1",
69
- "type-fest": "^4.30.1"
66
+ "@types/inquirer": "^8.2.12",
67
+ "ci-info": "^4.3.1",
68
+ "rimraf": "^6.1.0",
69
+ "type-fest": "^5.2.0"
70
70
  },
71
- "gitHead": "0cee75b03ae618b85ed9163124f4492a340bd9cd"
71
+ "gitHead": "10fa1fff5fd812bcbd27cb1ee393a158a3aab69e"
72
72
  }