|
40 | 40 | "test:watch": "jest --watch"
|
41 | 41 | },
|
42 | 42 | "peerDependencies": {
|
43 |
| - "@angular/animations": ">=18.0.0", |
44 |
| - "@angular/cdk": ">=18.0.0", |
45 |
| - "@angular/common": ">=18.0.0", |
46 |
| - "@angular/core": ">=18.0.0", |
47 |
| - "@angular/forms": ">=18.0.0", |
48 |
| - "@angular/platform-browser": ">=18.0.0", |
| 43 | + "@angular/cdk": ">=19.0.0", |
49 | 44 | "dayjs": "^1.0.0",
|
50 | 45 | "rxjs": "^7.0.0"
|
51 | 46 | },
|
|
55 | 50 | "@1stg/remark-preset": "^2.0.0",
|
56 | 51 | "@1stg/simple-git-hooks": "^0.2.3",
|
57 | 52 | "@1stg/stylelint-config": "^6.0.0",
|
58 |
| - "@angular-devkit/build-angular": "^18.0.7", |
59 |
| - "@angular/animations": "^18.0.6", |
60 |
| - "@angular/cdk": "^18.0.6", |
61 |
| - "@angular/cli": "^18.0.7", |
62 |
| - "@angular/common": "^18.0.6", |
63 |
| - "@angular/compiler": "^18.0.6", |
64 |
| - "@angular/compiler-cli": "^18.0.6", |
65 |
| - "@angular/core": "^18.0.6", |
66 |
| - "@angular/forms": "^18.0.6", |
67 |
| - "@angular/platform-browser": "^18.0.6", |
68 |
| - "@angular/platform-browser-dynamic": "^18.0.6", |
| 53 | + "@angular-devkit/build-angular": "^19.1.7", |
| 54 | + "@angular/animations": "^19.1.6", |
| 55 | + "@angular/build": "^19.1.7", |
| 56 | + "@angular/cdk": "^19.1.5", |
| 57 | + "@angular/cli": "^19.1.7", |
| 58 | + "@angular/common": "^19.1.6", |
| 59 | + "@angular/compiler": "^19.1.6", |
| 60 | + "@angular/compiler-cli": "^19.1.6", |
| 61 | + "@angular/core": "^19.1.6", |
| 62 | + "@angular/forms": "^19.1.6", |
| 63 | + "@angular/platform-browser": "^19.1.6", |
| 64 | + "@angular/platform-browser-dynamic": "^19.1.6", |
| 65 | + "@babel/helper-environment-visitor": "^7.24.7", |
| 66 | + "@babel/plugin-syntax-class-static-block": "^7.14.5", |
| 67 | + "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
| 68 | + "@babel/plugin-syntax-export-namespace-from": "^7.8.3", |
| 69 | + "@babel/plugin-syntax-private-property-in-object": "^7.14.5", |
69 | 70 | "@changesets/changelog-github": "^0.4.8",
|
70 | 71 | "@changesets/cli": "^2.26.2",
|
71 | 72 | "@commitlint/cli": "^17.7.1",
|
72 | 73 | "@compodoc/compodoc": "^1.1.25",
|
73 | 74 | "@eslint/compat": "^1.1.1",
|
74 | 75 | "@eslint/eslintrc": "^3.1.0",
|
75 | 76 | "@eslint/js": "^9.7.0",
|
76 |
| - "@storybook/addon-essentials": "^8.2.1", |
77 |
| - "@storybook/addon-interactions": "^8.2.1", |
78 |
| - "@storybook/addon-links": "^8.2.1", |
79 |
| - "@storybook/angular": "^8.2.1", |
80 |
| - "@storybook/blocks": "^8.2.1", |
| 77 | + "@storybook/addon-essentials": "^8.5.6", |
| 78 | + "@storybook/addon-interactions": "^8.5.6", |
| 79 | + "@storybook/addon-links": "^8.5.6", |
| 80 | + "@storybook/angular": "^8.5.6", |
| 81 | + "@storybook/blocks": "^8.5.6", |
81 | 82 | "@types/chroma-js": "^2.4.0",
|
82 | 83 | "@types/file-saver": "^2.0.5",
|
83 | 84 | "@types/jest": "29.5.12",
|
84 | 85 | "@types/node": "^20.5.7",
|
85 |
| - "angular-eslint": "18.1.0", |
| 86 | + "angular-eslint": "19.1.0", |
86 | 87 | "chroma-js": "^2.4.2",
|
87 | 88 | "dayjs": "^1.11.11",
|
88 | 89 | "eslint": "^9.6.0",
|
|
96 | 97 | "gulp-dart-sass": "^1.1.0",
|
97 | 98 | "jest": "^29.7.0",
|
98 | 99 | "jest-junit": "^16.0.0",
|
99 |
| - "jest-preset-angular": "^14.1.0", |
| 100 | + "jest-preset-angular": "^14.5.1", |
100 | 101 | "jsdom": "^24.1.0",
|
101 | 102 | "lint-staged": "^15.2.7",
|
102 |
| - "ng-packagr": "^18.0.0", |
| 103 | + "ng-packagr": "^19.1.2", |
103 | 104 | "npm-run-all": "^4.1.5",
|
104 | 105 | "patch-package": "^8.0.0",
|
105 | 106 | "remark-gfm": "^4.0.0",
|
106 | 107 | "rxjs": "^7.8.1",
|
107 | 108 | "simple-git-hooks": "^2.11.1",
|
108 |
| - "storybook": "^8.2.1", |
| 109 | + "storybook": "^8.5.6", |
109 | 110 | "storybook-dark-mode": "^4.0.2",
|
110 | 111 | "style-loader": "^4.0.0",
|
111 | 112 | "stylelint": "^16.6.1",
|
112 | 113 | "ts-jest": "29.2.0",
|
113 | 114 | "ts-node": "^10.9.2",
|
114 |
| - "typescript": "~5.4.0", |
| 115 | + "typescript": "~5.7.3", |
115 | 116 | "typescript-eslint": "7.16.1",
|
116 | 117 | "yarn-deduplicate": "^6.0.2",
|
117 |
| - "zone.js": "^0.14.7" |
| 118 | + "zone.js": "^0.15.0" |
118 | 119 | },
|
119 | 120 | "publishConfig": {
|
120 | 121 | "access": "public",
|
|
0 commit comments