File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " graphql-js-tree" ,
3
- "version" : " 0.3.5 " ,
3
+ "version" : " 0.3.6 " ,
4
4
"private" : false ,
5
5
"license" : " MIT" ,
6
6
"description" : " GraphQL Parser providing simplier structure" ,
7
7
"homepage" : " https://graphqleditor.com" ,
8
8
"main" : " lib/index.js" ,
9
9
"types" : " lib/index.d.ts" ,
10
10
"scripts" : {
11
- "build" : " ttsc --build tsconfig.build.json" ,
12
- "start" : " ttsc --build tsconfig.build.json --watch" ,
11
+ "build" : " tspc --build tsconfig.build.json" ,
12
+ "start" : " tspc --build tsconfig.build.json --watch" ,
13
13
"test" : " jest" ,
14
- "lint" : " ttsc && eslint \" ./src/**/*.{ts,js}\" --quiet --fix"
14
+ "lint" : " tspc && eslint \" ./src/**/*.{ts,js}\" --quiet --fix"
15
15
},
16
16
"repository" : {
17
17
"type" : " git" ,
33
33
"eslint-config-prettier" : " ^7.2.0" ,
34
34
"eslint-plugin-prettier" : " ^3.3.1" ,
35
35
"husky" : " ^4.2.3" ,
36
- "jest" : " ^27.4.7 " ,
36
+ "jest" : " ^29.5.0 " ,
37
37
"prettier" : " ^2.0.2" ,
38
- "ts-jest" : " ^27 .1.3 " ,
38
+ "ts-jest" : " ^29 .1.0 " ,
39
39
"ts-node" : " ^9.0.0" ,
40
- "ttypescript " : " ^1.5.12 " ,
41
- "typescript" : " ^4 .1.2 " ,
42
- "typescript-transform-paths" : " ^2.0.0 "
40
+ "ts-patch " : " ^3.0.0 " ,
41
+ "typescript" : " ^5 .1.3 " ,
42
+ "typescript-transform-paths" : " ^3.4.6 "
43
43
},
44
44
"dependencies" : {
45
45
"graphql" : " 15.4.0"
54
54
"pre-commit" : " npm run lint"
55
55
}
56
56
}
57
- }
57
+ }
You can’t perform that action at this time.
0 commit comments