Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeRx committed Jun 12, 2024
1 parent 5dda93f commit c5e9c20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions packages/snaps-simulator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@metamask/snaps-utils": "workspace:^",
"@metamask/utils": "^8.3.0",
"@minoru/react-dnd-treeview": "^3.4.4",
"@noble/hashes": "^1.4.0",
"@noble/hashes": "^1.3.1",
"@reduxjs/toolkit": "^1.9.5",
"date-fns": "^2.30.0",
"fast-deep-equal": "^3.1.3",
Expand All @@ -61,8 +61,7 @@
"react-redux": "^8.0.5",
"react-router-dom": "^6.11.1",
"redux": "^4.2.1",
"redux-saga": "^1.2.3",
"superstruct": "^1.0.3"
"redux-saga": "^1.2.3"
},
"devDependencies": {
"@metamask/auto-changelog": "^3.4.4",
Expand Down
5 changes: 2 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5950,7 +5950,7 @@ __metadata:
"@metamask/snaps-utils": "workspace:^"
"@metamask/utils": ^8.3.0
"@minoru/react-dnd-treeview": ^3.4.4
"@noble/hashes": ^1.4.0
"@noble/hashes": ^1.3.1
"@pmmmwh/react-refresh-webpack-plugin": ^0.5.10
"@redux-saga/is": ^1.1.3
"@redux-saga/symbols": ^1.1.3
Expand Down Expand Up @@ -6019,7 +6019,6 @@ __metadata:
rimraf: ^4.1.2
stream-browserify: ^3.0.0
style-loader: ^3.3.2
superstruct: ^1.0.3
swc-loader: ^0.2.3
terser-webpack-plugin: ^5.3.9
ts-node: ^10.9.1
Expand Down Expand Up @@ -6480,7 +6479,7 @@ __metadata:
languageName: node
linkType: hard

"@noble/hashes@npm:^1.1.2, @noble/hashes@npm:^1.3.1, @noble/hashes@npm:^1.3.2, @noble/hashes@npm:^1.4.0":
"@noble/hashes@npm:^1.1.2, @noble/hashes@npm:^1.3.1, @noble/hashes@npm:^1.3.2":
version: 1.4.0
resolution: "@noble/hashes@npm:1.4.0"
checksum: 8ba816ae26c90764b8c42493eea383716396096c5f7ba6bea559993194f49d80a73c081f315f4c367e51bd2d5891700bcdfa816b421d24ab45b41cb03e4f3342
Expand Down

0 comments on commit c5e9c20

Please sign in to comment.