Skip to content

Commit

Permalink
Update Angular and Nodejs versions ranges (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
remscodes authored Jun 3, 2024
1 parent afccdfc commit f1964e8
Show file tree
Hide file tree
Showing 3 changed files with 2,169 additions and 1,336 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,33 +26,33 @@
"url": "https://github.com/remscodes/ngx-testing-tools"
},
"engines": {
"node": "^18.13.0 || ^20.9.0"
"node": "^18.19.1 || ^20.11.1 || ^22.0.0"
},
"dependencies": {
"@angular/animations": "^17.3.8",
"@angular/common": "^17.3.8",
"@angular/compiler": "^17.3.8",
"@angular/core": "^17.3.8",
"@angular/forms": "^17.3.8",
"@angular/platform-browser": "^17.3.8",
"@angular/platform-browser-dynamic": "^17.3.8",
"@angular/router": "^17.3.8",
"@angular/animations": "^18.0.1",
"@angular/common": "^18.0.1",
"@angular/compiler": "^18.0.1",
"@angular/core": "^18.0.1",
"@angular/forms": "^18.0.1",
"@angular/platform-browser": "^18.0.1",
"@angular/platform-browser-dynamic": "^18.0.1",
"@angular/router": "^18.0.1",
"rxjs": "~7.8.1",
"tslib": "^2.6.2",
"zone.js": "~0.14.6"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.7",
"@angular-devkit/build-angular": "^18.0.2",
"@angular/cli": "^18.0.2",
"@angular/compiler-cli": "^17.3.8",
"@angular/compiler-cli": "^18.0.1",
"@types/jasmine": "~5.1.4",
"jasmine-core": "~5.1.2",
"karma": "~6.4.3",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"ng-packagr": "^17.3.0",
"ng-packagr": "^18.0.0",
"typescript": "~5.4.5"
},
"keywords": [
Expand All @@ -72,5 +72,5 @@
"fixture",
"ngx"
],
"packageManager": "pnpm@9.1.1"
"packageManager": "pnpm@9.1.4"
}
Loading

0 comments on commit f1964e8

Please sign in to comment.