Skip to content

Commit

Permalink
fix: memdown import in e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexghr committed Sep 28, 2023
1 parent 49bcec2 commit d23d548
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion yarn-project/end-to-end/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"@types/lodash.times": "^4.3.7",
"@types/lodash.zip": "^4.2.7",
"@types/lodash.zipwith": "^4.2.7",
"@types/memdown": "^3.0.3",
"@types/node": "^18.7.23",
"jest": "^29.5.0",
"koa": "^2.14.2",
Expand All @@ -69,7 +70,6 @@
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.4",
"@types/lodash.compact": "^3.0.7",
"@types/memdown": "^3.0.2",
"concurrently": "^7.6.0"
},
"files": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import { MerkleTreeOperations, MerkleTrees } from '@aztec/world-state';

import { beforeEach, describe, expect, it } from '@jest/globals';
import { default as levelup } from 'levelup';
import { default as memdown } from 'memdown';
import memdown from 'memdown';
import {
Address,
Chain,
Expand Down
11 changes: 10 additions & 1 deletion yarn-project/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ __metadata:
"@types/lodash.times": ^4.3.7
"@types/lodash.zip": ^4.2.7
"@types/lodash.zipwith": ^4.2.7
"@types/memdown": ^3.0.2
"@types/memdown": ^3.0.3
"@types/node": ^18.7.23
concurrently: ^7.6.0
jest: ^29.5.0
Expand Down Expand Up @@ -4711,6 +4711,15 @@ __metadata:
languageName: node
linkType: hard

"@types/memdown@npm:^3.0.3":
version: 3.0.3
resolution: "@types/memdown@npm:3.0.3"
dependencies:
"@types/abstract-leveldown": "*"
checksum: 9aa311838574b51e4334878102c80c6abc0e1ec14fe00f98c6ee812f3e6b24db53de632e0f763692730e0147e5c41add0ac4257c3deb3dc7abce176708ed73a4
languageName: node
linkType: hard

"@types/mime@npm:*":
version: 3.0.1
resolution: "@types/mime@npm:3.0.1"
Expand Down

0 comments on commit d23d548

Please sign in to comment.