Skip to content

Commit 41a5983

Browse files
committed
chore: update deps
1 parent 7b9c352 commit 41a5983

6 files changed

Lines changed: 150 additions & 66 deletions

File tree

packages/callback-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@sphereon/oid4vci-client": "workspace:*",
1919
"@sphereon/oid4vci-common": "workspace:*",
2020
"@sphereon/oid4vci-issuer": "workspace:*",
21-
"@sphereon/ssi-types": "0.26.1-next.6",
21+
"@sphereon/ssi-types": "0.28.0",
2222
"jose": "^4.10.0"
2323
},
2424
"devDependencies": {

packages/client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
},
1717
"dependencies": {
1818
"@sphereon/oid4vci-common": "workspace:*",
19-
"@sphereon/ssi-types": "0.26.1-next.132",
19+
"@sphereon/ssi-types": "0.28.0",
2020
"cross-fetch": "^3.1.8",
2121
"debug": "^4.3.5"
2222
},
2323
"devDependencies": {
24-
"@sphereon/ssi-sdk-ext.key-utils": "^0.22.0",
24+
"@sphereon/ssi-sdk-ext.key-utils": "^0.23.0",
2525
"@transmute/did-key.js": "^0.3.0-unstable.10",
2626
"@trust/keyto": "^2.0.0-alpha1",
2727
"@types/jest": "^29.5.12",

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"build:clean": "tsc --build --clean && tsc --build"
1111
},
1212
"dependencies": {
13-
"@sphereon/ssi-types": "0.26.1-next.132",
13+
"@sphereon/ssi-types": "0.28.0",
1414
"cross-fetch": "^3.1.8",
1515
"jwt-decode": "^4.0.0",
1616
"sha.js": "^2.4.11",

packages/issuer-rest/package.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"dependencies": {
1414
"@sphereon/oid4vci-common": "workspace:*",
1515
"@sphereon/oid4vci-issuer": "workspace:*",
16-
"@sphereon/ssi-express-support": "0.26.1-next.6",
17-
"@sphereon/ssi-types": "0.26.1-next.6",
16+
"@sphereon/ssi-express-support": "0.28.0",
17+
"@sphereon/ssi-types": "0.28.0",
1818
"body-parser": "^1.20.2",
1919
"cookie-parser": "^1.4.6",
2020
"cors": "^2.8.5",
@@ -42,6 +42,17 @@
4242
"supertest": "^6.3.3",
4343
"ts-jest": "^29.1.0"
4444
},
45+
"peerDependencies": {
46+
"awesome-qr": "^2.1.5-rc.0"
47+
},
48+
"peerDependenciesMeta": {
49+
"awesome-qr": {
50+
"optional": true
51+
}
52+
},
53+
"react-native": {
54+
"awesome-qr": false
55+
},
4556
"engines": {
4657
"node": ">=18"
4758
},

packages/issuer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@sphereon/oid4vci-common": "workspace:*",
14-
"@sphereon/ssi-types": "0.26.1-next.132",
14+
"@sphereon/ssi-types": "0.28.0",
1515
"uuid": "^9.0.0"
1616
},
1717
"peerDependencies": {

0 commit comments

Comments
 (0)