File tree 2 files changed +5
-7
lines changed
web-app/src/services/state/actions/utils
2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 37
37
"test-compile" : " tsc -watch -p ./"
38
38
},
39
39
"dependencies" : {
40
- "chokidar" : " 3.5.2" ,
41
- "dotenv" : " ^8.2.0" ,
42
- "eslint" : " 7.32.0" ,
40
+ "chokidar" : " 3.5.3" ,
43
41
"git-url-parse" : " 11.6.0" ,
44
- "jest" : " 27.3.1" ,
45
42
"node-fetch" : " 2.6.6" ,
46
43
"semver" : " 7.3.5" ,
47
- "ts-jest" : " 27.0.7" ,
48
- "typescript" : " 4.4.4" ,
49
44
"vscode-extension-telemetry" : " 0.1.7"
50
45
},
51
46
"devDependencies" : {
59
54
"@typescript-eslint/eslint-plugin" : " 5.4.0" ,
60
55
"@typescript-eslint/parser" : " 5.4.0" ,
61
56
"esbuild" : " 0.14.0" ,
57
+ "eslint" : " 7.32.0" ,
62
58
"eslint-config-prettier" : " 8.3.0" ,
63
59
"eslint-config-react-app" : " 6.0.0" ,
64
60
"eslint-plugin-flowtype" : " 8.0.3" ,
68
64
"eslint-plugin-react" : " 7.27.1" ,
69
65
"eslint-plugin-react-hooks" : " ^4.3.0" ,
70
66
"prettier" : " 2.5.0" ,
67
+ "jest" : " 27.3.1" ,
68
+ "ts-jest" : " 27.0.7" ,
69
+ "typescript" : " 4.4.4" ,
71
70
"vscode" : " ^1.1.37" ,
72
71
"vscode-test" : " ^1.6.1"
73
72
},
Original file line number Diff line number Diff line change 1
1
import * as T from 'typings'
2
2
import * as TT from 'typings/tutorial'
3
- import logger from '../../../../services/logger'
4
3
5
4
const getStepNext = ( position : T . Position , level : TT . Level ) : T . Action => {
6
5
const { steps } = level
You can’t perform that action at this time.
0 commit comments