|
4 | 4 | "description": "Jest preset configuration for Angular projects",
|
5 | 5 | "license": "MIT",
|
6 | 6 | "engines": {
|
7 |
| - "node": "^14.15.0 || >=16.10.0" |
| 7 | + "node": ">=18" |
8 | 8 | },
|
9 | 9 | "main": "build/index.js",
|
10 | 10 | "typings": "build/index.d.ts",
|
|
50 | 50 | "dependencies": {
|
51 | 51 | "bs-logger": "^0.2.6",
|
52 | 52 | "esbuild-wasm": ">=0.15.13",
|
53 |
| - "jest-environment-jsdom": "^29.7.0", |
54 |
| - "jest-util": "^29.7.0", |
55 |
| - "pretty-format": "^29.7.0", |
56 |
| - "ts-jest": "^29.3.0" |
| 53 | + "jest-environment-jsdom": "^30.0.0", |
| 54 | + "jest-util": "^30.0.0", |
| 55 | + "pretty-format": "^30.0.0", |
| 56 | + "ts-jest": "^29.4.0" |
57 | 57 | },
|
58 | 58 | "optionalDependencies": {
|
59 | 59 | "esbuild": ">=0.15.13"
|
|
62 | 62 | "@angular/compiler-cli": ">=15.0.0 <21.0.0",
|
63 | 63 | "@angular/core": ">=15.0.0 <21.0.0",
|
64 | 64 | "@angular/platform-browser-dynamic": ">=15.0.0 <21.0.0",
|
65 |
| - "jest": "^29.0.0", |
66 |
| - "jsdom": ">=20.0.0", |
67 |
| - "typescript": ">=4.8" |
| 65 | + "jest": "^30.0.0", |
| 66 | + "jsdom": ">=26.0.0", |
| 67 | + "typescript": ">=5.4" |
68 | 68 | },
|
69 | 69 | "peerDependenciesMeta": {
|
70 | 70 | "jsdom": {
|
|
89 | 89 | "@commitlint/config-angular": "^19.8.1",
|
90 | 90 | "@eslint/eslintrc": "^3.3.1",
|
91 | 91 | "@eslint/js": "^9.29.0",
|
92 |
| - "@jest/transform": "^29.7.0", |
93 |
| - "@jest/types": "^29.6.3", |
94 |
| - "@types/jest": "^29.5.14", |
| 92 | + "@jest/transform": "^30.0.0", |
| 93 | + "@jest/types": "^30.0.0", |
| 94 | + "@types/jest": "^30.0.0", |
95 | 95 | "@types/node": "^22.15.33",
|
96 | 96 | "@types/semver": "^7.7.0",
|
97 | 97 | "@typescript-eslint/eslint-plugin": "^8.31.0",
|
98 | 98 | "@typescript-eslint/parser": "^8.31.0",
|
99 | 99 | "angular-eslint": "^19.8.1",
|
100 |
| - "babel-jest": "^29.7.0", |
| 100 | + "babel-jest": "^30.0.0", |
101 | 101 | "chalk": "^4.1.2",
|
102 | 102 | "conventional-changelog-cli": "^5.0.0",
|
103 | 103 | "cross-env": "^7.0.3",
|
|
113 | 113 | "glob": "^10.4.5",
|
114 | 114 | "globals": "^16.2.0",
|
115 | 115 | "husky": "^9.1.7",
|
116 |
| - "jest": "^29.7.0", |
| 116 | + "jest": "^30.0.0", |
117 | 117 | "jsdom": "^26.1.0",
|
118 | 118 | "pinst": "^3.0.0",
|
119 | 119 | "prettier": "^2.8.8",
|
|
0 commit comments