|
27 | 27 | "release": "yarn build && standard-version" |
28 | 28 | }, |
29 | 29 | "devDependencies": { |
30 | | - "@angular/compiler": "17.3.5", |
31 | | - "@babel/code-frame": "7.23.5", |
32 | | - "@babel/parser": "7.23.9", |
33 | | - "@babel/types": "7.23.9", |
| 30 | + "@angular/compiler": "17.3.9", |
| 31 | + "@babel/code-frame": "7.24.2", |
| 32 | + "@babel/parser": "7.24.5", |
| 33 | + "@babel/types": "7.24.5", |
34 | 34 | "@types/babel__code-frame": "7.0.6", |
35 | 35 | "@types/jest": "29.5.12", |
36 | | - "@typescript-eslint/eslint-plugin": "7.0.2", |
37 | | - "@typescript-eslint/parser": "7.0.2", |
| 36 | + "@typescript-eslint/eslint-plugin": "7.9.0", |
| 37 | + "@typescript-eslint/parser": "7.9.0", |
38 | 38 | "del-cli": "5.1.0", |
39 | 39 | "eslint": "8.56.0", |
40 | 40 | "eslint-config-prettier": "9.1.0", |
41 | 41 | "eslint-plugin-deprecation": "2.0.0", |
42 | 42 | "eslint-plugin-import": "2.29.1", |
43 | | - "eslint-plugin-simple-import-sort": "12.0.0", |
44 | | - "eslint-plugin-unicorn": "51.0.1", |
| 43 | + "eslint-plugin-simple-import-sort": "12.1.0", |
| 44 | + "eslint-plugin-unicorn": "53.0.0", |
45 | 45 | "jest": "29.7.0", |
46 | 46 | "jest-snapshot-serializer-raw": "1.2.0", |
47 | 47 | "lines-and-columns": "2.0.4", |
48 | 48 | "npm-run-all": "4.1.5", |
49 | 49 | "prettier": "3.2.5", |
50 | 50 | "standard-version": "9.5.0", |
51 | 51 | "ts-jest": "29.1.2", |
52 | | - "typescript": "5.3.3" |
| 52 | + "typescript": "5.4.5" |
53 | 53 | }, |
54 | 54 | "peerDependencies": { |
55 | | - "@angular/compiler": "^17.2.1" |
| 55 | + "@angular/compiler": "^17.3.9" |
56 | 56 | }, |
57 | 57 | "engines": { |
58 | 58 | "node": ">= 16" |
|
65 | 65 | "access": "public", |
66 | 66 | "registry": "https://registry.npmjs.org/" |
67 | 67 | }, |
68 | | - "packageManager": "yarn@4.1.0" |
| 68 | + "packageManager": "yarn@4.2.2" |
69 | 69 | } |
0 commit comments