Skip to content

Commit

Permalink
fix(deps): fixed wrong peer dependencies (#6713)
Browse files Browse the repository at this point in the history
* fix(deps): fixed wrong peer dependencies

* 19.0.1

* chore(version): bumped version
  • Loading branch information
lexasq authored Dec 11, 2024
1 parent 6fbbed3 commit c31c3ca
Show file tree
Hide file tree
Showing 31 changed files with 35 additions and 165 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "19.0.0"
"version": "19.0.1"
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap-base",
"version": "19.0.0",
"version": "19.0.1",
"license": "MIT",
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
"schematics": "./schematics/src/collection.json",
Expand Down
2 changes: 1 addition & 1 deletion src/accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap/accordion",
"version": "19.0.0",
"version": "19.0.1",
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
"license": "MIT"
}
2 changes: 1 addition & 1 deletion src/alert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap/alert",
"version": "19.0.0",
"version": "19.0.1",
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
"license": "MIT"
}
2 changes: 1 addition & 1 deletion src/buttons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap/buttons",
"version": "19.0.0",
"version": "19.0.1",
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
"license": "MIT"
}
2 changes: 1 addition & 1 deletion src/carousel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap/carousel",
"version": "19.0.0",
"version": "19.0.1",
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
"license": "MIT"
}
2 changes: 1 addition & 1 deletion src/chronos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap/chronos",
"version": "19.0.0",
"version": "19.0.1",
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
"license": "MIT"
}
2 changes: 1 addition & 1 deletion src/collapse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap/collapse",
"version": "19.0.0",
"version": "19.0.1",
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
"license": "MIT"
}
2 changes: 1 addition & 1 deletion src/component-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap/component-loader",
"version": "19.0.0",
"version": "19.0.1",
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
"license": "MIT"
}
2 changes: 1 addition & 1 deletion src/datepicker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap/datepicker",
"version": "19.0.0",
"version": "19.0.1",
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
"license": "MIT"
}
2 changes: 1 addition & 1 deletion src/dropdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap/dropdown",
"version": "19.0.0",
"version": "19.0.1",
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
"license": "MIT"
}
2 changes: 1 addition & 1 deletion src/focus-trap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap/focus-trap",
"version": "19.0.0",
"version": "19.0.1",
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
"license": "MIT"
}
2 changes: 1 addition & 1 deletion src/locale/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap/locale",
"version": "19.0.0",
"version": "19.0.1",
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
"license": "MIT"
}
2 changes: 1 addition & 1 deletion src/mini-ngrx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap/mini-ngrx",
"version": "19.0.0",
"version": "19.0.1",
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
"license": "MIT"
}
2 changes: 1 addition & 1 deletion src/modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap/modal",
"version": "19.0.0",
"version": "19.0.1",
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
"license": "MIT"
}
2 changes: 1 addition & 1 deletion src/pagination/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap/pagination",
"version": "19.0.0",
"version": "19.0.1",
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
"license": "MIT"
}
2 changes: 1 addition & 1 deletion src/popover/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap/popover",
"version": "19.0.0",
"version": "19.0.1",
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
"license": "MIT"
}
2 changes: 1 addition & 1 deletion src/positioning/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap/positioning",
"version": "19.0.0",
"version": "19.0.1",
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
"license": "MIT"
}
2 changes: 1 addition & 1 deletion src/progressbar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap/progressbar",
"version": "19.0.0",
"version": "19.0.1",
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
"license": "MIT"
}
2 changes: 1 addition & 1 deletion src/rating/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap/rating",
"version": "19.0.0",
"version": "19.0.1",
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
"license": "MIT"
}
130 changes: 0 additions & 130 deletions src/root/package-lock.json

This file was deleted.

10 changes: 5 additions & 5 deletions src/root/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "ngx-bootstrap",
"version": "19.0.0",
"version": "19.0.1",
"description": "Angular Bootstrap",
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
"license": "MIT",
"schematics": "./schematics/collection.json",
"peerDependencies": {
"@angular/animations": "^18.0.1",
"@angular/common": "^18.0.1",
"@angular/core": "^18.0.1",
"@angular/forms": "^18.0.1",
"@angular/animations": "^19.0.1",
"@angular/common": "^19.0.1",
"@angular/core": "^19.0.1",
"@angular/forms": "^19.0.1",
"rxjs": "^6.5.3 || ^7.4.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/schematics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "schematics",
"version": "19.0.0",
"version": "19.0.1",
"schematics": "./collection.json",
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/schematics/src/utils/current_dependency_versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"NGX_BOOTSTRAP_VERSION": "19.0.0",
"NGX_BOOTSTRAP_VERSION": "19.0.1",
"BOOTSTRAP_VERSION": "^5.2.3"
}
2 changes: 1 addition & 1 deletion src/sortable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap/sortable",
"version": "19.0.0",
"version": "19.0.1",
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
"license": "MIT"
}
2 changes: 1 addition & 1 deletion src/tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap/tabs",
"version": "19.0.0",
"version": "19.0.1",
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
"license": "MIT"
}
2 changes: 1 addition & 1 deletion src/timepicker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap/timepicker",
"version": "19.0.0",
"version": "19.0.1",
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
"license": "MIT"
}
2 changes: 1 addition & 1 deletion src/tooltip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap/tooltip",
"version": "19.0.0",
"version": "19.0.1",
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
"license": "MIT"
}
2 changes: 1 addition & 1 deletion src/typeahead/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap/typeahead",
"version": "19.0.0",
"version": "19.0.1",
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
"license": "MIT"
}
2 changes: 1 addition & 1 deletion src/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap/utils",
"version": "19.0.0",
"version": "19.0.1",
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
"license": "MIT"
}

0 comments on commit c31c3ca

Please sign in to comment.