|
49 | 49 | "update-examples": "node scripts/upgrade-examples-deps.js" |
50 | 50 | }, |
51 | 51 | "dependencies": { |
52 | | - "jest-environment-jsdom": "27.0.0-next.8", |
53 | | - "pretty-format": "27.0.0-next.8", |
54 | | - "ts-jest": "27.0.0-next.11" |
| 52 | + "jest-environment-jsdom": "27.0.0-next.9", |
| 53 | + "pretty-format": "27.0.0-next.9", |
| 54 | + "ts-jest": "27.0.0-next.12" |
55 | 55 | }, |
56 | 56 | "peerDependencies": { |
57 | | - "jest": "27.0.0-next.8" |
| 57 | + "jest": "27.0.0-next.9" |
58 | 58 | }, |
59 | 59 | "optionalDependencies": { |
60 | | - "webpack": "5.36.1" |
| 60 | + "webpack": "5.36.2" |
61 | 61 | }, |
62 | 62 | "devDependencies": { |
63 | 63 | "@angular-devkit/build-angular": "^0.1102.11", |
|
70 | 70 | "@angular/platform-browser-dynamic": "^11.2.12", |
71 | 71 | "@commitlint/cli": "^12.1.1", |
72 | 72 | "@commitlint/config-angular": "^12.1.1", |
73 | | - "@jest/globals": "27.0.0-next.8", |
74 | | - "@jest/transform": "27.0.0-next.8", |
| 73 | + "@jest/globals": "27.0.0-next.9", |
| 74 | + "@jest/transform": "27.0.0-next.9", |
75 | 75 | "@jest/types": "27.0.0-next.8", |
76 | 76 | "@types/jest": "^26.0.23", |
77 | | - "@types/node": "^14.14.43", |
| 77 | + "@types/node": "^14.14.44", |
78 | 78 | "@types/semver": "^7.3.5", |
79 | | - "@typescript-eslint/eslint-plugin": "^4.22.0", |
80 | | - "@typescript-eslint/parser": "^4.22.0", |
| 79 | + "@typescript-eslint/eslint-plugin": "^4.22.1", |
| 80 | + "@typescript-eslint/parser": "^4.22.1", |
81 | 81 | "conventional-changelog-cli": "^2.1.1", |
82 | 82 | "eslint": "^7.25.0", |
83 | 83 | "eslint-config-prettier": "^8.3.0", |
84 | 84 | "eslint-plugin-import": "^2.22.1", |
85 | 85 | "eslint-plugin-jest": "^24.3.6", |
86 | | - "eslint-plugin-jsdoc": "^33.0.0", |
| 86 | + "eslint-plugin-jsdoc": "^33.1.0", |
87 | 87 | "eslint-plugin-prefer-arrow": "^1.2.3", |
88 | 88 | "eslint-plugin-prettier": "^3.4.0", |
89 | 89 | "execa": "^5.0.0", |
90 | 90 | "glob": "^7.1.6", |
91 | 91 | "glob-gitignore": "^1.0.14", |
92 | 92 | "husky": "^6.0.0", |
93 | | - "jest": "27.0.0-next.8", |
| 93 | + "jest": "27.0.0-next.9", |
94 | 94 | "jest-snapshot-serializer-raw": "^1.2.0", |
95 | 95 | "lint-staged": "^10.5.4", |
96 | 96 | "pinst": "^2.1.6", |
|
0 commit comments