|
9 | 9 | "types": "./dist/src/index.d.ts", |
10 | 10 | "type": "module", |
11 | 11 | "engines": { |
12 | | - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" |
| 12 | + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" |
13 | 13 | }, |
14 | 14 | "dependencies": { |
15 | 15 | "doxdox-core": "4.0.0-preview.13", |
16 | 16 | "doxdox-parser-jsdoc": "4.0.0-preview.13", |
17 | 17 | "doxdox-renderer-bootstrap": "4.0.0-preview.13", |
18 | 18 | "doxdox-renderer-json": "4.0.0-preview.13", |
19 | 19 | "doxdox-renderer-markdown": "4.0.0-preview.13", |
20 | | - "globby": "13.1.1", |
| 20 | + "globby": "13.1.2", |
21 | 21 | "import-from": "4.0.0", |
22 | 22 | "parse-cmd-args": "4.1.0", |
23 | | - "update-notifier": "5.1.0" |
| 23 | + "update-notifier": "6.0.2" |
24 | 24 | }, |
25 | 25 | "devDependencies": { |
26 | | - "@types/jest": "27.4.1", |
27 | | - "@types/node": "17.0.29", |
28 | | - "@types/update-notifier": "5.1.0", |
29 | | - "@typescript-eslint/eslint-plugin": "5.21.0", |
30 | | - "@typescript-eslint/parser": "5.21.0", |
31 | | - "eslint": "8.14.0", |
32 | | - "jest": "28.0.2", |
33 | | - "nodemon": "2.0.15", |
| 26 | + "@types/jest": "29.0.0", |
| 27 | + "@types/node": "18.7.14", |
| 28 | + "@types/update-notifier": "6.0.1", |
| 29 | + "@typescript-eslint/eslint-plugin": "5.36.1", |
| 30 | + "@typescript-eslint/parser": "5.36.1", |
| 31 | + "eslint": "8.23.0", |
| 32 | + "jest": "29.0.1", |
| 33 | + "nodemon": "2.0.19", |
34 | 34 | "rimraf": "3.0.2", |
35 | | - "ts-jest": "28.0.0-next.2", |
| 35 | + "ts-jest": "29.0.0-next.1", |
36 | 36 | "ts-jest-resolver": "2.0.0", |
37 | | - "typescript": "4.6.4" |
| 37 | + "typescript": "4.8.2" |
38 | 38 | }, |
39 | 39 | "scripts": { |
40 | 40 | "test": "npx cross-env@7 NODE_OPTIONS=--experimental-vm-modules jest --runInBand --passWithNoTests", |
|
47 | 47 | "extensionsToTreatAsEsm": [ |
48 | 48 | ".ts" |
49 | 49 | ], |
50 | | - "globals": { |
51 | | - "ts-jest": { |
52 | | - "useESM": true |
53 | | - } |
54 | | - }, |
55 | 50 | "transform": { |
56 | | - "^.+\\.ts$": "ts-jest/legacy" |
| 51 | + "^.+\\.ts$": [ |
| 52 | + "ts-jest", |
| 53 | + { |
| 54 | + "useESM": true |
| 55 | + } |
| 56 | + ] |
57 | 57 | }, |
58 | 58 | "resolver": "ts-jest-resolver", |
59 | 59 | "testRegex": ".*.test.ts$" |
|
0 commit comments