Skip to content

Commit

Permalink
Angular 19 support
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofGilis committed Dec 10, 2024
1 parent 99aa482 commit b39a3f6
Show file tree
Hide file tree
Showing 3 changed files with 5,036 additions and 5,033 deletions.
100 changes: 50 additions & 50 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,65 +13,65 @@
},
"private": true,
"dependencies": {
"@angular/animations": "18.1.4",
"@angular/cdk": "18.1.4",
"@angular/common": "18.1.4",
"@angular/compiler": "18.1.4",
"@angular/core": "18.1.4",
"@angular/forms": "18.1.4",
"@angular/material": "18.1.4",
"@angular/platform-browser": "18.1.4",
"@angular/platform-browser-dynamic": "18.1.4",
"@angular/router": "18.1.4",
"@angular/animations": "19.0.3",
"@angular/cdk": "19.0.2",
"@angular/common": "19.0.3",
"@angular/compiler": "19.0.3",
"@angular/core": "19.0.3",
"@angular/forms": "19.0.3",
"@angular/material": "19.0.2",
"@angular/platform-browser": "19.0.3",
"@angular/platform-browser-dynamic": "19.0.3",
"@angular/router": "19.0.3",
"@ngneat/falso": "^7.2.0",
"@nx/angular": "19.5.7",
"angular-in-memory-web-api": "^0.17.0",
"@nx/angular": "20.2.1",
"angular-in-memory-web-api": "^0.19.0",
"rxjs": "~7.8.1",
"tslib": "^2.6.2",
"zone.js": "0.14.8"
"tslib": "^2.8.1",
"zone.js": "0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.1.4",
"@angular-devkit/core": "18.1.4",
"@angular-devkit/schematics": "18.1.4",
"@angular-eslint/eslint-plugin": "17.3.0",
"@angular-eslint/eslint-plugin-template": "17.3.0",
"@angular-eslint/template-parser": "17.3.0",
"@angular/cli": "~18.1.0",
"@angular/compiler-cli": "18.1.4",
"@angular/language-service": "18.1.4",
"@nx/devkit": "19.5.7",
"@nx/eslint": "19.5.7",
"@nx/eslint-plugin": "19.5.7",
"@nx/jest": "19.5.7",
"@nx/js": "19.5.7",
"@nx/playwright": "19.5.7",
"@nx/workspace": "19.5.7",
"@playwright/test": "^1.42.1",
"@schematics/angular": "18.1.4",
"@swc-node/register": "~1.9.1",
"@swc/core": "~1.5.7",
"@swc/helpers": "0.5.12",
"@types/jest": "^29.5.12",
"@types/node": "18.19.9",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@angular-devkit/build-angular": "19.0.3",
"@angular-devkit/core": "19.0.4",
"@angular-devkit/schematics": "19.0.4",
"@angular-eslint/eslint-plugin": "19.0.2",
"@angular-eslint/eslint-plugin-template": "19.0.2",
"@angular-eslint/template-parser": "19.0.2",
"@angular/cli": "~19.0.4",
"@angular/compiler-cli": "19.0.3",
"@angular/language-service": "19.0.3",
"@nx/devkit": "20.2.1",
"@nx/eslint": "20.2.1",
"@nx/eslint-plugin": "20.2.1",
"@nx/jest": "20.2.1",
"@nx/js": "20.2.1",
"@nx/playwright": "20.2.1",
"@nx/workspace": "20.2.1",
"@playwright/test": "^1.49.1",
"@schematics/angular": "19.0.4",
"@swc-node/register": "~1.10.9",
"@swc/core": "~1.10.1",
"@swc/helpers": "0.5.15",
"@types/jest": "^29.5.14",
"@types/node": "22.10.1",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"all-contributors-cli": "^6.26.1",
"autoprefixer": "^10.4.19",
"eslint": "8.57.0",
"autoprefixer": "^10.4.20",
"eslint": "9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-playwright": "^0.15.3",
"eslint-plugin-playwright": "^2.1.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-preset-angular": "14.1.1",
"jest-preset-angular": "14.4.2",
"jsonc-eslint-parser": "^2.4.0",
"ng-packagr": "18.1.0",
"nx": "19.5.7",
"postcss": "^8.4.38",
"ng-packagr": "19.0.1",
"nx": "20.2.1",
"postcss": "^8.4.49",
"postcss-url": "~10.1.3",
"prettier": "^2.8.8",
"ts-jest": "^29.1.2",
"ts-node": "10.9.1",
"typescript": "5.5.4"
"prettier": "^3.4.2",
"ts-jest": "^29.2.5",
"ts-node": "10.9.2",
"typescript": "5.6.3"
}
}
Loading

0 comments on commit b39a3f6

Please sign in to comment.