File tree Expand file tree Collapse file tree 4 files changed +553
-373
lines changed
tiny-graphql-query-compiler Expand file tree Collapse file tree 4 files changed +553
-373
lines changed Original file line number Diff line number Diff line change 29
29
"@gadgetinc/eslint-config" : " ^0.6.1" ,
30
30
"@gadgetinc/prettier-config" : " ^0.4.0" ,
31
31
"@gadgetinc/react" : " workspace:*" ,
32
- "@swc/core" : " ^1.3.78 " ,
32
+ "@swc/core" : " ^1.3.90 " ,
33
33
"@swc/jest" : " ^0.2.29" ,
34
- "@types/jest" : " ^29.2.3 " ,
34
+ "@types/jest" : " ^29.5.5 " ,
35
35
"@types/node" : " ^16.11.7" ,
36
36
"@types/semver" : " ^7.3.13" ,
37
37
"eslint" : " ^8.39.0" ,
38
38
"gitpkg" : " ^1.0.0-beta.4" ,
39
- "jest" : " ^29.3.1 " ,
40
- "jest-environment-jsdom" : " ^29.3.1 " ,
41
- "jest-junit" : " ^15 .0.0" ,
39
+ "jest" : " ^29.7.0 " ,
40
+ "jest-environment-jsdom" : " ^29.7.0 " ,
41
+ "jest-junit" : " ^16 .0.0" ,
42
42
"lodash" : " ^4.17.21" ,
43
43
"npm-run-all" : " ^4.1.5" ,
44
44
"prettier" : " ^2.8.8" ,
Original file line number Diff line number Diff line change 39
39
"@gadgetinc/api-client-core" : " workspace:*" ,
40
40
"@testing-library/jest-dom" : " ^5.16.5" ,
41
41
"@testing-library/react" : " ^13.4.0" ,
42
- "@types/jest" : " ^29.5.2 " ,
42
+ "@types/jest" : " ^29.5.5 " ,
43
43
"@types/lodash" : " ^4.14.191" ,
44
44
"@types/node" : " ^18.0.0" ,
45
45
"@types/react" : " ^18.2.9" ,
Original file line number Diff line number Diff line change 26
26
"prepublishOnly" : " pnpm build" ,
27
27
"prerelease" : " gitpkg publish"
28
28
},
29
- "dependencies" : {},
30
29
"devDependencies" : {
31
30
"@testing-library/jest-dom" : " ^5.16.5" ,
32
31
"@testing-library/react" : " ^13.4.0" ,
33
- "@types/jest" : " ^29.5.2" ,
32
+ "@types/jest" : " ^29.5.5" ,
33
+ "@types/prettier" : " ^2.7.3" ,
34
34
"conditional-type-checks" : " ^1.0.6" ,
35
35
"graphql" : " 16.5.0" ,
36
+ "prettier" : " ^2.8.8" ,
36
37
"react" : " ^18.2.0" ,
37
- "react-dom" : " ^18.2.0" ,
38
- "prettier" : " ^2.8.8"
38
+ "react-dom" : " ^18.2.0"
39
39
}
40
40
}
You can’t perform that action at this time.
0 commit comments