|
1 | 1 | {
|
2 | 2 | "name": "jest-fetch-mock",
|
3 |
| - "version": "3.0.3", |
| 3 | + "version": "3.1.0", |
4 | 4 | "description": "fetch mock for jest",
|
5 | 5 | "main": "src/index.js",
|
6 | 6 | "types": "types",
|
|
25 | 25 | },
|
26 | 26 | "homepage": "https://github.com/jefflau/jest-fetch-mock#readme",
|
27 | 27 | "dependencies": {
|
28 |
| - "cross-fetch": "^3.1.5", |
29 |
| - "domexception": "^2.0.1", |
30 |
| - "promise-polyfill": "^8.1.3" |
| 28 | + "cross-fetch": "^3.1.8", |
| 29 | + "domexception": "^4.0.0", |
| 30 | + "promise-polyfill": "^8.3.0" |
31 | 31 | },
|
32 | 32 | "devDependencies": {
|
33 |
| - "@types/jest": "^26.0.14", |
34 |
| - "@types/node": "^10.17.40", |
35 |
| - "@typescript-eslint/eslint-plugin": "^4.5.0", |
36 |
| - "@typescript-eslint/parser": "^4.5.0", |
37 |
| - "eslint": "^7.11.0", |
38 |
| - "jest": "^26.6.0", |
39 |
| - "prettier": "^2.1.2", |
40 |
| - "regenerator-runtime": "^0.13.7", |
41 |
| - "typescript": "^4.0.3" |
| 33 | + "@types/jest": "^29.5.12", |
| 34 | + "@types/node": "^20.11.27", |
| 35 | + "@typescript-eslint/eslint-plugin": "^7.2.0", |
| 36 | + "@typescript-eslint/parser": "^7.2.0", |
| 37 | + "eslint": "^8.57.0", |
| 38 | + "jest": "^29.7.0", |
| 39 | + "prettier": "^3.2.5", |
| 40 | + "regenerator-runtime": "^0.14.1", |
| 41 | + "typescript": "^5.4.2" |
42 | 42 | },
|
43 | 43 | "prettier": {
|
44 | 44 | "semi": false,
|
|
0 commit comments