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 49
49
"devDependencies" : {
50
50
"@babel/cli" : " ^7.7.7" ,
51
51
"@babel/core" : " ^7.7.7" ,
52
+ "@babel/runtime" : " ^7.9.6" ,
52
53
"@commitlint/test" : " ^9.0.0" ,
53
54
"@commitlint/utils" : " ^9.0.0" ,
54
55
"babel-preset-commitlint" : " ^9.0.0" ,
Original file line number Diff line number Diff line change 50
50
"devDependencies" : {
51
51
"@babel/cli" : " ^7.7.7" ,
52
52
"@babel/core" : " ^7.7.7" ,
53
+ "@babel/runtime" : " ^7.9.6" ,
53
54
"@commitlint/utils" : " ^9.0.0" ,
54
55
"babel-preset-commitlint" : " ^9.0.0" ,
55
56
"commitizen" : " 3.1.2" ,
Original file line number Diff line number Diff line change 47
47
"devDependencies" : {
48
48
"@babel/cli" : " 7.8.4" ,
49
49
"@babel/core" : " 7.8.4" ,
50
+ "@babel/runtime" : " ^7.9.6" ,
50
51
"@commitlint/test" : " ^9.0.0" ,
51
52
"@commitlint/utils" : " ^9.0.0" ,
52
53
"babel-preset-commitlint" : " ^9.0.0" ,
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