Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
oXtxNt9U committed Nov 25, 2024
1 parent cfc16fd commit cfc6b74
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
6 changes: 1 addition & 5 deletions packages/snapshot-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
"@mainsail/container": "workspace:*",
"@mainsail/contracts": "workspace:*",
"@mainsail/kernel": "workspace:*",
"@mainsail/utils": "workspace:*",
"dayjs": "1.11.10",
"fs-extra": "11.2.0",
"pg": "8.13.1",
"tmp": "0.2.3",
"typeorm": "0.3.20"
Expand All @@ -39,7 +36,6 @@
"@types/pumpify": "1.4.4",
"@types/tmp": "0.2.6",
"env-paths": "3.0.0",
"sinon": "^17.0.1",
"uvu": "^0.5.6"
},
"engines": {
Expand All @@ -50,4 +46,4 @@
"alias": "state"
}
}
}
}
12 changes: 0 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scripts/deps/check.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const EXCEPTIONS = {
devDependencies: [],
},
"@mainsail/configuration-generator": {
dependencies: ["@mainsail/crypto-key-pair-ecdsa", "@mainsail/crypto-signature-schnorr-secp256k1"],
dependencies: ["@mainsail/crypto-key-pair-ecdsa", "@mainsail/crypto-signature-schnorr-secp256k1", "@mainsail/snapshot-legacy"],
devDependencies: [],
},
"@mainsail/core": {
Expand Down

0 comments on commit cfc6b74

Please sign in to comment.