@absolutejs/absolute 0.19.0-beta.741 → 0.19.0-beta.743

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -9,11 +9,16 @@
9
9
  },
10
10
  "description": "A fullstack meta-framework for building web applications with TypeScript",
11
11
  "devDependencies": {
12
+ "@angular/animations": "^21.0.0",
13
+ "@angular/cdk": "21.2.6",
12
14
  "@angular/common": "^21.0.0",
13
15
  "@angular/compiler-cli": "^21.0.0",
14
16
  "@angular/core": "^21.0.0",
17
+ "@angular/forms": "21.2.6",
18
+ "@angular/material": "21.2.6",
15
19
  "@angular/platform-browser": "^21.0.0",
16
20
  "@angular/platform-server": "^21.0.0",
21
+ "@angular/router": "^21.0.0",
17
22
  "@angular/ssr": "^21.0.0",
18
23
  "@babel/preset-typescript": "^7.28.5",
19
24
  "@elysiajs/static": "1.4.0",
@@ -193,11 +198,13 @@
193
198
  "@typescript-eslint/utils": "8.56.1"
194
199
  },
195
200
  "peerDependencies": {
201
+ "@angular/animations": "^21.0.0",
196
202
  "@angular/common": "^21.0.0",
197
203
  "@angular/compiler-cli": "^21.0.0",
198
204
  "@angular/core": "^21.0.0",
199
205
  "@angular/platform-browser": "^21.0.0",
200
206
  "@angular/platform-server": "^21.0.0",
207
+ "@angular/router": "^21.0.0",
201
208
  "@angular/ssr": "^21.0.0",
202
209
  "bun-plugin-tailwind": "^0.1.2",
203
210
  "elysia": "^1.4.0",
@@ -216,6 +223,9 @@
216
223
  "zone.js": "^0.15.0"
217
224
  },
218
225
  "peerDependenciesMeta": {
226
+ "@angular/animations": {
227
+ "optional": true
228
+ },
219
229
  "@angular/common": {
220
230
  "optional": true
221
231
  },
@@ -231,6 +241,9 @@
231
241
  "@angular/platform-server": {
232
242
  "optional": true
233
243
  },
244
+ "@angular/router": {
245
+ "optional": true
246
+ },
234
247
  "@angular/ssr": {
235
248
  "optional": true
236
249
  },
@@ -336,5 +349,5 @@
336
349
  ]
337
350
  }
338
351
  },
339
- "version": "0.19.0-beta.741"
352
+ "version": "0.19.0-beta.743"
340
353
  }