Skip to content

Commit f61029b

Browse files
committed
fix: lock versions of deps
1 parent 6e73047 commit f61029b

File tree

4 files changed

+5701
-4942
lines changed

4 files changed

+5701
-4942
lines changed

libs/ngx-dynamic-form-builder/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,20 @@
4040
}
4141
],
4242
"peerDependencies": {
43-
"@angular/common": "~13.2.2",
44-
"@angular/core": "~13.2.2",
43+
"@angular/common": "13.2.2",
44+
"@angular/core": "13.2.2",
4545
"class-transformer-global-storage": "0.4.1-1",
46-
"class-validator-multi-lang": "^0.130.201",
47-
"lodash.clonedeep": "^4.5.0",
48-
"lodash.mergewith": "^4.6.2",
49-
"lodash.set": "^4.3.2",
50-
"lodash.get": "^4.4.2",
51-
"validator": "^13.7.0",
52-
"@types/validator": "^13.7.1",
53-
"reflect-metadata": "^0.1.13"
46+
"class-validator-multi-lang": "0.130.201",
47+
"lodash.clonedeep": "4.5.0",
48+
"lodash.mergewith": "4.6.2",
49+
"lodash.set": "4.3.2",
50+
"lodash.get": "4.4.2",
51+
"validator": "13.7.0",
52+
"@types/validator": "13.7.1",
53+
"reflect-metadata": "0.1.13"
5454
},
5555
"dependencies": {
56-
"tslib": "^2.0.0"
56+
"tslib": "2.0.0"
5757
},
5858
"i18n": [
5959
{

libs/ngx-dynamic-form-builder/src/lib/lib.ts

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,8 @@ import cloneDeep from 'lodash.clonedeep';
2121
import lodashGet from 'lodash.get';
2222
import mergeWith from 'lodash.mergewith';
2323
import lodashSet from 'lodash.set';
24-
import {
25-
BehaviorSubject,
26-
catchError,
27-
debounceTime,
28-
delay,
29-
from,
30-
map,
31-
Observable,
32-
of,
33-
ReplaySubject,
34-
tap,
35-
} from 'rxjs';
24+
import { BehaviorSubject, from, Observable, of, ReplaySubject } from 'rxjs';
25+
import { catchError, debounceTime, delay, map, tap } from 'rxjs/operators';
3626
import { DEFAULT_CLASS_TRANSFORM_OPTIONS } from './constants/constants';
3727
import {
3828
ClassValidatorErrors,

0 commit comments

Comments
 (0)