bod 5.21.4 → 5.21.5
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.
|
@@ -99,34 +99,6 @@ CreateCommand.TemplateActions = [
|
|
|
99
99
|
},
|
|
100
100
|
],
|
|
101
101
|
},
|
|
102
|
-
{
|
|
103
|
-
name: 'React JSX',
|
|
104
|
-
value: 'jsx',
|
|
105
|
-
command: 'npm',
|
|
106
|
-
args: [
|
|
107
|
-
'create',
|
|
108
|
-
'react-app@latest',
|
|
109
|
-
'--template',
|
|
110
|
-
'@sabertazimi/cra-template@latest',
|
|
111
|
-
'--scripts-version',
|
|
112
|
-
'@sabertazimi/react-scripts@latest',
|
|
113
|
-
],
|
|
114
|
-
postCommands: [],
|
|
115
|
-
},
|
|
116
|
-
{
|
|
117
|
-
name: 'React TSX',
|
|
118
|
-
value: 'tsx',
|
|
119
|
-
command: 'npm',
|
|
120
|
-
args: [
|
|
121
|
-
'create',
|
|
122
|
-
'react-app@latest',
|
|
123
|
-
'--template',
|
|
124
|
-
'@sabertazimi/cra-template-typescript@latest',
|
|
125
|
-
'--scripts-version',
|
|
126
|
-
'@sabertazimi/react-scripts@latest',
|
|
127
|
-
],
|
|
128
|
-
postCommands: [],
|
|
129
|
-
},
|
|
130
102
|
{
|
|
131
103
|
name: 'React Framework',
|
|
132
104
|
value: 'react',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bod",
|
|
3
|
-
"version": "5.21.
|
|
3
|
+
"version": "5.21.5",
|
|
4
4
|
"description": "Boilerplate CLI App",
|
|
5
5
|
"author": "sabertazimi <sabertazimi@gmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"chalk": "^4.1.2",
|
|
56
56
|
"commander": "^12.1.0",
|
|
57
57
|
"consola": "^3.2.3",
|
|
58
|
-
"cross-spawn": "^7.0.
|
|
58
|
+
"cross-spawn": "^7.0.6",
|
|
59
59
|
"envinfo": "^7.14.0",
|
|
60
60
|
"inquirer": "^8.2.6",
|
|
61
61
|
"tslib": "^2.8.1"
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"@types/inquirer": "^8.2.10",
|
|
67
67
|
"ci-info": "^4.1.0",
|
|
68
68
|
"rimraf": "^6.0.1",
|
|
69
|
-
"type-fest": "^4.
|
|
69
|
+
"type-fest": "^4.30.1"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "0cee75b03ae618b85ed9163124f4492a340bd9cd"
|
|
72
72
|
}
|