File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
projects/ngx-bootstrap-components Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @dotted-labs/ngx-bootstrap-components" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 0.1.4 " ,
4
4
"scripts" : {
5
5
"ng" : " ng" ,
6
6
"start" : " ng serve" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @dotted-labs/ngx-bootstrap-components" ,
3
- "version" : " 0.1.1 " ,
3
+ "version" : " 0.1.4 " ,
4
4
"peerDependencies" : {
5
- "@angular/common" : " ^ 18.0.0" ,
6
- "@angular/core" : " ^ 18.0.0" ,
7
- "@angular/forms" : " ^ 18.0.0" ,
8
- "@angular/router" : " ^ 18.0.0" ,
9
- "@ngx-translate/core" : " ^ 15.0.0" ,
10
- "@tabler/icons-webfont" : " ^ 3.4.0" ,
11
- "bootstrap" : " ^ 5.3.3"
5
+ "@angular/common" : " >= 18.0.0" ,
6
+ "@angular/core" : " >= 18.0.0" ,
7
+ "@angular/forms" : " >= 18.0.0" ,
8
+ "@angular/router" : " >= 18.0.0" ,
9
+ "@ngx-translate/core" : " >= 15.0.0" ,
10
+ "@tabler/icons-webfont" : " >= 3.4.0" ,
11
+ "bootstrap" : " >= 5.3.3"
12
12
},
13
13
"dependencies" : {
14
- "tslib" : " ^ 2.3.0"
14
+ "tslib" : " >= 2.3.0"
15
15
},
16
16
"sideEffects" : false
17
17
}
You can’t perform that action at this time.
0 commit comments