create-template-project 1.4.0 → 1.5.0
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.
|
|
4
|
+
"version": "8.0.11",
|
|
5
5
|
"description": "Native-ESM powered web dev build tool"
|
|
6
6
|
},
|
|
7
7
|
"@vitejs/plugin-react": {
|
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
"description": "A tiny JavaScript debugging utility modelled after Node.js core debugging technique."
|
|
26
26
|
},
|
|
27
27
|
"@commitlint/cli": {
|
|
28
|
-
"version": "
|
|
28
|
+
"version": "21.0.0",
|
|
29
29
|
"description": "Lint commit messages to ensure they follow conventional commits."
|
|
30
30
|
},
|
|
31
31
|
"@commitlint/config-conventional": {
|
|
32
|
-
"version": "
|
|
32
|
+
"version": "21.0.0",
|
|
33
33
|
"description": "Shareable commitlint config enforcing conventional commits."
|
|
34
34
|
},
|
|
35
35
|
"@types/debug": {
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"description": "TypeScript definitions for debug."
|
|
38
38
|
},
|
|
39
39
|
"@types/node": {
|
|
40
|
-
"version": "25.6.
|
|
40
|
+
"version": "25.6.2",
|
|
41
41
|
"description": "TypeScript definitions for Node.js."
|
|
42
42
|
},
|
|
43
43
|
"@vitest/coverage-v8": {
|
|
@@ -93,19 +93,19 @@
|
|
|
93
93
|
"description": "TypeScript definitions for Express."
|
|
94
94
|
},
|
|
95
95
|
"react": {
|
|
96
|
-
"version": "19.2.
|
|
96
|
+
"version": "19.2.6",
|
|
97
97
|
"description": "A JavaScript library for building user interfaces."
|
|
98
98
|
},
|
|
99
99
|
"react-dom": {
|
|
100
|
-
"version": "19.2.
|
|
100
|
+
"version": "19.2.6",
|
|
101
101
|
"description": "React package for working with the DOM."
|
|
102
102
|
},
|
|
103
103
|
"@mui/material": {
|
|
104
|
-
"version": "9.0.
|
|
104
|
+
"version": "9.0.1",
|
|
105
105
|
"description": "Material UI components."
|
|
106
106
|
},
|
|
107
107
|
"@mui/icons-material": {
|
|
108
|
-
"version": "9.0.
|
|
108
|
+
"version": "9.0.1",
|
|
109
109
|
"description": "Material Design icons distributed as SVG React components."
|
|
110
110
|
},
|
|
111
111
|
"@emotion/react": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-template-project",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.5.0",
|
|
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": [
|
|
@@ -59,11 +59,11 @@
|
|
|
59
59
|
"zod": "4.4.3"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"@commitlint/cli": "
|
|
63
|
-
"@commitlint/config-conventional": "
|
|
62
|
+
"@commitlint/cli": "21.0.0",
|
|
63
|
+
"@commitlint/config-conventional": "21.0.0",
|
|
64
64
|
"@types/cli-progress": "3.11.6",
|
|
65
65
|
"@types/debug": "4.1.13",
|
|
66
|
-
"@types/node": "25.6.
|
|
66
|
+
"@types/node": "25.6.2",
|
|
67
67
|
"@vitest/coverage-v8": "4.1.5",
|
|
68
68
|
"conventional-changelog": "7.2.0",
|
|
69
69
|
"conventional-changelog-angular": "8.3.1",
|
|
@@ -72,11 +72,10 @@
|
|
|
72
72
|
"oxfmt": "0.48.0",
|
|
73
73
|
"oxlint": "1.63.0",
|
|
74
74
|
"oxlint-tsgolint": "0.22.1",
|
|
75
|
-
"pnpm": "11.0.6",
|
|
76
75
|
"release-it": "20.0.1",
|
|
77
76
|
"rimraf": "6.1.3",
|
|
78
77
|
"typescript": "6.0.3",
|
|
79
|
-
"vite": "8.0.
|
|
78
|
+
"vite": "8.0.11",
|
|
80
79
|
"vitest": "4.1.5"
|
|
81
80
|
},
|
|
82
81
|
"engines": {
|