Skip to content

Commit 2bd12c9

Browse files
chore: update pnpm to v11 and biome to 2.5.0
Signed-off-by: Berend Sliedrecht <berend@animo.id>
1 parent 8b44870 commit 2bd12c9

4 files changed

Lines changed: 520 additions & 940 deletions

File tree

biome.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.4.16/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.5.0/schema.json",
33
"files": {
44
"maxSize": 10000000
55
},
@@ -34,7 +34,6 @@
3434
"linter": {
3535
"enabled": true,
3636
"rules": {
37-
"recommended": true,
3837
"style": {
3938
"noRestrictedGlobals": {
4039
"level": "error",

package.json

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "oid4vc-ts",
33
"private": true,
44
"description": "Environment agnostic TypeScript implementation of OpenID4VC specifications",
5-
"packageManager": "pnpm@10.18.3+sha512.bbd16e6d7286fd7e01f6b3c0b3c932cda2965c06a908328f74663f10a9aea51f1129eea615134bf992831b009eabe167ecb7008b597f40ff9bc75946aadfb08d",
5+
"packageManager": "pnpm@11.8.0",
66
"repository": {
77
"url": "https://github.com/openwallet-foundation-labs/oid4vc-ts",
88
"type": "git"
@@ -21,22 +21,17 @@
2121
"devDependencies": {
2222
"@biomejs/biome": "2.5.0",
2323
"@changesets/cli": "^2.31.0",
24+
"@openid4vc/oauth2": "workspace:*",
25+
"@openid4vc/openid4vp": "workspace:*",
26+
"@openid4vc/utils": "workspace:*",
2427
"@types/node": "^25.9.3",
28+
"jose": "catalog:",
2529
"msw": "^2.14.6",
2630
"tsdown": "^0.22.2",
2731
"typescript": "~6.0.3",
28-
"vitest": "^4.1.8",
29-
"@openid4vc/oauth2": "workspace:*",
30-
"@openid4vc/utils": "workspace:*",
31-
"@openid4vc/openid4vp": "workspace:*",
32-
"jose": "catalog:"
32+
"vitest": "^4.1.8"
3333
},
3434
"engines": {
3535
"node": ">=20.19"
36-
},
37-
"pnpm": {
38-
"overrides": {
39-
"js-yaml": "3.14.2"
40-
}
4136
}
4237
}

0 commit comments

Comments
 (0)