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 2727 " starter-kit"
2828 ],
2929 "dependencies" : {
30- "@thecodingmachine/rnb-plugin-typescript" : " ^2.0.4 " ,
30+ "@thecodingmachine/rnb-plugin-typescript" : " ^2.0.8 " ,
3131 "kleur" : " ^4.1.4" ,
3232 "prompts" : " ^2.4.1"
3333 },
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ module.exports = {
2222 ' `` ``` `` `. ' ,
2323 ) } `,
2424 )
25- if ( previousValues . typescript ) {
25+ if ( previousValues [ '@thecodingmachine/rnb-plugin- typescript' ] ) {
2626 console . log ( blue ( 'THE TYPESCRIPT VERSION 📘' ) )
2727 }
2828 console . log ( '\n' )
Original file line number Diff line number Diff line change 282282 " @jridgewell/resolve-uri" " ^3.0.3"
283283 " @jridgewell/sourcemap-codec" " ^1.4.10"
284284
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 ==
289289 dependencies :
290290 " @thecodingmachine/rnb-toolbox" " ^1.0.0"
291291 ttys "0.0.3"
You can’t perform that action at this time.
0 commit comments