@vidavidorra/create-project 1.0.4 → 1.0.5

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.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vidavidorra/create-project",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "private": false,
5
5
  "description": "Interactively create a GitHub project.",
6
6
  "homepage": "https://github.com/vidavidorra/create-project#readme",
@@ -195,7 +195,7 @@
195
195
  ]
196
196
  },
197
197
  "dependencies": {
198
- "@inquirer/prompts": "2.3.0",
198
+ "@inquirer/prompts": "2.3.1",
199
199
  "prettier": "3.0.0",
200
200
  "sort-package-json": "2.5.1",
201
201
  "typescript": "5.1.6",
@@ -211,11 +211,11 @@
211
211
  "@semantic-release/git": "10.0.1",
212
212
  "@types/node": "20.4.3",
213
213
  "@types/prettier": "2.7.3",
214
- "@types/sinon": "10.0.15",
215
- "@types/validate-npm-package-name": "4.0.0",
214
+ "@types/sinon": "10.0.20",
215
+ "@types/validate-npm-package-name": "4.0.1",
216
216
  "@vidavidorra/commitlint-config": "5.0.2",
217
217
  "ava": "5.2.0",
218
- "c8": "8.0.0",
218
+ "c8": "8.0.1",
219
219
  "husky": "8.0.3",
220
220
  "lint-staged": "13.2.2",
221
221
  "semantic-release": "21.0.5",