bump just-clone version

pull/15073/head
Mahmut Gundogdu 3 years ago
parent fee6c072c4
commit b09ef7060b

@ -103,7 +103,7 @@
"jest-environment-jsdom": "28.1.1",
"jest-preset-angular": "12.2.2",
"jsonc-parser": "^2.3.0",
"just-clone": "^3.2.1",
"just-clone": "^6.1.1",
"just-compare": "^1.4.0",
"lerna": "^4.0.0",
"lint-staged": "^13.0.3",

@ -9,7 +9,7 @@
"dependencies": {
"@abp/utils": "~6.0.2",
"angular-oauth2-oidc": "^13.0.1",
"just-clone": "^3.2.1",
"just-clone": "^6.1.1",
"just-compare": "^1.4.0",
"ts-toolbelt": "6.15.4",
"tslib": "^2.0.0"

@ -1,6 +1,5 @@
import { SpectatorDirective, createDirectiveFactory } from '@ngneat/spectator/jest';
import { ForDirective } from '../directives/for.directive';
import { uuid } from '../utils';
describe('ForDirective', () => {
let spectator: SpectatorDirective<ForDirective>;

Loading…
Cancel
Save