create-template-project 1.5.12 → 1.5.13

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.
@@ -37,7 +37,7 @@
37
37
  "description": "TypeScript definitions for debug."
38
38
  },
39
39
  "@types/node": {
40
- "version": "26.0.0",
40
+ "version": "26.0.1",
41
41
  "description": "TypeScript definitions for Node.js."
42
42
  },
43
43
  "@vitest/coverage-v8": {
@@ -153,7 +153,7 @@
153
153
  "description": "Declarative routing for React web applications."
154
154
  },
155
155
  "release-it": {
156
- "version": "20.2.0",
156
+ "version": "20.2.1",
157
157
  "description": "Interactive release-tool for Git repositories."
158
158
  },
159
159
  "cors": {
@@ -165,7 +165,7 @@
165
165
  "description": "TypeScript definitions for cors."
166
166
  },
167
167
  "eslint-plugin-regexp": {
168
- "version": "3.1.0",
168
+ "version": "3.1.1",
169
169
  "description": "ESLint plugin for finding regexp mistakes and style guide violations."
170
170
  },
171
171
  "vitest-browser-react": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-template-project",
3
- "version": "1.5.12",
3
+ "version": "1.5.13",
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": [
@@ -63,16 +63,16 @@
63
63
  "@commitlint/config-conventional": "21.1.0",
64
64
  "@types/cli-progress": "3.11.6",
65
65
  "@types/debug": "4.1.13",
66
- "@types/node": "26.0.0",
66
+ "@types/node": "26.0.1",
67
67
  "@vitest/coverage-v8": "4.1.9",
68
68
  "conventional-changelog": "7.2.1",
69
69
  "conventional-changelog-angular": "8.3.1",
70
- "eslint-plugin-regexp": "3.1.0",
70
+ "eslint-plugin-regexp": "3.1.1",
71
71
  "husky": "9.1.7",
72
72
  "oxfmt": "0.56.0",
73
73
  "oxlint": "1.71.0",
74
74
  "oxlint-tsgolint": "0.23.0",
75
- "release-it": "20.2.0",
75
+ "release-it": "20.2.1",
76
76
  "rimraf": "6.1.3",
77
77
  "typescript": "6.0.3",
78
78
  "vite": "8.1.0",