File tree 3 files changed +3
-11
lines changed
3 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 21
21
# commands to execute.
22
22
# See https://docs.semaphoreci.com/article/62-concepts
23
23
blocks :
24
- - name : Installing dependencies
24
+ - name : Install dependencies
25
25
task :
26
26
# Set environment variables that your project requires.
27
27
# See https://docs.semaphoreci.com/article/66-environment-variables-and-secrets
Original file line number Diff line number Diff line change 35
35
"redux-thunk" : " ^2.3.0" ,
36
36
"reselect" : " ^4.0.0" ,
37
37
"typesafe-actions" : " ^3.0.0" ,
38
- "yup" : " ^0.26.10" ,
39
- "tslint" : " ^5.12.1" ,
40
- "tslint-react" : " ^3.6.0" ,
41
- "typescript" : " ^3.3.3"
38
+ "yup" : " ^0.26.10"
42
39
},
43
40
"scripts" : {
44
41
"start" : " react-scripts start" ,
Original file line number Diff line number Diff line change 33
33
"reflect-metadata" : " ^0.1.12" ,
34
34
"rimraf" : " ^2.6.3" ,
35
35
"rxjs" : " ^6.3.3" ,
36
- "typeorm" : " ^0.2.12" ,
37
- "ts-jest" : " ^23.10.5" ,
38
- "ts-node" : " ^7.0.1" ,
39
- "tsconfig-paths" : " ^3.7.0" ,
40
- "tslint" : " 5.12.1" ,
41
- "typescript" : " ^3.2.4"
36
+ "typeorm" : " ^0.2.12"
42
37
},
43
38
"devDependencies" : {
44
39
"@types/express" : " ^4.16.0" ,
You can’t perform that action at this time.
0 commit comments