Skip to content

Commit

Permalink
Update to Angular 17
Browse files Browse the repository at this point in the history
  • Loading branch information
henryruhs committed Nov 8, 2023
1 parent b149553 commit 9d4bd82
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngx-crud",
"description": "CRUD services in Angular with effortless aborting, caching and observing",
"version": "16.0.1",
"version": "17.0.0-beta.1",
"homepage": "https://ngx-crud.com",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -30,34 +30,34 @@
},
"peerDependencies":
{
"@angular/common": "^16",
"@angular/core": "^16",
"@angular/common": "^17",
"@angular/core": "^17",
"rxjs": "^7",
"rxjs-collection": "^2"
},
"devDependencies":
{
"@angular/common": "16.0.0",
"@angular/compiler": "16.0.0",
"@angular/compiler-cli": "16.0.0",
"@angular/core": "16.0.0",
"@angular/platform-browser": "16.0.0",
"@angular/platform-browser-dynamic": "16.0.0",
"@isnotdefined/eslint-config": "9.6.0",
"@types/chai": "4.3.5",
"@types/mocha": "10.0.1",
"chai": "4.3.7",
"core-js": "3.30.1",
"eslint": "8.39.0",
"jsdom": "22.0.0",
"@angular/common": "17.0.0",
"@angular/compiler": "17.0.0",
"@angular/compiler-cli": "17.0.0",
"@angular/core": "17.0.0",
"@angular/platform-browser": "17.0.0",
"@angular/platform-browser-dynamic": "17.0.0",
"@isnotdefined/eslint-config": "9.8.0",
"@types/chai": "4.3.10",
"@types/mocha": "10.0.4",
"chai": "4.3.10",
"core-js": "3.33.2",
"eslint": "8.53.0",
"jsdom": "22.1.0",
"jsdom-global": "3.0.2",
"mocha": "10.2.0",
"ng-packagr": "16.0.0",
"ng-packagr": "17.0.0",
"rxjs": "7.8.1",
"rxjs-collection": "2.1.2",
"ts-node": "10.9.1",
"typescript": "5.0.4",
"zone.js": "0.13.0"
"typescript": "5.2.2",
"zone.js": "0.14.2"
},
"scripts":
{
Expand Down

0 comments on commit 9d4bd82

Please sign in to comment.