File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- @graphql-local:registry = https://npm.pkg.github.com
1
+ @graphql-local:registry = https://npm.pkg.github.com
2
+ ignore-workspace-root-check = true
Original file line number Diff line number Diff line change 14
14
"@apollo/subgraph" : " ^2.10.0" ,
15
15
"@apollo/utils.keyvaluecache" : " ^3.1.0" ,
16
16
"@as-integrations/next" : " ^3.2.0" ,
17
- "@graphql-api /cron.local " : " workspace:*" ,
17
+ "@graphql-local /cron" : " workspace:*" ,
18
18
"graphql-scalars" : " ^1.24.1" ,
19
19
"graphql-tag" : " ^2.12.6" ,
20
20
"next" : " ^15.2.1-canary.2" ,
Original file line number Diff line number Diff line change 12
12
"codegen" : " graphql-codegen" ,
13
13
"example:build" : " pnpm --filter @/example dev" ,
14
14
"repomix" : " repomix" ,
15
- "prepare" : " repomix"
16
- "prepare" : " npm run build" ,
15
+ "prepare" : " repomix && npm run build" ,
17
16
"prepublishOnly" : " npm test && npm run lint" ,
18
17
"docs" : " typedoc --out docs src"
19
18
},
66
65
},
67
66
"homepage" : " https://github.com/graphql-api/graphql-browser-cron#readme" ,
68
67
"dependencies" : {
69
- "cronstrue" : " ^2.47.0" ,
70
68
"cron-parser" : " ^4.9.0" ,
71
- "idb " : " ^7.1.1 " ,
69
+ "cronstrue " : " ^2.47.0 " ,
72
70
"graphql" : " ^16.10.0" ,
73
71
"graphql-scalars" : " ^1.24.1" ,
74
72
"graphql-tag" : " ^2.12.6" ,
73
+ "idb" : " ^7.1.1" ,
75
74
"uuid" : " ^9.0.1"
76
75
},
77
76
"devDependencies" : {
82
81
"@graphql-tools/schema" : " ^10.0.3" ,
83
82
"@rollup/plugin-commonjs" : " ^25.0.7" ,
84
83
"@rollup/plugin-node-resolve" : " ^15.2.3" ,
84
+ "@rollup/plugin-terser" : " ^0.4.4" ,
85
85
"@rollup/plugin-typescript" : " ^11.1.6" ,
86
86
"@types/uuid" : " ^9.0.8" ,
87
- "eslint" : " ^8.57.0 " ,
87
+ "eslint" : " ^9 " ,
88
88
"prettier" : " ^3.2.5" ,
89
89
"rollup" : " ^4.12.1" ,
90
90
"rollup-plugin-dts" : " ^6.1.0" ,
91
- "rollup-plugin-terser" : " ^7.0.2" ,
92
91
"typedoc" : " ^0.25.9" ,
93
92
"typescript" : " ^5.7.3" ,
94
93
"vitest" : " ^1.2.2"
You can’t perform that action at this time.
0 commit comments