Skip to content

Commit

Permalink
chore: upgrade deps (#28)
Browse files Browse the repository at this point in the history
* chore: upgrade deps

Signed-off-by: Sai Ranjit Tummalapalli <[email protected]>

* chore: upgrade deps

Signed-off-by: Sai Ranjit Tummalapalli <[email protected]>

* ci: upgrade pnpm version

Signed-off-by: Sai Ranjit Tummalapalli <[email protected]>

* fix: typescript version

Signed-off-by: Sai Ranjit Tummalapalli <[email protected]>

---------

Signed-off-by: Sai Ranjit Tummalapalli <[email protected]>
  • Loading branch information
sairanjit authored Jul 16, 2024
1 parent 4406ce4 commit 18ef234
Show file tree
Hide file tree
Showing 5 changed files with 490 additions and 156 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- uses: pnpm/action-setup@v3
with:
version: 9.0.6
version: 9.1.0

- name: Install dependencies
run: pnpm install
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:

- uses: pnpm/action-setup@v3
with:
version: 9.0.6
version: 9.1.0

- name: Install dependencies
run: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "~5.2.2"
"typescript": "~5.5.2"
},
"engines": {
"node": ">= 18"
Expand Down
20 changes: 10 additions & 10 deletions packages/ssi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,24 +24,24 @@
"release": "release-it"
},
"dependencies": {
"@credo-ts/anoncreds": "0.5.3",
"@credo-ts/askar": "0.5.3",
"@credo-ts/core": "0.5.3",
"@credo-ts/indy-vdr": "0.5.3",
"@credo-ts/push-notifications": "0.7.0",
"@credo-ts/question-answer": "0.5.3",
"@credo-ts/react-hooks": "0.6.0",
"@credo-ts/react-native": "0.5.3"
"@credo-ts/anoncreds": "0.5.7",
"@credo-ts/askar": "0.5.7",
"@credo-ts/core": "0.5.7",
"@credo-ts/indy-vdr": "0.5.7",
"@credo-ts/push-notifications": "0.7.1",
"@credo-ts/question-answer": "0.5.7",
"@credo-ts/react-hooks": "0.6.1",
"@credo-ts/react-native": "0.5.7"
},
"peerDependencies": {
"@hyperledger/anoncreds-react-native": "0.2.2",
"@hyperledger/aries-askar-react-native": "0.2.1",
"@hyperledger/aries-askar-react-native": "0.2.3",
"@hyperledger/indy-vdr-react-native": "0.2.2"
},
"devDependencies": {
"@types/node": "^18.18.8",
"@types/react": "^18.0.24",
"rimraf": "3.0.2",
"typescript": "~5.2.2"
"typescript": "~5.5.2"
}
}
Loading

0 comments on commit 18ef234

Please sign in to comment.