create-template-project 1.5.5 → 1.5.7

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "dependencies": {
3
3
  "vite": {
4
- "version": "8.0.14",
4
+ "version": "8.0.16",
5
5
  "description": "Native-ESM powered web dev build tool"
6
6
  },
7
7
  "@vitejs/plugin-react": {
@@ -9,11 +9,11 @@
9
9
  "description": "The default Vite plugin for React projects."
10
10
  },
11
11
  "@vitest/browser": {
12
- "version": "4.1.7",
12
+ "version": "4.1.8",
13
13
  "description": "Run Vitest in the browser."
14
14
  },
15
15
  "@vitest/browser-playwright": {
16
- "version": "4.1.7",
16
+ "version": "4.1.8",
17
17
  "description": "Playwright provider for Vitest browser mode."
18
18
  },
19
19
  "playwright": {
@@ -41,7 +41,7 @@
41
41
  "description": "TypeScript definitions for Node.js."
42
42
  },
43
43
  "@vitest/coverage-v8": {
44
- "version": "4.1.7",
44
+ "version": "4.1.8",
45
45
  "description": "V8 coverage provider for Vitest."
46
46
  },
47
47
  "conventional-changelog": {
@@ -53,7 +53,7 @@
53
53
  "description": "Modern native git hooks made easy."
54
54
  },
55
55
  "oxlint": {
56
- "version": "1.67.0",
56
+ "version": "1.68.0",
57
57
  "description": "A JavaScript linter written in Rust."
58
58
  },
59
59
  "oxlint-tsgolint": {
@@ -61,7 +61,7 @@
61
61
  "description": "TypeScript-specific rules for oxlint."
62
62
  },
63
63
  "oxfmt": {
64
- "version": "0.52.0",
64
+ "version": "0.53.0",
65
65
  "description": "High performance JavaScript / TypeScript formatter."
66
66
  },
67
67
  "typescript": {
@@ -69,7 +69,7 @@
69
69
  "description": "A superset of JavaScript that compiles to clean JavaScript output."
70
70
  },
71
71
  "vitest": {
72
- "version": "4.1.7",
72
+ "version": "4.1.8",
73
73
  "description": "A Vite-native unit test framework."
74
74
  },
75
75
  "commander": {
@@ -93,11 +93,11 @@
93
93
  "description": "TypeScript definitions for Express."
94
94
  },
95
95
  "react": {
96
- "version": "19.2.6",
96
+ "version": "19.2.7",
97
97
  "description": "A JavaScript library for building user interfaces."
98
98
  },
99
99
  "react-dom": {
100
- "version": "19.2.6",
100
+ "version": "19.2.7",
101
101
  "description": "React package for working with the DOM."
102
102
  },
103
103
  "@mui/material": {
@@ -117,7 +117,7 @@
117
117
  "description": "Styled components for Emotion."
118
118
  },
119
119
  "@types/react": {
120
- "version": "19.2.15",
120
+ "version": "19.2.16",
121
121
  "description": "TypeScript definitions for React."
122
122
  },
123
123
  "@types/react-dom": {
@@ -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.7",
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",
@@ -64,19 +64,19 @@
64
64
  "@types/cli-progress": "3.11.6",
65
65
  "@types/debug": "4.1.13",
66
66
  "@types/node": "25.9.1",
67
- "@vitest/coverage-v8": "4.1.7",
67
+ "@vitest/coverage-v8": "4.1.8",
68
68
  "conventional-changelog": "7.2.0",
69
69
  "conventional-changelog-angular": "8.3.1",
70
70
  "eslint-plugin-regexp": "3.1.0",
71
71
  "husky": "9.1.7",
72
- "oxfmt": "0.52.0",
73
- "oxlint": "1.67.0",
72
+ "oxfmt": "0.53.0",
73
+ "oxlint": "1.68.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
- "vite": "8.0.14",
79
- "vitest": "4.1.7"
78
+ "vite": "8.0.16",
79
+ "vitest": "4.1.8"
80
80
  },
81
81
  "engines": {
82
82
  "node": ">=22"