This repository was archived by the owner on Jan 7, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 15
15
"pretest" : " npm run lint"
16
16
},
17
17
"bin" : {
18
- "rxdi" : " ./dist/main.js"
18
+ "rxdi-commit " : " ./dist/main.js"
19
19
},
20
20
"repository" : {
21
21
"type" : " git" ,
24
24
"author" : " Kristiyan Tachev" ,
25
25
"license" : " MIT" ,
26
26
"dependencies" : {
27
- "@rxdi/core" : " ^0.2.7 " ,
27
+ "@rxdi/core" : " ^0.7.38 " ,
28
28
"chalk" : " ^2.4.2" ,
29
29
"cli-table" : " ^0.3.1" ,
30
- "graphql" : " ^14.2.1 " ,
30
+ "graphql" : " ^14.5.8 " ,
31
31
"graphql-request" : " ^1.8.2" ,
32
32
"ora" : " ^3.2.0"
33
33
},
34
34
"devDependencies" : {
35
- "@types/graphql" : " ^14.2 .0" ,
36
- "@types/jest" : " ^24.0.11 " ,
37
- "@types/node" : " ^11.13.0 " ,
35
+ "@types/graphql" : " ^14.5 .0" ,
36
+ "@types/jest" : " ^24.0.22 " ,
37
+ "@types/node" : " ^12.0.10 " ,
38
38
"apollo-codegen" : " ^0.16.5" ,
39
39
"graphql-document-collector" : " ^0.2.2" ,
40
- "jest" : " ^24.6 .0" ,
41
- "jest-cli" : " ^24.6.0 " ,
40
+ "jest" : " ^24.8 .0" ,
41
+ "jest-cli" : " ^24.8.1 " ,
42
42
"parcel-plugin-shebang" : " ^1.2.3" ,
43
- "ts-jest" : " ^24.0.1 " ,
44
- "tslint" : " ^5.15.0 " ,
43
+ "ts-jest" : " ^24.0.2 " ,
44
+ "tslint" : " ^5.20.1 " ,
45
45
"tslint-language-service" : " ^0.9.9" ,
46
- "typescript" : " ^3.4.1 "
46
+ "typescript" : " ^3.5.3 "
47
47
},
48
48
"jest" : {
49
49
"testEnvironment" : " node" ,
You can’t perform that action at this time.
0 commit comments