Get tests passing reliably

This commit is contained in:
Jon Staab
2025-02-28 15:30:52 -08:00
parent 23f7244039
commit c713d1c8f6
4 changed files with 35 additions and 9 deletions
+26 -1
View File
@@ -12,7 +12,9 @@
"fake-indexeddb": "^6.0.0",
"gts": "^6.0.2",
"happy-dom": "^17.1.0",
"typedoc": "^0.27.4",
"typedoc": "^0.27.9",
"typedoc-plugin-markdown": "^4.4.2",
"typedoc-vitepress-theme": "^1.1.2",
"typescript": "^5.6.3",
"vitepress": "^1.6.3",
"vitest": "^3.0.5"
@@ -7402,6 +7404,29 @@
"typescript": "5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x || 5.7.x || 5.8.x"
}
},
"node_modules/typedoc-plugin-markdown": {
"version": "4.4.2",
"resolved": "https://registry.npmjs.org/typedoc-plugin-markdown/-/typedoc-plugin-markdown-4.4.2.tgz",
"integrity": "sha512-kJVkU2Wd+AXQpyL6DlYXXRrfNrHrEIUgiABWH8Z+2Lz5Sq6an4dQ/hfvP75bbokjNDUskOdFlEEm/0fSVyC7eg==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">= 18"
},
"peerDependencies": {
"typedoc": "0.27.x"
}
},
"node_modules/typedoc-vitepress-theme": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/typedoc-vitepress-theme/-/typedoc-vitepress-theme-1.1.2.tgz",
"integrity": "sha512-hQvCZRr5uKDqY1bRuY1+eNTNn6d4TE4OP5pnw65Y7WGgajkJW9X1/lVJK2UJpcwCmwkdjw1QIO49H9JQlxWhhw==",
"dev": true,
"license": "MIT",
"peerDependencies": {
"typedoc-plugin-markdown": ">=4.4.0"
}
},
"node_modules/typedoc/node_modules/brace-expansion": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",