Skip to content

Commit d37c8bc

Browse files
dajiajiclaude
andcommitted
revert: chore(deps): update dependencies across all runtime environments
This partially reverts commit 833f78d (#767). The deno fmt reformatting of markdown/html files is kept on main; the dependency updates and the ohttp fix are reverted here and will be resubmitted as a dedicated topic branch. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 833f78d commit d37c8bc

66 files changed

Lines changed: 2476 additions & 5223 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

deno.jsonc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@
3737
// Import map for dependencies used across the project
3838
"imports": {
3939
"@dajiaji/bhttp": "jsr:@dajiaji/bhttp@^0.3.6",
40-
"@dajiaji/mlkem": "jsr:@dajiaji/mlkem@^2.7.0",
40+
"@dajiaji/mlkem": "jsr:@dajiaji/mlkem@^2.5.0",
4141
"@deno/dnt": "jsr:@deno/dnt@0.41.3",
42-
"@playwright/test": "npm:@playwright/test@^1.61.1",
43-
"playwright": "npm:playwright@^1.61.1",
44-
"playwright-core": "npm:playwright-core@^1.61.1",
42+
"@playwright/test": "npm:@playwright/test@^1.58.2",
43+
"playwright": "npm:playwright@^1.58.2",
44+
"playwright-core": "npm:playwright-core@^1.58.2",
4545
"@std/assert": "jsr:@std/assert@1.0.0",
46-
"@std/fs": "jsr:@std/fs@1.0.24",
47-
"@std/path": "jsr:@std/path@1.1.6",
46+
"@std/fs": "jsr:@std/fs@1.0.14",
47+
"@std/path": "jsr:@std/path@1.0.8",
4848
"@std/testing/bdd": "jsr:@std/testing@1.0.9/bdd"
4949
},
5050
// Code formatting configuration

deno.lock

Lines changed: 33 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

npm/import_map.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"imports": {
33
"@dajiaji/bhttp": "npm:bhttp-js@^0.3.6",
4-
"@dajiaji/mlkem": "npm:mlkem@^2.7.0",
4+
"@dajiaji/mlkem": "npm:mlkem@^2.5.0",
55
"@deno/dnt": "jsr:@deno/dnt@0.41.3",
66
"@hpke/chacha20poly1305": "npm:@hpke/chacha20poly1305@^1.8.0",
77
"@hpke/common": "npm:@hpke/common@^1.10.0",

0 commit comments

Comments
 (0)