Commit 09afcd6 authored May 26, 2020 Verified
1 parent 341247b commit 09afcd6 Copy full SHA for 09afcd6
File tree 4 files changed +15
-0
lines changed
4 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 57
57
"fs-extra" : " ^8.1.0"
58
58
},
59
59
"dependencies" : {
60
+ "@babel/runtime" : " ^7.9.6" ,
60
61
"@commitlint/format" : " ^9.0.0" ,
61
62
"@commitlint/lint" : " ^9.0.0" ,
62
63
"@commitlint/load" : " ^9.0.0" ,
Original file line number Diff line number Diff line change 56
56
"cross-env" : " 7.0.0"
57
57
},
58
58
"dependencies" : {
59
+ "@babel/runtime" : " ^7.9.6" ,
59
60
"@commitlint/load" : " ^9.0.0" ,
60
61
"chalk" : " ^3.0.0" ,
61
62
"lodash" : " ^4.17.15" ,
Original file line number Diff line number Diff line change 53
53
"cross-env" : " 7.0.0"
54
54
},
55
55
"dependencies" : {
56
+ "@babel/runtime" : " ^7.9.6" ,
56
57
"@commitlint/cli" : " ^9.0.0" ,
57
58
"execa" : " ^3.4.0"
58
59
},
Original file line number Diff line number Diff line change 739
739
dependencies :
740
740
regenerator-runtime "^0.13.2"
741
741
742
+ " @babel/runtime@^7.9.6 " :
743
+ version "7.9.6"
744
+ resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.9.6.tgz#a9102eb5cadedf3f31d08a9ecf294af7827ea29f"
745
+ integrity sha512-64AF1xY3OAkFHqOb9s4jpgk1Mm5vDZ4L3acHvAml+53nO1XbXLuDodsVpO4OIUsmemlUHMxNdYMNJmsvOwLrvQ==
746
+ dependencies :
747
+ regenerator-runtime "^0.13.4"
748
+
742
749
" @babel/template@^7.7.4" , "@babel/template@^7.8.3":
743
750
version "7.8.3"
744
751
resolved "https://registry.npmjs.org/@babel/template/-/template-7.8.3.tgz#e02ad04fe262a657809327f578056ca15fd4d1b8"
@@ -8375,6 +8382,11 @@ regenerator-runtime@^0.11.0:
8375
8382
resolved "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9"
8376
8383
integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==
8377
8384
8385
+ regenerator-runtime@^0.13.4 :
8386
+ version "0.13.5"
8387
+ resolved "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz#d878a1d094b4306d10b9096484b33ebd55e26697"
8388
+ integrity sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA==
8389
+
8378
8390
regenerator-transform@^0.14.0 :
8379
8391
version "0.14.1"
8380
8392
resolved "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.14.1.tgz#3b2fce4e1ab7732c08f665dfdb314749c7ddd2fb"
You can’t perform that action at this time.
0 commit comments