File tree 12 files changed +34
-34
lines changed
projects/ng-dynamic-forms
12 files changed +34
-34
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ng-dynamic-forms" ,
3
- "version" : " 17 .0.0" ,
3
+ "version" : " 18 .0.0" ,
4
4
"description" : " A rapid form development library for Angular" ,
5
5
"repository" : {
6
6
"type" : " git" ,
105
105
"tslint" : " ~6.1.0" ,
106
106
"typescript" : " ~5.1.6"
107
107
}
108
- }
108
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ng-dynamic-forms/core" ,
3
- "version" : " 17 .0.0" ,
3
+ "version" : " 18 .0.0" ,
4
4
"description" : " A rapid form development library for Angular" ,
5
5
"keywords" : [
6
6
" angular" ,
28
28
"url" : " git+https://github.com/udos86/ng-dynamic-forms.git"
29
29
},
30
30
"peerDependencies" : {
31
- "@angular/common" : " ^15 .0.0" ,
32
- "@angular/core" : " ^15 .0.0" ,
33
- "@angular/forms" : " ^15 .0.0" ,
34
- "core-js" : " ^3.8.1 " ,
35
- "rxjs" : " ^7.5.5 "
31
+ "@angular/common" : " ^16 .0.0" ,
32
+ "@angular/core" : " ^16 .0.0" ,
33
+ "@angular/forms" : " ^16 .0.0" ,
34
+ "core-js" : " ^3.31.0 " ,
35
+ "rxjs" : " ^7.5.7 "
36
36
},
37
37
"es2015" : " ./fesm2015/core.js" ,
38
38
"esm2015" : " ./esm2015/core.js" ,
43
43
"dependencies" : {
44
44
"tslib" : " ^2.0.0"
45
45
}
46
- }
46
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ng-dynamic-forms/ui-basic" ,
3
- "version" : " 17 .0.0" ,
3
+ "version" : " 18 .0.0" ,
4
4
"description" : " Basic UI package for NG Dynamic Forms" ,
5
5
"keywords" : [
6
6
" angular" ,
28
28
"url" : " git+https://github.com/udos86/ng-dynamic-forms.git"
29
29
},
30
30
"peerDependencies" : {
31
- "@ng-dynamic-forms/core" : " ^17 .0.0" ,
31
+ "@ng-dynamic-forms/core" : " ^18 .0.0" ,
32
32
"ngx-mask" : " ^16.0.0"
33
33
},
34
34
"es2015" : " ./fesm2015/ui-basic.js" ,
40
40
"dependencies" : {
41
41
"tslib" : " ^2.0.0"
42
42
}
43
- }
43
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ng-dynamic-forms/ui-bootstrap" ,
3
- "version" : " 17 .0.0" ,
3
+ "version" : " 18 .0.0" ,
4
4
"description" : " Bootstrap UI package for NG Dynamic Forms" ,
5
5
"keywords" : [
6
6
" angular" ,
30
30
"url" : " git+https://github.com/udos86/ng-dynamic-forms.git"
31
31
},
32
32
"peerDependencies" : {
33
- "@ng-dynamic-forms/core" : " ^17 .0.0" ,
33
+ "@ng-dynamic-forms/core" : " ^18 .0.0" ,
34
34
"bootstrap" : " ^3.3.7" ,
35
35
"ngx-bootstrap" : " ^6.0.0" ,
36
36
"ngx-mask" : " ^16.0.0"
44
44
"dependencies" : {
45
45
"tslib" : " ^2.0.0"
46
46
}
47
- }
47
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ng-dynamic-forms/ui-foundation" ,
3
- "version" : " 17 .0.0" ,
3
+ "version" : " 18 .0.0" ,
4
4
"description" : " Foundation UI package for NG Dynamic Forms" ,
5
5
"keywords" : [
6
6
" angular" ,
29
29
"url" : " git+https://github.com/udos86/ng-dynamic-forms.git"
30
30
},
31
31
"peerDependencies" : {
32
- "@ng-dynamic-forms/core" : " ^17 .0.0" ,
32
+ "@ng-dynamic-forms/core" : " ^18 .0.0" ,
33
33
"foundation-sites" : " ^6.3.1" ,
34
34
"ngx-mask" : " ^16.0.0"
35
35
},
42
42
"dependencies" : {
43
43
"tslib" : " ^2.0.0"
44
44
}
45
- }
45
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ng-dynamic-forms/ui-ionic" ,
3
- "version" : " 17 .0.0" ,
3
+ "version" : " 18 .0.0" ,
4
4
"description" : " Ionic UI package for NG Dynamic Forms" ,
5
5
"keywords" : [
6
6
" angular" ,
30
30
},
31
31
"peerDependencies" : {
32
32
"@ionic/angular" : " ^7.0.0" ,
33
- "@ng-dynamic-forms/core" : " ^17 .0.0"
33
+ "@ng-dynamic-forms/core" : " ^18 .0.0"
34
34
},
35
35
"es2015" : " ./fesm2015/ui-ionic.js" ,
36
36
"esm2015" : " ./esm2015/ui-ionic.js" ,
41
41
"dependencies" : {
42
42
"tslib" : " ^2.0.0"
43
43
}
44
- }
44
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ng-dynamic-forms/ui-material" ,
3
- "version" : " 17 .0.0" ,
3
+ "version" : " 18 .0.0" ,
4
4
"description" : " Material UI package for NG Dynamic Forms" ,
5
5
"keywords" : [
6
6
" angular" ,
30
30
},
31
31
"peerDependencies" : {
32
32
"@angular/material" : " ^16.0.0" ,
33
- "@ng-dynamic-forms/core" : " ^17 .0.0"
33
+ "@ng-dynamic-forms/core" : " ^18 .0.0"
34
34
},
35
35
"es2015" : " ./fesm2015/ui-material.js" ,
36
36
"esm2015" : " ./esm2015/ui-material.js" ,
41
41
"dependencies" : {
42
42
"tslib" : " ^2.0.0"
43
43
}
44
- }
44
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ng-dynamic-forms/ui-ng-bootstrap" ,
3
- "version" : " 17 .0.0" ,
3
+ "version" : " 18 .0.0" ,
4
4
"description" : " NG Bootstrap UI package for NG Dynamic Forms" ,
5
5
"keywords" : [
6
6
" angular" ,
31
31
},
32
32
"peerDependencies" : {
33
33
"@ng-bootstrap/ng-bootstrap" : " ^11.0.0" ,
34
- "@ng-dynamic-forms/core" : " ^17 .0.0" ,
34
+ "@ng-dynamic-forms/core" : " ^18 .0.0" ,
35
35
"ngx-mask" : " ^13.0.0" ,
36
36
"bootstrap" : " ^4.0.0"
37
37
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ng-dynamic-forms/ui-ngx-bootstrap" ,
3
- "version" : " 17 .0.0" ,
3
+ "version" : " 18 .0.0" ,
4
4
"description" : " ngx-bootstrap UI package for NG Dynamic Forms" ,
5
5
"keywords" : [
6
6
" angular" ,
30
30
"url" : " git+https://github.com/udos86/ng-dynamic-forms.git"
31
31
},
32
32
"peerDependencies" : {
33
- "@ng-dynamic-forms/core" : " ^17 .0.0" ,
33
+ "@ng-dynamic-forms/core" : " ^18 .0.0" ,
34
34
"ngx-mask" : " ^13.0.0" ,
35
35
"bootstrap" : " ^4.0.0" ,
36
36
"ngx-bootstrap" : " ^8.0.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ng-dynamic-forms/ui-primeng" ,
3
- "version" : " 17 .0.0" ,
3
+ "version" : " 18 .0.0" ,
4
4
"description" : " PrimeNG UI package for NG Dynamic Forms" ,
5
5
"keywords" : [
6
6
" angular" ,
29
29
"url" : " git+https://github.com/udos86/ng-dynamic-forms.git"
30
30
},
31
31
"peerDependencies" : {
32
- "@ng-dynamic-forms/core" : " ^17 .0.0" ,
32
+ "@ng-dynamic-forms/core" : " ^18 .0.0" ,
33
33
"primeng" : " ^16.0.0"
34
34
},
35
35
"optionalDependencies" : {
44
44
"dependencies" : {
45
45
"tslib" : " ^2.0.0"
46
46
}
47
- }
47
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ng-dynamic-forms/schematics" ,
3
- "version" : " 17 .0.0" ,
3
+ "version" : " 18 .0.0" ,
4
4
"description" : " NG Dynamic Forms schematics" ,
5
5
"scripts" : {
6
6
"build" : " tsc -p tsconfig.json" ,
You can’t perform that action at this time.
0 commit comments