File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -84,12 +84,10 @@ function pauseSession(passedObject = {}) {
8484 } )
8585 return new Promise ( resolve => {
8686 finish = resolve
87- // eslint-disable-next-line
8887 return askForStep ( )
8988 } )
9089}
9190
92- /* eslint-disable */
9391async function parseInput ( cmd ) {
9492 rl . pause ( )
9593 next = false
@@ -198,7 +196,6 @@ async function parseInput(cmd) {
198196 recorder . add ( 'ask for next step' , askForStep )
199197 nextStep ( )
200198}
201- /* eslint-enable */
202199
203200function askForStep ( ) {
204201 return new Promise ( resolve => {
Original file line number Diff line number Diff line change 9494 "figures" : " 3.2.0" ,
9595 "fn-args" : " 4.0.0" ,
9696 "fs-extra" : " 11.2.0" ,
97- "glob" : " ^11.0.0 " ,
97+ "glob" : " ^11.0.1 " ,
9898 "fuse.js" : " ^7.0.0" ,
9999 "html-minifier-terser" : " 7.2.0" ,
100100 "inquirer" : " 6.5.2" ,
113113 "promise-retry" : " 1.1.1" ,
114114 "resq" : " 1.11.0" ,
115115 "sprintf-js" : " 1.1.3" ,
116- "uuid" : " 11.0.4 "
116+ "uuid" : " 11.0.5 "
117117 },
118118 "optionalDependencies" : {
119119 "@codeceptjs/detox-helper" : " 1.1.5"
139139 "chai-subset" : " 1.6.0" ,
140140 "documentation" : " 14.0.3" ,
141141 "electron" : " 34.0.0" ,
142- "eslint" : " ^9.17 .0" ,
142+ "eslint" : " ^9.18 .0" ,
143143 "eslint-plugin-import" : " 2.31.0" ,
144144 "eslint-plugin-mocha" : " 10.5.0" ,
145145 "expect" : " 29.7.0" ,
You can’t perform that action at this time.
0 commit comments