create-template-project 1.5.23 → 1.5.24

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.
@@ -17,7 +17,7 @@
17
17
  "description": "Playwright provider for Vitest browser mode."
18
18
  },
19
19
  "playwright": {
20
- "version": "1.61.1",
20
+ "version": "1.62.0",
21
21
  "description": "Framework for Web-browser automation."
22
22
  },
23
23
  "debug": {
@@ -129,7 +129,7 @@
129
129
  "description": "TypeScript definitions for React DOM."
130
130
  },
131
131
  "@playwright/test": {
132
- "version": "1.61.1",
132
+ "version": "1.62.0",
133
133
  "description": "End-to-end testing framework."
134
134
  },
135
135
  "@trpc/server": {
@@ -157,7 +157,7 @@
157
157
  "description": "Declarative routing for React web applications."
158
158
  },
159
159
  "release-it": {
160
- "version": "20.2.1",
160
+ "version": "21.0.0",
161
161
  "description": "Interactive release-tool for Git repositories."
162
162
  },
163
163
  "cors": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-template-project",
3
- "version": "1.5.23",
3
+ "version": "1.5.24",
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": [
@@ -72,7 +72,7 @@
72
72
  "oxfmt": "0.60.0",
73
73
  "oxlint": "1.75.0",
74
74
  "oxlint-tsgolint": "7.0.2001",
75
- "release-it": "20.2.1",
75
+ "release-it": "21.0.0",
76
76
  "rimraf": "6.1.3",
77
77
  "typescript": "7.0.2",
78
78
  "vite": "8.1.5",