Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jucasoft authored Nov 7, 2023
1 parent 8cc9fbe commit 37b2b4d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions projects/ngrx-entity-crud/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "ngrx-entity-crud",
"version": "15.0.3",
"version": "16.0.0",
"repository": "https://github.com/jucasoft/ngrx-entity-crud",
"license": "MIT",
"schematics": "./schematics/collection.json",
"peerDependencies": {
"@angular-devkit/core": "^11.0.0 || ^12.1.0 || ^13.1.0 || ^14.1.0 || ^15.0.0",
"@angular-devkit/schematics": "^11.0.0 || ^12.1.0 || ^13.1.0 || ^14.1.0 || ^15.0.0",
"@angular-devkit/schematics-cli": "^11.0.0 || ^12.1.0 || ^13.1.0 || ^14.1.0 || ^15.0.0",
"@angular/common": "^11.0.0 || ^12.1.0 || ^13.1.0 || ^14.1.0 || ^15.0.0",
"@angular/core": "^11.0.0 || ^12.1.0 || ^13.1.0 || ^14.1.0 || ^15.0.0",
"@ngrx/store": "^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.1.0 || ^15.0.0",
"@ngrx/entity": "^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.1.0 || ^15.0.0",
"@ngrx/effects": "^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.1.0 || ^15.0.0",
"@ngrx/store-devtools": "^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.1.0 || ^15.0.0",
"@ngrx/router-store": "^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.1.0 || ^15.0.0",
"rxjs": "^6.5.0 || ^7.0.0"
"@angular-devkit/core": "^11.0.0 || ^12.1.0 || ^13.1.0 || ^14.1.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
"@angular-devkit/schematics": "^11.0.0 || ^12.1.0 || ^13.1.0 || ^14.1.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
"@angular-devkit/schematics-cli": "^11.0.0 || ^12.1.0 || ^13.1.0 || ^14.1.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
"@angular/common": "^11.0.0 || ^12.1.0 || ^13.1.0 || ^14.1.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
"@angular/core": "^11.0.0 || ^12.1.0 || ^13.1.0 || ^14.1.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
"@ngrx/store": "^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.1.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
"@ngrx/entity": "^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.1.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
"@ngrx/effects": "^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.1.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
"@ngrx/store-devtools": "^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.1.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
"@ngrx/router-store": "^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.1.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
"rxjs": "^6.5.0 || ^7.0.0 || ^8.0.0"
},
"keywords": [
"angular",
Expand Down

0 comments on commit 37b2b4d

Please sign in to comment.