Skip to content

Commit 47b3ee9

Browse files
committed
chore(ts): bump rnb-typescript version
1 parent b857f14 commit 47b3ee9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
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
},

template/plugins/printSuccess/plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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')

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -282,10 +282,10 @@
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"

0 commit comments

Comments
 (0)