create-template-project 1.5.5 → 1.5.6

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.
@@ -153,7 +153,7 @@
153
153
  "description": "Declarative routing for React web applications."
154
154
  },
155
155
  "release-it": {
156
- "version": "20.0.1",
156
+ "version": "20.2.0",
157
157
  "description": "Interactive release-tool for Git repositories."
158
158
  },
159
159
  "cors": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-template-project",
3
- "version": "1.5.5",
3
+ "version": "1.5.6",
4
4
  "private": false,
5
5
  "description": "An ultra-modular, type-safe Node.js CLI tool used to scaffold new project templates (CLI, Webpage, Webapp, Fullstack) with best-practice configurations pre-installed.",
6
6
  "keywords": [
@@ -52,7 +52,7 @@
52
52
  "./package.json": "./package.json"
53
53
  },
54
54
  "dependencies": {
55
- "@clack/prompts": "1.4.0",
55
+ "@clack/prompts": "1.5.0",
56
56
  "commander": "15.0.0",
57
57
  "debug": "4.4.3",
58
58
  "execa": "9.6.1",
@@ -72,7 +72,7 @@
72
72
  "oxfmt": "0.52.0",
73
73
  "oxlint": "1.67.0",
74
74
  "oxlint-tsgolint": "0.23.0",
75
- "release-it": "20.0.1",
75
+ "release-it": "20.2.0",
76
76
  "rimraf": "6.1.3",
77
77
  "typescript": "6.0.3",
78
78
  "vite": "8.0.14",