|
18 | 18 | "generate-skill-docs": "deno run --allow-run --allow-read --allow-write skills/linear-cli/scripts/generate-docs.ts" |
19 | 19 | }, |
20 | 20 | "imports": { |
21 | | - "@cliffy/ansi": "jsr:@cliffy/ansi@^1.0.0-rc.8", |
22 | | - "@cliffy/command": "jsr:@cliffy/command@^1.0.0-rc.8", |
23 | | - "@cliffy/internal": "jsr:@cliffy/internal@^1.0.0-rc.8", |
24 | | - "@cliffy/prompt": "jsr:@cliffy/prompt@^1.0.0-rc.8", |
25 | | - "@cliffy/testing": "jsr:@cliffy/testing@^1.0.0-rc.8", |
26 | | - "@graphql-codegen/cli": "npm:@graphql-codegen/cli@^5.0.7", |
| 21 | + "@cliffy/ansi": "jsr:@cliffy/ansi@^1.0.0", |
| 22 | + "@cliffy/command": "jsr:@cliffy/command@^1.0.0", |
| 23 | + "@cliffy/internal": "jsr:@cliffy/internal@^1.0.0", |
| 24 | + "@cliffy/prompt": "jsr:@cliffy/prompt@^1.0.0", |
| 25 | + "@cliffy/testing": "jsr:@cliffy/testing@^1.0.0", |
| 26 | + "@graphql-codegen/cli": "npm:@graphql-codegen/cli@^6.2.1", |
27 | 27 | "@graphql-typed-document-node/core": "npm:@graphql-typed-document-node/core@^3.2.0", |
28 | 28 | "@littletof/charmd": "jsr:@littletof/charmd@^0.1.2", |
29 | 29 | "@opensrc/deno-open": "jsr:@opensrc/deno-open@^1.0.0", |
30 | | - "@std/assert": "jsr:@std/assert@1", |
31 | | - "@std/cli": "jsr:@std/cli@^1.0.12", |
32 | | - "@std/fmt": "jsr:@std/fmt@1", |
33 | | - "@std/fs": "jsr:@std/fs@^1.0.20", |
34 | | - "@std/testing": "jsr:@std/testing@1", |
35 | | - "@std/dotenv": "jsr:@std/dotenv@^0.225.3", |
36 | | - "@std/encoding": "jsr:@std/encoding@^1.0.5", |
37 | | - "@std/path": "jsr:@std/path@^1.0.8", |
38 | | - "@std/toml": "jsr:@std/toml@^1.0.2", |
| 30 | + "@std/assert": "jsr:@std/assert@^1.0.19", |
| 31 | + "@std/cli": "jsr:@std/cli@^1.0.28", |
| 32 | + "@std/fmt": "jsr:@std/fmt@^1.0.9", |
| 33 | + "@std/fs": "jsr:@std/fs@^1.0.23", |
| 34 | + "@std/testing": "jsr:@std/testing@^1.0.17", |
| 35 | + "@std/dotenv": "jsr:@std/dotenv@^0.225.6", |
| 36 | + "@std/encoding": "jsr:@std/encoding@^1.0.10", |
| 37 | + "@std/path": "jsr:@std/path@^1.1.4", |
| 38 | + "@std/toml": "jsr:@std/toml@^1.0.11", |
39 | 39 | "@types/mdast": "npm:@types/mdast@^4.0.4", |
40 | 40 | "mdast": "npm:@types/mdast@^4.0.4", |
41 | | - "graphql": "npm:graphql@^16.8.1", |
| 41 | + "graphql": "npm:graphql@^16.13.2", |
42 | 42 | "./__generated__/graphql": "./src/__codegen__/graphql.ts", |
43 | | - "graphql-request": "npm:graphql-request@^7.2.0", |
44 | | - "lefthook": "npm:lefthook@^1.12.3", |
| 43 | + "graphql-request": "npm:graphql-request@^7.4.0", |
| 44 | + "lefthook": "npm:lefthook@^2.1.4", |
45 | 45 | "remark-parse": "npm:remark-parse@^11.0.0", |
46 | 46 | "remark-stringify": "npm:remark-stringify@^11.0.0", |
47 | | - "sanitize-filename": "npm:sanitize-filename@^1.6.3", |
| 47 | + "sanitize-filename": "npm:sanitize-filename@^1.6.4", |
48 | 48 | "unified": "npm:unified@^11.0.5", |
49 | | - "unist-util-visit": "npm:unist-util-visit@^5.0.0", |
50 | | - "valibot": "npm:valibot@^1.2.0" |
| 49 | + "unist-util-visit": "npm:unist-util-visit@^5.1.0", |
| 50 | + "valibot": "npm:valibot@^1.3.1" |
51 | 51 | }, |
52 | 52 | "publish": { |
53 | 53 | "include": [ |
|
0 commit comments