File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
template/plugins/printSuccess Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 27
27
" starter-kit"
28
28
],
29
29
"dependencies" : {
30
- "@thecodingmachine/rnb-plugin-typescript" : " ^2.0.4 " ,
30
+ "@thecodingmachine/rnb-plugin-typescript" : " ^2.0.8 " ,
31
31
"kleur" : " ^4.1.4" ,
32
32
"prompts" : " ^2.4.1"
33
33
},
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ module.exports = {
22
22
' `` ``` `` `. ' ,
23
23
) } `,
24
24
)
25
- if ( previousValues . typescript ) {
25
+ if ( previousValues [ '@thecodingmachine/rnb-plugin- typescript' ] ) {
26
26
console . log ( blue ( 'THE TYPESCRIPT VERSION 📘' ) )
27
27
}
28
28
console . log ( '\n' )
Original file line number Diff line number Diff line change 282
282
" @jridgewell/resolve-uri" " ^3.0.3"
283
283
" @jridgewell/sourcemap-codec" " ^1.4.10"
284
284
285
- " @thecodingmachine/rnb-plugin-typescript@^2.0.4 " :
286
- version "2.0.6 "
287
- resolved "https://registry.yarnpkg.com/@thecodingmachine/rnb-plugin-typescript/-/rnb-plugin-typescript-2.0.6 .tgz#05765c90ddc94c7c62e1f563b541babd12eec3ca "
288
- integrity sha512-n0nzlSdVD70ctU4z11Py7+tqJ4s2WcMmH1BGbGXykI3SekUOAOlI5e/mk7HkB4kO5urE26/pPBXTucKg0IOlaQ ==
285
+ " @thecodingmachine/rnb-plugin-typescript@^2.0.8 " :
286
+ version "2.0.8 "
287
+ resolved "https://registry.yarnpkg.com/@thecodingmachine/rnb-plugin-typescript/-/rnb-plugin-typescript-2.0.8 .tgz#99c1f1626fd49e52f1803369a929b5db115737dd "
288
+ integrity sha512-VX4uvKzoULpkNlN0YhvhVv7gY0BYAtCoPMen4mzflcQY17OL8NoAXMLNaPENsp7JG7C9aH6y1awjGuZeF3q0gg ==
289
289
dependencies :
290
290
" @thecodingmachine/rnb-toolbox" " ^1.0.0"
291
291
ttys "0.0.3"
You can’t perform that action at this time.
0 commit comments