@mintplayer/ng-bootstrap 15.25.3 → 15.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mintplayer/ng-bootstrap",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "15.
|
|
4
|
+
"version": "15.26.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/MintPlayer/mintplayer-ng-bootstrap",
|
|
@@ -546,6 +546,7 @@
|
|
|
546
546
|
"@angular/core": "^15.2.0",
|
|
547
547
|
"@angular/cdk": "^15.2.0",
|
|
548
548
|
"@angular/forms": "^15.2.0",
|
|
549
|
+
"@angular/router": "^15.2.0",
|
|
549
550
|
"rxjs": "^7.4.0",
|
|
550
551
|
"bootstrap": "^5.2.0",
|
|
551
552
|
"bootstrap-icons": "^1.7.2",
|
|
@@ -555,8 +556,7 @@
|
|
|
555
556
|
"@mintplayer/pagination": "^1.1.0",
|
|
556
557
|
"@mintplayer/ng-focus-on-load": "^15.2.1",
|
|
557
558
|
"@mintplayer/ng-swiper": "^15.2.0",
|
|
558
|
-
"@mintplayer/parentify": "^1.0.1"
|
|
559
|
-
"@angular/router": "15.2.7"
|
|
559
|
+
"@mintplayer/parentify": "^1.0.1"
|
|
560
560
|
},
|
|
561
561
|
"dependencies": {
|
|
562
562
|
"tslib": "^2.3.0"
|
|
@@ -568,4 +568,4 @@
|
|
|
568
568
|
"fesm2015": "fesm2015/mintplayer-ng-bootstrap.mjs",
|
|
569
569
|
"typings": "index.d.ts",
|
|
570
570
|
"sideEffects": false
|
|
571
|
-
}
|
|
571
|
+
}
|