@mintplayer/ng-bootstrap 16.3.1 → 16.4.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.
Files changed (1) hide show
  1. 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": "16.3.1",
4
+ "version": "16.4.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/MintPlayer/mintplayer-ng-bootstrap",
@@ -421,6 +421,7 @@
421
421
  "@angular/cdk": "^16.0.0",
422
422
  "@angular/forms": "^16.0.0",
423
423
  "@angular/router": "^16.0.0",
424
+ "@angular/platform-browser": "^16.0.0",
424
425
  "rxjs": "^7.5.0",
425
426
  "bootstrap": "^5.3.0",
426
427
  "bootstrap-icons": "^1.7.2",
@@ -430,8 +431,7 @@
430
431
  "@mintplayer/pagination": "^1.1.0",
431
432
  "@mintplayer/ng-focus-on-load": "^16.0.0",
432
433
  "@mintplayer/ng-swiper": "^16.0.0",
433
- "@mintplayer/parentify": "^1.0.4",
434
- "@angular/platform-browser": "16.0.4"
434
+ "@mintplayer/parentify": "^1.0.4"
435
435
  },
436
436
  "dependencies": {
437
437
  "tslib": "^2.3.0"
@@ -439,4 +439,4 @@
439
439
  "module": "fesm2022/mintplayer-ng-bootstrap.mjs",
440
440
  "typings": "index.d.ts",
441
441
  "sideEffects": false
442
- }
442
+ }