Skip to content

Commit

Permalink
chore: regenerate pnpm-lock.yaml to fix dep issues
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronCQL committed Apr 16, 2024
1 parent 3d94d25 commit c00a2c3
Show file tree
Hide file tree
Showing 3 changed files with 1,289 additions and 1,917 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## `v0.0.68`

### Chore

- Regenerate `pnpm-lock.yaml` to fix dep issues

## `v0.0.67`

### Fixes
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cosmes",
"version": "0.0.67",
"version": "0.0.68",
"private": false,
"packageManager": "[email protected]",
"sideEffects": false,
Expand Down Expand Up @@ -29,7 +29,7 @@
"prepublishOnly": "pnpm build"
},
"peerDependencies": {
"@bufbuild/protobuf": "^1.2.0",
"@bufbuild/protobuf": "1.2.0",
"@noble/hashes": "^1.3.2",
"@noble/secp256k1": "^2.0.0",
"@scure/base": "^1.1.3",
Expand All @@ -41,9 +41,9 @@
},
"devDependencies": {
"@bufbuild/buf": "1.18.0-1",
"@bufbuild/protobuf": "^1.2.0",
"@bufbuild/protoc-gen-es": "^1.2.0",
"@bufbuild/protoplugin": "^1.2.0",
"@bufbuild/protobuf": "1.2.0",
"@bufbuild/protoc-gen-es": "1.2.0",
"@bufbuild/protoplugin": "1.2.0",
"@keplr-wallet/types": "^0.11.62",
"@metamask/providers": "^14.0.2",
"@noble/hashes": "^1.3.2",
Expand Down
Loading

0 comments on commit c00a2c3

Please sign in to comment.