|
154 | 154 | "nodeModulesDir": "auto", |
155 | 155 | "imports": { |
156 | 156 | // Dependencies |
157 | | - "@libs/markdown": "jsr:@libs/markdown@^2.0.4", |
| 157 | + "@libs/markdown": "jsr:@libs/markdown@^2.1.0", |
158 | 158 | "@libs/reactive": "jsr:@libs/reactive@^5.0.4", |
159 | | - "@libs/typing": "jsr:@libs/typing@^3.1.3", |
160 | | - "@libs/xml": "jsr:@libs/xml@^7.0.2", |
161 | | - "@std/assert": "jsr:@std/assert@^1.0.14", |
162 | | - "@std/async": "jsr:@std/async@^1.0.14", |
163 | | - "@std/html": "jsr:@std/html@^1.0.4", |
| 159 | + "@libs/typing": "jsr:@libs/typing@^4.0.1", |
| 160 | + "@libs/xml": "jsr:@libs/xml@^7.0.3", |
| 161 | + "@std/assert": "jsr:@std/assert@^1.0.16", |
| 162 | + "@std/async": "jsr:@std/async@^1.0.15", |
| 163 | + "@std/html": "jsr:@std/html@^1.0.5", |
164 | 164 | "@std/io": "jsr:@std/io@~0.225.2", |
165 | | - "@std/path": "jsr:@std/path@^1.1.2", |
| 165 | + "@std/path": "jsr:@std/path@^1.1.3", |
166 | 166 | "@std/regexp": "jsr:@std/regexp@^1.0.1", |
167 | | - "jsdom": "npm:jsdom@^26.1.0", |
| 167 | + "jsdom": "npm:jsdom@^27.2.0", |
168 | 168 | // Deno deploy dependencies |
169 | | - "@libs/bundle/ts": "jsr:@libs/bundle@^12.6.6/ts", |
170 | | - "@libs/typing/func": "jsr:@libs/typing@^3.1.3/func", |
171 | | - "@std/http/unstable-route": "jsr:@std/http@^1.0.20/unstable-route", |
172 | | - "@std/http/unstable-file-server": "jsr:@std/http@^1.0.20/unstable-file-server", |
173 | | - "@std/html/unstable-is-valid-custom-element-name": "jsr:@std/html@^1.0.4/unstable-is-valid-custom-element-name", |
| 169 | + "@libs/bundle/ts": "jsr:@libs/bundle@^12.6.9/ts", |
| 170 | + "@libs/typing/func": "jsr:@libs/typing@^4.0.1/func", |
| 171 | + "@std/http/unstable-route": "jsr:@std/http@^1.0.22/unstable-route", |
| 172 | + "@std/http/unstable-file-server": "jsr:@std/http@^1.0.22/unstable-file-server", |
| 173 | + "@std/html/unstable-is-valid-custom-element-name": "jsr:@std/html@^1.0.5/unstable-is-valid-custom-element-name", |
174 | 174 | // Development dependencies |
175 | 175 | "@dprint/formatter": "jsr:@dprint/formatter@^0.4.1", |
176 | | - "@libs/testing": "jsr:@libs/testing@^4.0.3", |
| 176 | + "@libs/testing": "jsr:@libs/testing@^5.2.1", |
177 | 177 | "@std/fmt": "jsr:@std/fmt@^1.0.8", |
178 | 178 | // Development server dependencies |
179 | 179 | "@www/": "./www/", |
180 | | - "@deno/doc": "jsr:@deno/doc@^0.182.0", |
181 | | - "@libs/bundle": "jsr:@libs/bundle@^12.6.6", |
182 | | - "@libs/logger": "jsr:@libs/logger@^3.1.5", |
| 180 | + "@deno/doc": "jsr:@deno/doc@^0.187.0", |
| 181 | + "@libs/bundle": "jsr:@libs/bundle@^12.6.9", |
| 182 | + "@libs/logger": "jsr:@libs/logger@^3.1.9", |
183 | 183 | "@std/collections": "jsr:@std/collections@^1.1.3", |
184 | | - "@std/http": "jsr:@std/http@^1.0.20", |
| 184 | + "@std/http": "jsr:@std/http@^1.0.22", |
185 | 185 | "@std/jsonc": "jsr:@std/jsonc@^1.0.2", |
186 | 186 | "@std/text": "jsr:@std/text@^1.0.16", |
187 | 187 | // Tooling dependencies |
188 | 188 | "@tools/": "./.github/tools/", |
189 | 189 | "@actions/core": "npm:@actions/core@^1.11.1", |
190 | | - "@astral/astral": "jsr:@astral/astral@~0.5.3", |
191 | | - "@libs/git": "jsr:@libs/git@^0.1.4", |
192 | | - "@libs/run": "jsr:@libs/run@^3.0.4", |
193 | | - "@std/cli": "jsr:@std/cli@^1.0.21", |
194 | | - "@std/fs": "jsr:@std/fs@^1.0.19", |
195 | | - "@std/semver": "jsr:@std/semver@^1.0.5", |
196 | | - "@std/tar": "jsr:@std/tar@^0.1.7", |
197 | | - "@std/yaml": "jsr:@std/yaml@^1.0.9" |
| 190 | + "@astral/astral": "jsr:@astral/astral@^0.5.4", |
| 191 | + "@libs/git": "jsr:@libs/git@^0.1.5", |
| 192 | + "@libs/run": "jsr:@libs/run@^3.3.1", |
| 193 | + "@std/cli": "jsr:@std/cli@^1.0.24", |
| 194 | + "@std/fs": "jsr:@std/fs@^1.0.20", |
| 195 | + "@std/semver": "jsr:@std/semver@^1.0.7", |
| 196 | + "@std/tar": "jsr:@std/tar@^0.1.9", |
| 197 | + "@std/yaml": "jsr:@std/yaml@^1.0.10" |
198 | 198 | }, |
199 | 199 | "unstable": [ |
200 | 200 | "worker-options" |
|
0 commit comments