Skip to content

Commit

Permalink
CI fix attempt 5
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed May 5, 2023
1 parent c0a35c9 commit 929ef38
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions yarn-project/end-to-end/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,28 +32,27 @@
"@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",
"src",
"!*.test.*"
],
"types": "./dest/index.d.ts"
}
}

0 comments on commit 929ef38

Please sign in to comment.