From 93ba9e6e3811f4a51bea317ca100d09d1aed4a3f Mon Sep 17 00:00:00 2001 From: Gas One Cent <86567384+gas1cent@users.noreply.github.com> Date: Tue, 7 May 2024 13:32:29 +0400 Subject: [PATCH] feat: `ds-test` strikes back --- package.json | 4 +--- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 0fd3466b..7207e579 100644 --- a/package.json +++ b/package.json @@ -32,13 +32,11 @@ "test/**/*.sol": "yarn lint:sol-tests", "package.json": "sort-package-json" }, - "dependencies": { - "solmate": "github:transmissions11/solmate#a9e3ea2" - }, "devDependencies": { "@commitlint/cli": "19.3.0", "@commitlint/config-conventional": "19.2.2", "@defi-wonderland/natspec-smells": "1.1.1", + "ds-test": "github:dapphub/ds-test#e282159", "forge-std": "github:foundry-rs/forge-std#5475f85", "husky": ">=8", "lint-staged": ">=10", diff --git a/yarn.lock b/yarn.lock index 8fa5ff8f..ab789985 100644 --- a/yarn.lock +++ b/yarn.lock @@ -651,6 +651,10 @@ dot-prop@^5.1.0: dependencies: is-obj "^2.0.0" +"ds-test@github:dapphub/ds-test#e282159": + version "1.0.0" + resolved "https://codeload.github.com/dapphub/ds-test/tar.gz/e282159d5170298eb2455a6c05280ab5a73a4ef0" + eastasianwidth@^0.2.0: version "0.2.0" resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb" @@ -1674,10 +1678,6 @@ solhint-community@4.0.0: optionalDependencies: prettier "^2.8.3" -"solmate@github:transmissions11/solmate#a9e3ea2": - version "6.0.0" - resolved "https://codeload.github.com/transmissions11/solmate/tar.gz/a9e3ea26a2dc73bfa87f0cb189687d029028e0c5" - sort-object-keys@^1.1.3: version "1.1.3" resolved "https://registry.yarnpkg.com/sort-object-keys/-/sort-object-keys-1.1.3.tgz#bff833fe85cab147b34742e45863453c1e190b45"