Skip to content

Commit

Permalink
feat: dep upgrade (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonas-notcat authored Oct 16, 2023
1 parent 3e3bd7a commit 8ea0069
Show file tree
Hide file tree
Showing 3 changed files with 264 additions and 240 deletions.
50 changes: 25 additions & 25 deletions packages/agent-explore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,31 +104,31 @@
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"@veramo-community/agent-explorer-plugin": "workspace:*",
"@veramo-community/veramo-react": "1.6.0",
"@veramo/core": "5.5.4-next.18",
"@veramo/core-types": "5.5.4-next.18",
"@veramo/credential-eip712": "5.5.4-next.18",
"@veramo/credential-ld": "5.5.4-next.18",
"@veramo/credential-w3c": "5.5.4-next.18",
"@veramo/data-store": "5.5.4-next.18",
"@veramo/data-store-json": "5.5.4-next.18",
"@veramo/did-comm": "5.5.4-next.18",
"@veramo/did-discovery": "5.5.4-next.18",
"@veramo/did-jwt": "5.5.4-next.18",
"@veramo/did-manager": "5.5.4-next.18",
"@veramo/did-provider-ethr": "5.5.4-next.18",
"@veramo/did-provider-jwk": "5.5.4-next.18",
"@veramo/did-provider-key": "5.5.4-next.18",
"@veramo/did-provider-peer": "5.5.4-next.18",
"@veramo/did-provider-pkh": "5.5.4-next.18",
"@veramo/did-resolver": "5.5.4-next.18",
"@veramo/key-manager": "5.5.4-next.18",
"@veramo/kms-local": "5.5.4-next.18",
"@veramo/kms-web3": "5.5.4-next.18",
"@veramo/message-handler": "5.5.4-next.18",
"@veramo/remote-client": "5.5.4-next.18",
"@veramo/selective-disclosure": "5.5.4-next.18",
"@veramo/utils": "5.5.4-next.18",
"@veramo-community/veramo-react": "1.6.1",
"@veramo/core": "5.5.4-next.20",
"@veramo/core-types": "5.5.4-next.20",
"@veramo/credential-eip712": "5.5.4-next.20",
"@veramo/credential-ld": "5.5.4-next.20",
"@veramo/credential-w3c": "5.5.4-next.20",
"@veramo/data-store": "5.5.4-next.20",
"@veramo/data-store-json": "5.5.4-next.20",
"@veramo/did-comm": "5.5.4-next.20",
"@veramo/did-discovery": "5.5.4-next.20",
"@veramo/did-jwt": "5.5.4-next.20",
"@veramo/did-manager": "5.5.4-next.20",
"@veramo/did-provider-ethr": "5.5.4-next.20",
"@veramo/did-provider-jwk": "5.5.4-next.20",
"@veramo/did-provider-key": "5.5.4-next.20",
"@veramo/did-provider-peer": "5.5.4-next.20",
"@veramo/did-provider-pkh": "5.5.4-next.20",
"@veramo/did-resolver": "5.5.4-next.20",
"@veramo/key-manager": "5.5.4-next.20",
"@veramo/kms-local": "5.5.4-next.20",
"@veramo/kms-web3": "5.5.4-next.20",
"@veramo/message-handler": "5.5.4-next.20",
"@veramo/remote-client": "5.5.4-next.20",
"@veramo/selective-disclosure": "5.5.4-next.20",
"@veramo/utils": "5.5.4-next.20",
"@web3modal/wagmi": "^3.0.2",
"@yudiel/react-qr-scanner": "^1.1.8",
"antd": "~5.8.4",
Expand Down
12 changes: 6 additions & 6 deletions packages/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"upgrade-veramo:next": "pnpm add @veramo/core@next @veramo/core-types@next @veramo/data-store@next @veramo/utils@next"
"upgrade-veramo:next": "pnpm add @veramo/core@next @veramo/core-types@next @veramo/data-store@next @veramo/utils@next @veramo-community/veramo-react@latest"
},
"files": [
"build",
Expand All @@ -29,11 +29,11 @@
"dependencies": {
"@ant-design/icons": "^5.1.4",
"@ant-design/pro-components": "^2.6.13",
"@veramo-community/veramo-react": "1.6.0",
"@veramo/core": "5.5.4-next.18",
"@veramo/core-types": "5.5.4-next.18",
"@veramo/data-store": "5.5.4-next.18",
"@veramo/utils": "5.5.4-next.18",
"@veramo-community/veramo-react": "1.6.1",
"@veramo/core": "5.5.4-next.20",
"@veramo/core-types": "5.5.4-next.20",
"@veramo/data-store": "5.5.4-next.20",
"@veramo/utils": "5.5.4-next.20",
"antd": "~5.8.4",
"date-fns": "^2.30.0",
"did-jwt-vc": "^3.2.10",
Expand Down
Loading

0 comments on commit 8ea0069

Please sign in to comment.