|
27 | 27 | "module": "dist/index.esm.js", |
28 | 28 | "typings": "dist/index.d.ts", |
29 | 29 | "engines": { |
30 | | - "node": ">=12" |
| 30 | + "node": ">=24" |
31 | 31 | }, |
32 | 32 | "repository": { |
33 | 33 | "type": "git", |
|
56 | 56 | "yarn.lock" |
57 | 57 | ], |
58 | 58 | "dependencies": { |
59 | | - "axios": "^1.13.2" |
| 59 | + "axios": "^1.13.4" |
60 | 60 | }, |
61 | 61 | "devDependencies": { |
62 | | - "@commitlint/cli": "^8.1.0", |
63 | | - "@commitlint/config-conventional": "^8.1.0", |
| 62 | + "@commitlint/cli": "^8.3.6", |
| 63 | + "@commitlint/config-conventional": "^8.3.6", |
64 | 64 | "@istanbuljs/nyc-config-typescript": "^1.0.2", |
65 | 65 | "@semantic-release/exec": "^7.1.0", |
66 | 66 | "@typeform/eslint-config": "^6.0.3", |
67 | | - "@types/jest": "^24.0.18", |
| 67 | + "@types/jest": "^24.9.1", |
68 | 68 | "axios-mock-adapter": "^1.22.0", |
69 | | - "eslint": "^8.43.0", |
70 | | - "husky": "^4.0.0-beta.1", |
71 | | - "in-publish": "^2.0.0", |
| 69 | + "eslint": "^8.57.1", |
| 70 | + "husky": "^4.3.8", |
| 71 | + "in-publish": "^2.0.1", |
72 | 72 | "jest": "^28.1.0", |
73 | 73 | "json-server": "^0.15.1", |
74 | 74 | "lint-staged": "^13.2.2", |
75 | | - "nodemon": "^1.19.2", |
76 | | - "nyc": "^17.0.0", |
| 75 | + "nodemon": "^1.19.4", |
| 76 | + "nyc": "^17.0.1", |
77 | 77 | "prettier": "^2.8.8", |
78 | | - "rollup": "^1.21.2", |
| 78 | + "rollup": "^1.32.1", |
79 | 79 | "rollup-plugin-commonjs": "^10.1.0", |
80 | 80 | "rollup-plugin-copier": "^1.1.0", |
81 | 81 | "rollup-plugin-json": "^4.0.0", |
82 | 82 | "rollup-plugin-node-builtins": "^2.1.2", |
83 | 83 | "rollup-plugin-node-globals": "^1.4.0", |
84 | 84 | "rollup-plugin-node-resolve": "^5.2.0", |
85 | | - "rollup-plugin-terser": "^5.1.1", |
| 85 | + "rollup-plugin-terser": "^5.3.1", |
86 | 86 | "rollup-plugin-typescript2": "^0.24.1", |
87 | | - "semantic-release": "^25.0.2", |
| 87 | + "semantic-release": "^25.0.3", |
88 | 88 | "ts-jest": "^28.0.8", |
89 | | - "tslib": "^2.6.2", |
| 89 | + "tslib": "^2.8.1", |
90 | 90 | "typescript": "^4.9.5" |
91 | 91 | }, |
92 | 92 | "jest": { |
|
0 commit comments