Skip to content

Commit 93ba9e6

Browse files
committed
feat: ds-test strikes back
1 parent 828a559 commit 93ba9e6

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,11 @@
3232
"test/**/*.sol": "yarn lint:sol-tests",
3333
"package.json": "sort-package-json"
3434
},
35-
"dependencies": {
36-
"solmate": "github:transmissions11/solmate#a9e3ea2"
37-
},
3835
"devDependencies": {
3936
"@commitlint/cli": "19.3.0",
4037
"@commitlint/config-conventional": "19.2.2",
4138
"@defi-wonderland/natspec-smells": "1.1.1",
39+
"ds-test": "github:dapphub/ds-test#e282159",
4240
"forge-std": "github:foundry-rs/forge-std#5475f85",
4341
"husky": ">=8",
4442
"lint-staged": ">=10",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -651,6 +651,10 @@ dot-prop@^5.1.0:
651651
dependencies:
652652
is-obj "^2.0.0"
653653

654+
"ds-test@github:dapphub/ds-test#e282159":
655+
version "1.0.0"
656+
resolved "https://codeload.github.com/dapphub/ds-test/tar.gz/e282159d5170298eb2455a6c05280ab5a73a4ef0"
657+
654658
eastasianwidth@^0.2.0:
655659
version "0.2.0"
656660
resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb"
@@ -1674,10 +1678,6 @@ solhint-community@4.0.0:
16741678
optionalDependencies:
16751679
prettier "^2.8.3"
16761680

1677-
"solmate@github:transmissions11/solmate#a9e3ea2":
1678-
version "6.0.0"
1679-
resolved "https://codeload.github.com/transmissions11/solmate/tar.gz/a9e3ea26a2dc73bfa87f0cb189687d029028e0c5"
1680-
16811681
sort-object-keys@^1.1.3:
16821682
version "1.1.3"
16831683
resolved "https://registry.yarnpkg.com/sort-object-keys/-/sort-object-keys-1.1.3.tgz#bff833fe85cab147b34742e45863453c1e190b45"

0 commit comments

Comments
 (0)