Skip to content

Commit

Permalink
fix(deps): update kiltprotocol to ^0.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 22, 2024
1 parent 2782fe6 commit c0ebe72
Show file tree
Hide file tree
Showing 4 changed files with 188 additions and 125 deletions.
6 changes: 3 additions & 3 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"build": "tsc"
},
"dependencies": {
"@kiltprotocol/sdk-js": "^0.32.0",
"@kiltprotocol/types": "^0.32.0",
"@kiltprotocol/vc-export": "^0.32.0",
"@kiltprotocol/sdk-js": "^0.35.0",
"@kiltprotocol/types": "^0.35.0",
"@kiltprotocol/vc-export": "^0.35.0",
"body-parser": "^1.20.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
Expand Down
6 changes: 3 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"private": true,
"proxy": "http://localhost:2525/",
"dependencies": {
"@kiltprotocol/sdk-js": "^0.32.0",
"@kiltprotocol/types": "^0.31.0",
"@kiltprotocol/vc-export": "^0.31.0",
"@kiltprotocol/sdk-js": "^0.35.0",
"@kiltprotocol/types": "^0.35.0",
"@kiltprotocol/vc-export": "^0.35.0",
"@polkadot/util": "^10.4.2",
"kilt-extension-api": "0.1.0",
"react": "^18.2.0",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
"typescript": "^5.0.4"
},
"dependencies": {
"@kiltprotocol/sdk-js": "^0.32.0",
"@kiltprotocol/types": "^0.32.0",
"@kiltprotocol/vc-export": "^0.32.0",
"@kiltprotocol/sdk-js": "^0.35.0",
"@kiltprotocol/types": "^0.35.0",
"@kiltprotocol/vc-export": "^0.35.0",
"@polkadot/util": "10.4.2",
"@polkadot/util-crypto": "10.4.2",
"@types/valid-url": "^1.0.7",
Expand Down
Loading

0 comments on commit c0ebe72

Please sign in to comment.