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