Skip to content

Commit

Permalink
Update lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
schnetzlerjoe committed Aug 30, 2023
1 parent 3feb187 commit 26da666
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 43 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@cosmsnap/cosmsnap",
"version": "0.1.0",
"private": false,
"type": "module",
"description": "The Cosmos extension for your Metamask wallet.",
"homepage": "https://github.com/cosmos/snap#README.md",
Expand Down
1 change: 0 additions & 1 deletion packages/snap/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@cosmsnap/snap",
"version": "0.1.4",
"private": false,
"description": "The Cosmos extension for your Metamask wallet.",
"repository": {
"type": "git",
Expand Down
82 changes: 41 additions & 41 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1633,9 +1633,9 @@ __metadata:
languageName: node
linkType: hard

"@cosmos/snap@workspace:.":
"@cosmsnap/cosmsnap@workspace:.":
version: 0.0.0-use.local
resolution: "@cosmos/snap@workspace:."
resolution: "@cosmsnap/cosmsnap@workspace:."
dependencies:
"@metamask/eslint-config": ^10.0.0
"@metamask/eslint-config-jest": ^10.0.0
Expand All @@ -1657,6 +1657,45 @@ __metadata:
languageName: unknown
linkType: soft

"@cosmsnap/snap@workspace:packages/snap":
version: 0.0.0-use.local
resolution: "@cosmsnap/snap@workspace:packages/snap"
dependencies:
"@cosmjs/proto-signing": ^0.30.1
"@cosmjs/stargate": ^0.30.1
"@lavamoat/allow-scripts": ^2.0.3
"@metamask/auto-changelog": ^2.6.0
"@metamask/eslint-config": ^10.0.0
"@metamask/eslint-config-jest": ^10.0.0
"@metamask/eslint-config-nodejs": ^10.0.0
"@metamask/eslint-config-typescript": ^10.0.0
"@metamask/snaps-cli": ^0.32.2
"@metamask/snaps-types": ^0.32.2
"@metamask/snaps-ui": ^0.32.2
"@types/node-fetch": ^2.6.4
"@typescript-eslint/eslint-plugin": ^5.33.0
"@typescript-eslint/parser": ^5.33.0
ava: ^5.3.0
buffer: ^6.0.3
cosmjs-types: ^0.8.0
eslint: ^8.21.0
eslint-config-prettier: ^8.1.0
eslint-plugin-import: ^2.26.0
eslint-plugin-jest: ^26.8.2
eslint-plugin-jsdoc: ^39.2.9
eslint-plugin-node: ^11.1.0
eslint-plugin-prettier: ^4.2.1
node-fetch: 2
prettier: ^2.2.1
prettier-plugin-packagejson: ^2.2.11
rimraf: ^3.0.2
ses: ^0.18.4
through2: ^4.0.2
ts-node: ^10.9.1
typescript: ^5.1.3
languageName: unknown
linkType: soft

"@cspotcode/source-map-support@npm:^0.8.0":
version: 0.8.1
resolution: "@cspotcode/source-map-support@npm:0.8.1"
Expand Down Expand Up @@ -4542,45 +4581,6 @@ __metadata:
languageName: unknown
linkType: soft

"cosmos-snap@workspace:packages/snap":
version: 0.0.0-use.local
resolution: "cosmos-snap@workspace:packages/snap"
dependencies:
"@cosmjs/proto-signing": ^0.30.1
"@cosmjs/stargate": ^0.30.1
"@lavamoat/allow-scripts": ^2.0.3
"@metamask/auto-changelog": ^2.6.0
"@metamask/eslint-config": ^10.0.0
"@metamask/eslint-config-jest": ^10.0.0
"@metamask/eslint-config-nodejs": ^10.0.0
"@metamask/eslint-config-typescript": ^10.0.0
"@metamask/snaps-cli": ^0.32.2
"@metamask/snaps-types": ^0.32.2
"@metamask/snaps-ui": ^0.32.2
"@types/node-fetch": ^2.6.4
"@typescript-eslint/eslint-plugin": ^5.33.0
"@typescript-eslint/parser": ^5.33.0
ava: ^5.3.0
buffer: ^6.0.3
cosmjs-types: ^0.8.0
eslint: ^8.21.0
eslint-config-prettier: ^8.1.0
eslint-plugin-import: ^2.26.0
eslint-plugin-jest: ^26.8.2
eslint-plugin-jsdoc: ^39.2.9
eslint-plugin-node: ^11.1.0
eslint-plugin-prettier: ^4.2.1
node-fetch: 2
prettier: ^2.2.1
prettier-plugin-packagejson: ^2.2.11
rimraf: ^3.0.2
ses: ^0.18.4
through2: ^4.0.2
ts-node: ^10.9.1
typescript: ^5.1.3
languageName: unknown
linkType: soft

"crc-32@npm:^1.2.0":
version: 1.2.2
resolution: "crc-32@npm:1.2.2"
Expand Down

0 comments on commit 26da666

Please sign in to comment.