|
7 | 7 | // - https://github.com/withastro/starlight/issues/2930 |
8 | 8 | // - `--allowed-hosts=ci,dev` allows a container to connect to another container running the preview |
9 | 9 | // - https://github.com/withastro/astro/issues/13060 |
10 | | - // TODO: |
| 10 | + // @todo: |
11 | 11 | // - Add `astro check` to the task `check` |
12 | 12 | "tasks": { |
13 | 13 | "install": "deno install --quiet && deno audit --ignore-unfixable", |
14 | 14 | "outdated": "deno outdated", |
15 | | - "update": "deno outdated --update --latest", |
| 15 | + "update": "deno outdated --update --latest --frozen=false", |
16 | 16 | "fmt": "deno fmt", |
17 | 17 | "check": "deno check --unstable-tsgo --no-remote --doc && deno lint && deno fmt --check", |
18 | 18 | "toc": "deno run --cached-only -P=toc --no-prompt doctoc README.md --notitle", |
|
51 | 51 | "sys": true, |
52 | 52 | // Paths require update whenever rollup and sharp change version, as well as when running on different architecture (arm, x86) |
53 | 53 | "ffi": [ |
54 | | - "/opt/app/node_modules/.deno/@rollup+rollup-linux-x64-gnu@4.53.3/node_modules/@rollup/rollup-linux-x64-gnu/rollup.linux-x64-gnu.node", |
55 | | - "/opt/app/node_modules/.deno/@rollup+rollup-linux-arm64-gnu@4.53.3/node_modules/@rollup/rollup-linux-arm64-gnu/rollup.linux-arm64-gnu.node", |
| 54 | + "/opt/app/node_modules/.deno/@rollup+rollup-linux-x64-gnu@4.56.0/node_modules/@rollup/rollup-linux-x64-gnu/rollup.linux-x64-gnu.node", |
| 55 | + "/opt/app/node_modules/.deno/@rollup+rollup-linux-arm64-gnu@4.56.0/node_modules/@rollup/rollup-linux-arm64-gnu/rollup.linux-arm64-gnu.node", |
56 | 56 | "/opt/app/node_modules/.deno/@img+sharp-linuxmusl-arm64@0.34.5/node_modules/@img/sharp-linuxmusl-arm64/lib/sharp-linuxmusl-arm64.node", |
57 | 57 | "/opt/app/node_modules/.deno/@img+sharp-linux-arm64@0.34.5/node_modules/@img/sharp-linux-arm64/lib/sharp-linux-arm64.node" |
58 | 58 | ], |
|
116 | 116 | "frozen": true |
117 | 117 | }, |
118 | 118 | "imports": { |
119 | | - "@astrojs/starlight": "npm:@astrojs/starlight@0.37.1", |
120 | | - "astro": "npm:astro@5.16.5", |
| 119 | + "@astrojs/starlight": "npm:@astrojs/starlight@0.37.4", |
| 120 | + "astro": "npm:astro@5.16.15", |
121 | 121 | "doctoc": "npm:doctoc@^2.2.1", |
122 | 122 | "sharp": "npm:sharp@0.34.5", |
123 | | - "wrangler": "npm:wrangler@^4.54.0" |
| 123 | + "wrangler": "npm:wrangler@^4.60.0" |
124 | 124 | }, |
125 | 125 | "allowScripts": { |
126 | 126 | "allow": [ |
|
0 commit comments