From 9402390077fbb5b987fe65e9cd713bc5670c7a5e Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Thu, 21 Mar 2024 11:28:35 +0300 Subject: [PATCH] chore(deps): update dependency @ngneat/spectator to v18 (#581) --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4a3dd1e0..a6a0cc62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "@babel/preset-typescript": "7.24.1", "@commitlint/config-conventional": "19.1.0", "@ng-builders/semrel": "1.5.0", - "@ngneat/spectator": "17.1.0", + "@ngneat/spectator": "18.0.0", "@nx/cypress": "18.1.2", "@nx/eslint": "18.1.2", "@nx/eslint-plugin": "18.1.2", @@ -7014,9 +7014,9 @@ } }, "node_modules/@ngneat/spectator": { - "version": "17.1.0", - "resolved": "https://registry.npmjs.org/@ngneat/spectator/-/spectator-17.1.0.tgz", - "integrity": "sha512-JhZfwQv63OVkhVL3pw2WodI2M9vFotlrtmPLZvhukS7SOkX+1JgLpNMJbiIm7S3rLEF6qplGiIcN+JTbLyic1Q==", + "version": "18.0.0", + "resolved": "https://registry.npmjs.org/@ngneat/spectator/-/spectator-18.0.0.tgz", + "integrity": "sha512-J/xtwRcv3WbAYEEEVuMCGTV4kPfVA5eU9T84rGJtpM5O6/hjxKgKH+oVm2Ql95tezUFb5AEOwMqvJwyx0StEvw==", "dev": true, "dependencies": { "@testing-library/dom": "^8.11.0", @@ -7025,9 +7025,9 @@ "tslib": "^2.6.2" }, "peerDependencies": { - "@angular/animations": ">= 17.0.0", - "@angular/common": ">= 17.0.0", - "@angular/router": ">= 17.0.0" + "@angular/animations": ">= 17.3.0", + "@angular/common": ">= 17.3.0", + "@angular/router": ">= 17.3.0" } }, "node_modules/@ngtools/webpack": { @@ -47016,9 +47016,9 @@ } }, "@ngneat/spectator": { - "version": "17.1.0", - "resolved": "https://registry.npmjs.org/@ngneat/spectator/-/spectator-17.1.0.tgz", - "integrity": "sha512-JhZfwQv63OVkhVL3pw2WodI2M9vFotlrtmPLZvhukS7SOkX+1JgLpNMJbiIm7S3rLEF6qplGiIcN+JTbLyic1Q==", + "version": "18.0.0", + "resolved": "https://registry.npmjs.org/@ngneat/spectator/-/spectator-18.0.0.tgz", + "integrity": "sha512-J/xtwRcv3WbAYEEEVuMCGTV4kPfVA5eU9T84rGJtpM5O6/hjxKgKH+oVm2Ql95tezUFb5AEOwMqvJwyx0StEvw==", "dev": true, "requires": { "@testing-library/dom": "^8.11.0", diff --git a/package.json b/package.json index 2f83ec6c..c8be3efe 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "@babel/preset-typescript": "7.24.1", "@commitlint/config-conventional": "19.1.0", "@ng-builders/semrel": "1.5.0", - "@ngneat/spectator": "17.1.0", + "@ngneat/spectator": "18.0.0", "@nx/cypress": "18.1.2", "@nx/eslint-plugin": "18.1.2", "@nx/jest": "18.1.2",