port tests to node 18 test module; remove zora dep

This commit is contained in:
Brandon Liu
2022-11-22 20:38:14 +08:00
parent f457724da1
commit 47d35484fc
9 changed files with 778 additions and 221 deletions

View File

@@ -11,8 +11,7 @@
"@cloudflare/workers-types": "^3.17.0",
"esbuild-runner": "^2.2.2",
"typescript": "^4.8.4",
"wrangler": "2.1.12",
"zora": "^5.1.0"
"wrangler": "2.1.12"
}
},
"node_modules/@cloudflare/kv-asset-handler": {
@@ -1571,12 +1570,6 @@
"mustache": "^4.2.0",
"stack-trace": "0.0.10"
}
},
"node_modules/zora": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/zora/-/zora-5.1.0.tgz",
"integrity": "sha512-ikV3raEYF44q4BWfWzalqceCelgQPFxCjK61Nt6NNLfogRIezZmY3A/oGzOuSqLV8iySsw4xcrrFTEaCf6LY+g==",
"dev": true
}
},
"dependencies": {
@@ -2637,12 +2630,6 @@
"mustache": "^4.2.0",
"stack-trace": "0.0.10"
}
},
"zora": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/zora/-/zora-5.1.0.tgz",
"integrity": "sha512-ikV3raEYF44q4BWfWzalqceCelgQPFxCjK61Nt6NNLfogRIezZmY3A/oGzOuSqLV8iySsw4xcrrFTEaCf6LY+g==",
"dev": true
}
}
}