@vidavidorra/create-project 4.2.1 → 4.2.3
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.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vidavidorra/create-project",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Interactively create a GitHub project",
|
|
6
6
|
"keywords": [
|
|
@@ -198,7 +198,7 @@
|
|
|
198
198
|
},
|
|
199
199
|
"dependencies": {
|
|
200
200
|
"@inquirer/prompts": "8.0.2",
|
|
201
|
-
"@vidavidorra/prettier-config": "1.0.
|
|
201
|
+
"@vidavidorra/prettier-config": "1.0.4",
|
|
202
202
|
"prettier": "3.7.4",
|
|
203
203
|
"sort-package-json": "3.5.1",
|
|
204
204
|
"typescript": "5.9.3",
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
"@semantic-release/changelog": "6.0.3",
|
|
213
213
|
"@semantic-release/exec": "7.1.0",
|
|
214
214
|
"@semantic-release/git": "10.0.1",
|
|
215
|
-
"@types/node": "24.10.
|
|
215
|
+
"@types/node": "24.10.2",
|
|
216
216
|
"@types/sinon": "21.0.0",
|
|
217
217
|
"@types/validate-npm-package-name": "4.0.2",
|
|
218
218
|
"@vidavidorra/commitlint-config": "7.1.6",
|