@vidavidorra/create-project 3.0.208 → 3.0.210
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vidavidorra/create-project",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.210",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Interactively create a GitHub project",
|
|
6
6
|
"keywords": [
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
},
|
|
202
202
|
"dependencies": {
|
|
203
203
|
"@inquirer/prompts": "7.5.3",
|
|
204
|
-
"prettier": "3.6.
|
|
204
|
+
"prettier": "3.6.1",
|
|
205
205
|
"sort-package-json": "3.3.0",
|
|
206
206
|
"typescript": "5.8.3",
|
|
207
207
|
"validate-npm-package-name": "6.0.1",
|
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
"@semantic-release/changelog": "6.0.3",
|
|
215
215
|
"@semantic-release/exec": "7.1.0",
|
|
216
216
|
"@semantic-release/git": "10.0.1",
|
|
217
|
-
"@types/node": "22.15.
|
|
217
|
+
"@types/node": "22.15.33",
|
|
218
218
|
"@types/sinon": "17.0.4",
|
|
219
219
|
"@types/validate-npm-package-name": "4.0.2",
|
|
220
220
|
"@vidavidorra/commitlint-config": "7.0.16",
|
|
@@ -224,7 +224,7 @@
|
|
|
224
224
|
"lint-staged": "16.1.2",
|
|
225
225
|
"semantic-release": "24.2.5",
|
|
226
226
|
"sinon": "21.0.0",
|
|
227
|
-
"xo": "1.1.
|
|
227
|
+
"xo": "1.1.1"
|
|
228
228
|
},
|
|
229
229
|
"engines": {
|
|
230
230
|
"node": ">=20"
|