|
36 | 36 | "postinstall": "husky"
|
37 | 37 | },
|
38 | 38 | "devDependencies": {
|
39 |
| - "@babel/core": "^7.24.7", |
40 |
| - "@babel/plugin-transform-typescript": "^7.24.7", |
41 |
| - "@babel/preset-env": "^7.24.7", |
42 |
| - "@babel/preset-typescript": "^7.24.7", |
| 39 | + "@babel/core": "^7.28.3", |
| 40 | + "@babel/plugin-transform-typescript": "^7.28.0", |
| 41 | + "@babel/preset-env": "^7.28.3", |
| 42 | + "@babel/preset-typescript": "^7.27.1", |
43 | 43 | "@swc-node/core": "workspace:*",
|
44 | 44 | "@swc-node/jest": "workspace:*",
|
45 | 45 | "@swc-node/register": "workspace:*",
|
46 | 46 | "@types/babel__core": "^7.20.5",
|
47 | 47 | "@types/benchmark": "^2.1.5",
|
48 |
| - "@types/lodash": "^4.17.6", |
49 |
| - "@types/node": "^22.0.0", |
50 |
| - "@types/sinon": "^17.0.3", |
51 |
| - "ava": "^6.1.3", |
| 48 | + "@types/lodash": "^4.17.20", |
| 49 | + "@types/node": "^24.3.0", |
| 50 | + "@types/sinon": "^17.0.4", |
| 51 | + "ava": "^6.4.1", |
52 | 52 | "benchmark": "^2.1.4",
|
53 | 53 | "colorette": "^2.0.20",
|
54 |
| - "cross-env": "^7.0.3", |
55 |
| - "esbuild": "^0.25.0", |
56 |
| - "husky": "^9.0.11", |
57 |
| - "jest": "^29.7.0", |
| 54 | + "cross-env": "^10.0.0", |
| 55 | + "esbuild": "^0.25.9", |
| 56 | + "husky": "^9.1.7", |
| 57 | + "jest": "^30.0.5", |
58 | 58 | "lerna": "8.2.3",
|
59 |
| - "lint-staged": "^15.2.7", |
| 59 | + "lint-staged": "^16.1.5", |
60 | 60 | "lodash": "^4.17.21",
|
61 |
| - "oxlint": "^1.0.0", |
62 |
| - "prettier": "^3.3.2", |
63 |
| - "react": "^19.0.0", |
64 |
| - "rxjs": "^7.8.1", |
65 |
| - "sinon": "^20.0.0", |
66 |
| - "tslib": "^2.6.3", |
67 |
| - "typescript": "^5.5.3" |
| 61 | + "oxlint": "^1.12.0", |
| 62 | + "prettier": "^3.6.2", |
| 63 | + "react": "^19.1.1", |
| 64 | + "rxjs": "^7.8.2", |
| 65 | + "sinon": "^21.0.0", |
| 66 | + "tslib": "^2.8.1", |
| 67 | + "typescript": "^5.9.2" |
68 | 68 | },
|
69 | 69 | "lint-staged": {
|
70 | 70 | "*.@(js|ts|tsx|mts)": [
|
|
0 commit comments