We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18a529b commit d7b5a62Copy full SHA for d7b5a62
package.json
@@ -14,15 +14,16 @@
14
"src/": "dist/"
15
},
16
"compile": "tsc"
17
- }
+ },
18
+ "workerThreads": false
19
20
"keywords": [],
21
"author": "",
22
"license": "ISC",
23
"devDependencies": {
- "@ava/typescript": "^4.1.0",
24
- "ava": "^6.0.1",
25
- "typescript": "^5.3.3",
26
- "tsx": "^4.7.0"
+ "@ava/typescript": "^5.0.0",
+ "ava": "^6.2.0",
+ "tsx": "^4.19.2",
27
+ "typescript": "^5.6.3"
28
}
29
0 commit comments