|
28 | 28 | "bench": "shx rm -rf ./benches/results && ts-node ./benches"
|
29 | 29 | },
|
30 | 30 | "dependencies": {
|
31 |
| - "@matrixai/async-init": "^1.8.4", |
| 31 | + "@matrixai/async-init": "^1.9.1", |
32 | 32 | "@matrixai/async-locks": "^4.0.0",
|
33 |
| - "@matrixai/errors": "^1.1.7", |
| 33 | + "@matrixai/errors": "^1.2.0", |
34 | 34 | "@matrixai/logger": "^3.1.0",
|
35 | 35 | "@matrixai/resources": "^1.1.5",
|
36 | 36 | "@matrixai/workers": "^1.3.7",
|
37 | 37 | "node-gyp-build": "4.4.0",
|
38 | 38 | "threads": "^1.6.5"
|
39 | 39 | },
|
40 | 40 | "devDependencies": {
|
41 |
| - "@swc/core": "^1.3.62", |
42 |
| - "@swc/jest": "^0.2.26", |
43 |
| - "@types/jest": "^28.1.3", |
44 |
| - "@types/node": "^18.15.0", |
45 |
| - "@typescript-eslint/eslint-plugin": "^5.45.1", |
46 |
| - "@typescript-eslint/parser": "^5.45.1", |
| 41 | + "@swc/core": "1.3.82", |
| 42 | + "@swc/jest": "^0.2.29", |
| 43 | + "@types/jest": "^29.5.2", |
| 44 | + "@types/node": "^20.5.7", |
| 45 | + "@typescript-eslint/eslint-plugin": "^5.61.0", |
| 46 | + "@typescript-eslint/parser": "^5.61.0", |
47 | 47 | "benny": "^3.7.1",
|
48 | 48 | "common-tags": "^1.8.2",
|
49 |
| - "eslint": "^8.15.0", |
50 |
| - "eslint-config-prettier": "^8.5.0", |
51 |
| - "eslint-plugin-import": "^2.26.0", |
52 |
| - "eslint-plugin-prettier": "^4.0.0", |
53 |
| - "jest": "^28.1.1", |
54 |
| - "jest-extended": "^3.0.1", |
55 |
| - "jest-junit": "^14.0.0", |
| 49 | + "eslint": "^8.44.0", |
| 50 | + "eslint-config-prettier": "^8.8.0", |
| 51 | + "eslint-plugin-import": "^2.27.5", |
| 52 | + "eslint-plugin-prettier": "^5.0.0-alpha.2", |
| 53 | + "jest": "^29.6.2", |
| 54 | + "jest-extended": "^4.0.0", |
| 55 | + "jest-junit": "^16.0.0", |
56 | 56 | "lexicographic-integer": "^1.1.0",
|
57 | 57 | "napi-macros": "^2.0.0",
|
58 | 58 | "node-forge": "^1.3.1",
|
59 | 59 | "node-gyp": "9.0.0",
|
60 |
| - "prettier": "^2.6.2", |
| 60 | + "prettier": "^3.0.0", |
61 | 61 | "semver": "^7.3.7",
|
62 | 62 | "shx": "^0.3.4",
|
63 | 63 | "systeminformation": "^5.18.5",
|
64 |
| - "ts-jest": "^28.0.5", |
| 64 | + "ts-jest": "^29.1.1", |
65 | 65 | "ts-node": "^10.9.1",
|
66 | 66 | "tsconfig-paths": "^3.9.0",
|
67 |
| - "typedoc": "^0.23.21", |
68 |
| - "typescript": "^4.9.3" |
| 67 | + "typedoc": "^0.24.8", |
| 68 | + "typescript": "^5.1.6" |
69 | 69 | },
|
70 | 70 | "engines": {
|
71 |
| - "node": "^18.15.0", |
| 71 | + "node": "^20.5.1", |
72 | 72 | "msvs": "2019"
|
73 | 73 | }
|
74 | 74 | }
|
0 commit comments