File tree 4 files changed +7
-24325
lines changed
4 files changed +7
-24325
lines changed Original file line number Diff line number Diff line change 35
35
"@fastify/cors" : " ^8.3.0" ,
36
36
"@fastify/formbody" : " ^7.4.0" ,
37
37
"@octokit/rest" : " ^20.0.1" ,
38
+ "@packages/commonjs" : " workspace:*" ,
38
39
"@packages/database" : " workspace:*" ,
39
40
"@packages/library" : " workspace:*" ,
40
41
"@packages/scripts" : " workspace:*" ,
82
83
"@graphql-codegen/typescript" : " ^4.0.0" ,
83
84
"@graphql-codegen/typescript-operations" : " ^4.0.0" ,
84
85
"@graphql-codegen/typescript-resolvers" : " ^4.0.0" ,
85
- "@packages/commonjs" : " workspace:*" ,
86
86
"@packages/eslint-config" : " workspace:*" ,
87
87
"@packages/tsconfig" : " workspace:*" ,
88
88
"@swc-node/register" : " ^1.9.0" ,
Original file line number Diff line number Diff line change 26
26
"ssm" : " tsx ./scripts/ssm.mts"
27
27
},
28
28
"dependencies" : {
29
- "@packages/scripts " : " workspace:*" ,
29
+ "@packages/markdown-editor " : " workspace:*" ,
30
30
"@sentry/browser" : " ^7.75.0" ,
31
31
"@tanstack/react-query" : " ^5.29.0" ,
32
32
"axios" : " ^1.4.0" ,
74
74
"@graphql-codegen/plugin-helpers" : " ^5.0.3" ,
75
75
"@graphql-codegen/typescript-operations" : " ^4.2.0" ,
76
76
"@graphql-codegen/typescript-react-query" : " ^6.1.0" ,
77
+ "@packages/commonjs" : " workspace:*" ,
77
78
"@packages/eslint-config" : " workspace:*" ,
78
- "@packages/markdown-editor " : " workspace:*" ,
79
+ "@packages/scripts " : " workspace:*" ,
79
80
"@packages/tsconfig" : " workspace:*" ,
80
81
"@svgr/cli" : " ^8.0.1" ,
81
82
"@testing-library/react" : " ^14.0.0" ,
Original file line number Diff line number Diff line change 18
18
"build" : " tsc -p tsconfig.build.json && cp ./src/index.d.mts ./dist/index.d.mts"
19
19
},
20
20
"dependencies" : {
21
- "@packages/eslint-config" : " workspace:*" ,
22
- "@packages/tsconfig" : " workspace:*" ,
21
+ "@graphql-tools/graphql-file-loader" : " ^8.0.1" ,
22
+ "@graphql-tools/load" : " ^8.0.2" ,
23
+ "@graphql-tools/merge" : " ^9.0.4" ,
23
24
"axios" : " ^1.4.0"
24
25
},
25
26
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments