|
1 | 1 | { |
2 | 2 | "license": "MIT", |
3 | 3 | "name": "jest-preset-angular", |
4 | | - "version": "9.0.0-next.5", |
| 4 | + "version": "9.0.0-next.6", |
5 | 5 | "description": "Jest preset configuration for Angular projects", |
6 | 6 | "main": "build/index.js", |
7 | 7 | "repository": "[email protected]:thymikee/jest-preset-angular.git", |
|
30 | 30 | "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1" |
31 | 31 | }, |
32 | 32 | "dependencies": { |
33 | | - "jest-environment-jsdom": "^27.0.0-next.1", |
| 33 | + "jest-environment-jsdom": "27.0.0-next.1", |
34 | 34 | "pretty-format": "27.0.0-next.1", |
35 | | - "ts-jest": "^27.0.0-next.3" |
| 35 | + "ts-jest": "27.0.0-next.3" |
36 | 36 | }, |
37 | 37 | "peerDependencies": { |
38 | 38 | "@angular-devkit/build-angular": ">=0.901.12", |
|
55 | 55 | "@angular/platform-browser": "^10.2.4", |
56 | 56 | "@commitlint/cli": "11.x", |
57 | 57 | "@commitlint/config-angular": "11.x", |
58 | | - "@jest/globals": "^27.0.0-next.1", |
| 58 | + "@jest/globals": "27.0.0-next.1", |
59 | 59 | "@jest/transform": "27.0.0-next.2", |
60 | 60 | "@jest/types": "27.0.0-next.1", |
61 | 61 | "@types/jest": "26.x", |
|
0 commit comments