Skip to content
Snippets Groups Projects
Verified Commit c96bb301 authored by Konstantin Tsabolov's avatar Konstantin Tsabolov
Browse files

chore: fix and unify credo-ts version

parent be334254
No related branches found
No related tags found
1 merge request!40End to end run preparation
...@@ -15,9 +15,9 @@ ...@@ -15,9 +15,9 @@
"test": "jest" "test": "jest"
}, },
"dependencies": { "dependencies": {
"@credo-ts/anoncreds": "^0.5.0-alpha.116", "@credo-ts/anoncreds": "0.5.0-alpha.134",
"@credo-ts/core": "^0.5.0-alpha.116", "@credo-ts/core": "0.5.0-alpha.134",
"@credo-ts/tenants": "^0.5.0-alpha.116", "@credo-ts/tenants": "0.5.0-alpha.134",
"@elastic/ecs-winston-format": "^1.5.0", "@elastic/ecs-winston-format": "^1.5.0",
"@nestjs/axios": "^3.0.1", "@nestjs/axios": "^3.0.1",
"@nestjs/swagger": "^7.1.17", "@nestjs/swagger": "^7.1.17",
......
...@@ -15,12 +15,12 @@ ...@@ -15,12 +15,12 @@
"test:e2e": "pnpm test -- -c=test/jest.config.js --runInBand" "test:e2e": "pnpm test -- -c=test/jest.config.js --runInBand"
}, },
"dependencies": { "dependencies": {
"@credo-ts/anoncreds": "0.5.0-alpha.116", "@credo-ts/anoncreds": "0.5.0-alpha.134",
"@credo-ts/askar": "0.5.0-alpha.116", "@credo-ts/askar": "0.5.0-alpha.134",
"@credo-ts/core": "0.5.0-alpha.116", "@credo-ts/core": "0.5.0-alpha.134",
"@credo-ts/indy-vdr": "0.5.0-alpha.116", "@credo-ts/indy-vdr": "0.5.0-alpha.134",
"@credo-ts/node": "0.5.0-alpha.116", "@credo-ts/node": "0.5.0-alpha.134",
"@credo-ts/tenants": "^0.5.0-alpha.116", "@credo-ts/tenants": "0.5.0-alpha.134",
"@elastic/ecs-winston-format": "^1.5.0", "@elastic/ecs-winston-format": "^1.5.0",
"@hyperledger/anoncreds-nodejs": "^0.2.0-dev.9", "@hyperledger/anoncreds-nodejs": "^0.2.0-dev.9",
"@hyperledger/aries-askar-nodejs": "^0.2.0-dev.6", "@hyperledger/aries-askar-nodejs": "^0.2.0-dev.6",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment