Skip to content

Commit 2203b1b

Browse files
committed
base: update test dependencies.
1 parent 53377cb commit 2203b1b

File tree

40 files changed

+567
-6492
lines changed

40 files changed

+567
-6492
lines changed

npm/package-lock.json

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

packages/chacha20poly1305/test/runtimes/browsers/package-lock.json

Lines changed: 0 additions & 712 deletions
This file was deleted.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"devDependencies": {
3-
"@playwright/test": "^1.45.3",
3+
"@playwright/test": "^1.54.2",
44
"http-server": "^14.1.1"
55
},
66
"dependencies": {
7-
"@hpke/core": "npm:@jsr/hpke__core@^1.2.9"
7+
"@hpke/core": "npm:@jsr/hpke__core@^1.7.3"
88
}
99
}
321 Bytes
Binary file not shown.

packages/chacha20poly1305/test/runtimes/bun/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@types/bun": "latest"
77
},
88
"peerDependencies": {
9-
"typescript": "^5.0.0"
9+
"typescript": "^5.5.4"
1010
},
1111
"dependencies": {
1212
"@hpke/chacha20poly1305": "link:@hpke/chacha20poly1305",

packages/chacha20poly1305/test/runtimes/cloudflare/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"cf-typegen": "wrangler types"
1111
},
1212
"devDependencies": {
13-
"@cloudflare/vitest-pool-workers": "^0.7.7",
14-
"@cloudflare/workers-types": "^4.20250303.0",
15-
"typescript": "^5.8.2",
16-
"vitest": "3.0.8",
17-
"wrangler": "^3.114.0"
13+
"@cloudflare/vitest-pool-workers": "^0.8.63",
14+
"@cloudflare/workers-types": "^4.20250813.0",
15+
"typescript": "^5.9.2",
16+
"vitest": "3.2.4",
17+
"wrangler": "^4.29.1"
1818
},
1919
"dependencies": {
20-
"@hpke/chacha20poly1305": "^1.6.1",
21-
"@hpke/core": "^1.7.1"
20+
"@hpke/chacha20poly1305": "^1.7.0",
21+
"@hpke/core": "^1.7.3"
2222
}
2323
}

0 commit comments

Comments
 (0)