Skip to content

Commit 908ed21

Browse files
committed
Install devtron devtool
1 parent dd21a1b commit 908ed21

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"license": "MIT",
1515
"devDependencies": {
1616
"cross-env": "^3.1.4",
17+
"devtron": "^1.4.0",
1718
"electron": "^1.4.15",
1819
"electron-builder": "^11.4.4"
1920
},

yarn.lock

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
"7zip-bin-mac" "^1.0.1"
2121
"7zip-bin-win" "^2.0.2"
2222

23+
accessibility-developer-tools@^2.11.0:
24+
version "2.11.0"
25+
resolved "https://registry.yarnpkg.com/accessibility-developer-tools/-/accessibility-developer-tools-2.11.0.tgz#2b669c802671672aed5c61c42a782082a2fc7d2c"
26+
2327
ansi-align@^1.1.0:
2428
version "1.1.0"
2529
resolved "https://registry.yarnpkg.com/ansi-align/-/ansi-align-1.1.0.tgz#2f0c1658829739add5ebb15e6b0c6e3423f016ba"
@@ -307,6 +311,14 @@ delayed-stream@~1.0.0:
307311
version "1.0.0"
308312
resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
309313

314+
devtron:
315+
version "1.4.0"
316+
resolved "https://registry.yarnpkg.com/devtron/-/devtron-1.4.0.tgz#b5e748bd6e95bbe70bfcc68aae6fe696119441e1"
317+
dependencies:
318+
accessibility-developer-tools "^2.11.0"
319+
highlight.js "^9.3.0"
320+
humanize-plus "^1.8.1"
321+
310322
dot-prop@^3.0.0:
311323
version "3.0.0"
312324
resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-3.0.0.tgz#1b708af094a49c9a0e7dbcad790aba539dac1177"
@@ -617,6 +629,10 @@ hawk@~3.1.3:
617629
hoek "2.x.x"
618630
sntp "1.x.x"
619631

632+
highlight.js@^9.3.0:
633+
version "9.9.0"
634+
resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-9.9.0.tgz#b9995dcfdc2773e307a34f0460d92b9a474782c0"
635+
620636
hoek@2.x.x:
621637
version "2.16.3"
622638
resolved "https://registry.yarnpkg.com/hoek/-/hoek-2.16.3.tgz#20bb7403d3cea398e91dc4710a8ff1b8274a25ed"
@@ -637,6 +653,10 @@ http-signature@~1.1.0:
637653
jsprim "^1.2.2"
638654
sshpk "^1.7.0"
639655

656+
humanize-plus@^1.8.1:
657+
version "1.8.2"
658+
resolved "https://registry.yarnpkg.com/humanize-plus/-/humanize-plus-1.8.2.tgz#a65b34459ad6367adbb3707a82a3c9f916167030"
659+
640660
imurmurhash@^0.1.4:
641661
version "0.1.4"
642662
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"

0 commit comments

Comments
 (0)