Skip to content

Commit

Permalink
chore(deps): deps updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Celtian committed Nov 27, 2024
1 parent f7f6b00 commit 52c0ac4
Show file tree
Hide file tree
Showing 3 changed files with 1,791 additions and 1,738 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,45 +33,45 @@
"fix-vulnerabilities": "npx yarn-audit-fix && npx browserslist --update-db"
},
"dependencies": {
"@angular/animations": "^18.2.11",
"@angular/common": "^18.2.11",
"@angular/compiler": "^18.2.11",
"@angular/core": "^18.2.11",
"@angular/forms": "^18.2.11",
"@angular/platform-browser": "^18.2.11",
"@angular/platform-browser-dynamic": "^18.2.11",
"@angular/router": "^18.2.11",
"@angular/animations": "^19.0.1",
"@angular/common": "^19.0.1",
"@angular/compiler": "^19.0.1",
"@angular/core": "^19.0.1",
"@angular/forms": "^19.0.1",
"@angular/platform-browser": "^19.0.1",
"@angular/platform-browser-dynamic": "^19.0.1",
"@angular/router": "^19.0.1",
"rxjs": "^7.8.1",
"tslib": "^2.8.1",
"zone.js": "~0.14.10"
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.11",
"@angular/cli": "^18.2.11",
"@angular/compiler-cli": "^18.2.11",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-angular": "^19.5.0",
"@angular-devkit/build-angular": "^19.0.2",
"@angular/cli": "^19.0.2",
"@angular/compiler-cli": "^19.0.1",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-angular": "^19.6.0",
"@jscutlery/swc-angular-preset": "^0.3.0",
"@jscutlery/swc-plugin-angular": "^0.11.0",
"@swc/core": "~1.4.0",
"@swc/jest": "^0.2.37",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.14",
"@types/node": "^22.9.0",
"angular-eslint": "18.4.0",
"@types/node": "^22.10.0",
"angular-eslint": "18.4.2",
"auto-changelog": "^2.5.0",
"eslint": "^9.14.0",
"eslint": "^9.15.0",
"fs-extra": "^11.2.0",
"husky": "^9.1.6",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jest-preset-angular": "^14.2.4",
"jest-preset-angular": "^14.4.0",
"lint-staged": "^15.2.10",
"ng-packagr": "^18.2.1",
"prettier": "^3.3.3",
"ng-packagr": "^19.0.1",
"prettier": "^3.4.1",
"ts-node": "^10.9.2",
"tsx": "^4.19.2",
"typescript": "~5.5.4",
"typescript-eslint": "^8.14.0"
"typescript": "~5.6.3",
"typescript-eslint": "^8.16.0"
},
"engines": {
"node": ">=22 <24",
Expand Down
1 change: 0 additions & 1 deletion projects/demo/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { VERSION } from '../environments/version';

@Component({
selector: 'app-root',
standalone: true,
imports: [NgxNullablePipe, NgxNullableJoinPipe],
templateUrl: './app.component.html',
styleUrl: './app.component.scss',
Expand Down
Loading

0 comments on commit 52c0ac4

Please sign in to comment.