From 929ef384e027831e143bc3bd2223f165b3cc2cbb Mon Sep 17 00:00:00 2001 From: benesjan Date: Fri, 5 May 2023 07:39:52 +0000 Subject: [PATCH] CI fix attempt 5 --- yarn-project/end-to-end/package.json | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/yarn-project/end-to-end/package.json b/yarn-project/end-to-end/package.json index 00c48db1d22..45024ccb72a 100644 --- a/yarn-project/end-to-end/package.json +++ b/yarn-project/end-to-end/package.json @@ -32,23 +32,22 @@ "@aztec/noir-contracts": "workspace:^", "@aztec/sequencer-client": "workspace:^", "@aztec/world-state": "workspace:^", - "levelup": "^5.1.1", - "lodash.times": "^4.3.2", - "memdown": "^6.1.1", - "tslib": "^2.4.0", - "viem": "^0.3.13" - }, - "devDependencies": { "@jest/globals": "^29.5.0", "@rushstack/eslint-patch": "^1.1.4", "@types/jest": "^29.5.0", + "@types/levelup": "^5.1.2", "@types/lodash.times": "^4.3.7", "@types/node": "^18.7.23", "concurrently": "^7.6.0", "jest": "^29.5.0", + "levelup": "^5.1.1", + "lodash.times": "^4.3.2", + "memdown": "^6.1.1", "ts-jest": "^29.1.0", "ts-node": "^10.9.1", - "typescript": "^5.0.4" + "tslib": "^2.4.0", + "typescript": "^5.0.4", + "viem": "^0.3.13" }, "files": [ "dest", @@ -56,4 +55,4 @@ "!*.test.*" ], "types": "./dest/index.d.ts" -} \ No newline at end of file +}