|
39 | 39 | "packagr": "ng-packagr -p ng-package.json -c tsconfig.json", |
40 | 40 | "copy:i18n": "copyfiles src/assets/i18n/*.json dist/i18n --flat --stat", |
41 | 41 | "delete:dist": "rimraf dist", |
42 | | - "build:demo": "ng build --configuration=production --base-href=\"\"", |
| 42 | + "build:demo": "ng build --configuration=production --base-href=''", |
43 | 43 | "lint": "eslint .", |
44 | 44 | "lint:fix": "eslint --fix .", |
45 | 45 | "pack-tarball": "npm pack", |
|
65 | 65 | }, |
66 | 66 | "devDependencies": { |
67 | 67 | "@4tw/cypress-drag-drop": "catalog:", |
68 | | - "@analogjs/platform": "^1.16.0", |
69 | | - "@analogjs/vite-plugin-angular": "^1.16.0", |
70 | | - "@analogjs/vitest-angular": "^1.16.0", |
71 | | - "@angular-devkit/build-angular": "^19.2.11", |
| 68 | + "@analogjs/platform": "^1.16.1", |
| 69 | + "@analogjs/vite-plugin-angular": "^1.16.1", |
| 70 | + "@analogjs/vitest-angular": "^1.16.1", |
| 71 | + "@angular-devkit/build-angular": "^19.2.12", |
72 | 72 | "@angular-eslint/builder": "^19.4.0", |
73 | 73 | "@angular-eslint/eslint-plugin": "^19.4.0", |
74 | 74 | "@angular-eslint/eslint-plugin-template": "^19.4.0", |
75 | 75 | "@angular-eslint/schematics": "^19.4.0", |
76 | 76 | "@angular-eslint/template-parser": "^19.4.0", |
77 | 77 | "@angular/animations": "^19.2.10", |
78 | | - "@angular/build": "19.2.11", |
79 | | - "@angular/cli": "^19.2.11", |
| 78 | + "@angular/build": "19.2.12", |
| 79 | + "@angular/cli": "^19.2.12", |
80 | 80 | "@angular/common": "^19.2.10", |
81 | 81 | "@angular/compiler": "^19.2.10", |
82 | 82 | "@angular/compiler-cli": "^19.2.10", |
|
123 | 123 | "rxjs": "catalog:", |
124 | 124 | "sass": "catalog:", |
125 | 125 | "sortablejs": "catalog:", |
126 | | - "stream-browserify": "^3.0.0", |
127 | 126 | "ts-node": "^10.9.2", |
128 | 127 | "tslib": "catalog:", |
129 | | - "typescript": "~5.8.2", |
130 | | - "typescript-eslint": "^8.32.0", |
| 128 | + "typescript": "~5.8.3", |
| 129 | + "typescript-eslint": "^8.32.1", |
131 | 130 | "vite": "catalog:", |
132 | 131 | "vite-tsconfig-paths": "^5.1.4", |
133 | 132 | "vitest": "catalog:", |
|
0 commit comments