|
1 | 1 | { |
2 | 2 | "name": "jest-preset-angular", |
3 | | - "version": "9.0.0-next.9", |
| 3 | + "version": "9.0.0-next.10", |
4 | 4 | "description": "Jest preset configuration for Angular projects", |
5 | 5 | "license": "MIT", |
6 | 6 | "main": "build/index.js", |
|
29 | 29 | "build": "tsc -p tsconfig.build.json", |
30 | 30 | "lint": "eslint --ext .js,.ts .", |
31 | 31 | "lint:fix": "eslint --fix --ext .js,.ts .", |
32 | | - "lint:prettier": "prettier '**/*.{yml,yaml}' 'website/**/*.{css,js,md}' 'README.md'", |
33 | | - "lint:prettier-format": "yarn lint:prettier --write --ignore-path .gitignore", |
34 | | - "lint:prettier-ci": "yarn lint:prettier --check --ignore-path .gitignore", |
| 32 | + "lint:prettier-format": "prettier '**/*.{yml,yaml}' 'website/**/*.{css,js,md}' 'README.md' --write --ignore-path .gitignore", |
| 33 | + "lint:prettier-ci": "prettier '**/*.{yml,yaml}' 'website/**/*.{css,js,md}' 'README.md' --check --ignore-path .gitignore", |
35 | 34 | "test:unit": "yarn test-cjs:unit && yarn test-esm:unit", |
36 | 35 | "test-cjs:unit": "jest -i", |
37 | 36 | "test-esm:unit": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js -i -c=jest-esm.config.js", |
|
44 | 43 | "postpublish": "pinst --enable" |
45 | 44 | }, |
46 | 45 | "dependencies": { |
47 | | - "jest-environment-jsdom": "next", |
48 | | - "pretty-format": "next", |
49 | | - "ts-jest": "next" |
| 46 | + "jest-environment-jsdom": "27.0.0-next.4", |
| 47 | + "pretty-format": "27.0.0-next.3", |
| 48 | + "ts-jest": "27.0.0-next.8" |
50 | 49 | }, |
51 | 50 | "peerDependencies": { |
52 | 51 | "@angular-devkit/build-angular": ">=0.901.12", |
|
0 commit comments