Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
henryruhs committed Aug 24, 2022
1 parent eeea87f commit 49004af
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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": "12.0.0-beta.1",
"version": "12.0.0-beta.2",
"homepage": "https://ngx-crud.com",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@angular/common": "^14",
"@angular/core": "^14",
"rxjs": "^7",
"rxjs-collection": "^1"
"rxjs-collection": "^2"
},
"devDependencies":
{
Expand All @@ -44,17 +44,17 @@
"@angular/platform-browser": "14.1.1",
"@angular/platform-browser-dynamic": "14.1.1",
"@isnotdefined/eslint-config": "6.1.2",
"@types/chai": "4.3.1",
"@types/chai": "4.3.3",
"@types/mocha": "9.1.1",
"chai": "4.3.6",
"core-js": "3.24.1",
"core-js": "3.25.0",
"eslint": "8.22.0",
"jsdom": "20.0.0",
"jsdom-global": "3.0.2",
"mocha": "10.0.0",
"ng-packagr": "14.1.0",
"ng-packagr": "14.2.0",
"rxjs": "7.5.6",
"rxjs-collection": "1.0.0",
"rxjs-collection": "2.1.1",
"ts-node": "10.9.1",
"typescript": "4.7.4",
"zone.js": "0.11.8"
Expand Down

0 comments on commit 49004af

Please sign in to comment.