|
39 | 39 | "devDependencies": {
|
40 | 40 | "@apidevtools/json-schema-ref-parser": "^9.0.7",
|
41 | 41 | "@dtsgenerator/replace-namespace": "^1.4.1",
|
42 |
| - "@rollup/plugin-commonjs": "^19.0.0", |
| 42 | + "@rollup/plugin-commonjs": "^28.0.6", |
43 | 43 | "@rollup/plugin-json": "^4.1.0",
|
44 | 44 | "@rollup/plugin-node-resolve": "^13.0.0",
|
45 |
| - "@types/jest": "^27.0.3", |
| 45 | + "@types/jest": "^30.0.0", |
46 | 46 | "@types/js-yaml": "^4.0.1",
|
| 47 | + "@types/lodash": "^4.14.168", |
47 | 48 | "@types/node-fetch": "^2.5.10",
|
48 |
| - "@types/rimraf": "^3.0.0", |
49 | 49 | "@types/yargs": "^16.0.1",
|
50 |
| - "@typescript-eslint/eslint-plugin": "^4.23.0", |
51 |
| - "@typescript-eslint/parser": "^4.23.0", |
| 50 | + "@typescript-eslint/eslint-plugin": "^8.45.0", |
| 51 | + "@typescript-eslint/parser": "^8.45.0", |
52 | 52 | "dtsgenerator": "^3.10.0",
|
53 |
| - "eslint": "^7.26.0", |
| 53 | + "eslint": "^9.36.0", |
54 | 54 | "eslint-config-prettier": "^8.3.0",
|
55 | 55 | "eslint-plugin-prettier": "^3.4.0",
|
56 | 56 | "husky": "6.0.0",
|
57 |
| - "jest": "^27.4.3", |
| 57 | + "immer": "^10.0.3", |
| 58 | + "jest": "^30.2.0", |
58 | 59 | "lint-staged": "11.0.0",
|
| 60 | + "lodash": "^4.17.21", |
59 | 61 | "node-fetch": "^2.6.1",
|
60 | 62 | "prettier": "^2.3.0",
|
61 |
| - "rimraf": "^3.0.2", |
| 63 | + "rimraf": "^6.0.1", |
62 | 64 | "rollup": "^2.47.0",
|
63 | 65 | "rollup-plugin-sourcemaps": "^0.6.3",
|
64 | 66 | "rollup-plugin-terser": "^7.0.2",
|
65 |
| - "rollup-plugin-typescript2": "^0.30.0", |
66 |
| - "shx": "^0.3.3", |
67 |
| - "ts-jest": "^27.1.0", |
| 67 | + "rollup-plugin-typescript2": "^0.36.0", |
| 68 | + "shx": "^0.4.0", |
| 69 | + "ts-jest": "^29.4.4", |
68 | 70 | "ts-node": "^9.1.1",
|
69 |
| - "typescript": "^4.2.4", |
| 71 | + "typescript": "^5.5.3", |
70 | 72 | "yargs": "^17.0.1"
|
71 | 73 | },
|
72 | 74 | "repository": {
|
|
0 commit comments