Skip to content

Commit

Permalink
upgrade bootstrap from v4 to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Oct 19, 2024
1 parent 0eb5d78 commit 398e6df
Show file tree
Hide file tree
Showing 117 changed files with 816 additions and 853 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ All notable changes to `homebridge-config-ui-x` will be documented in this file.

- update `@homebridge/hap-client` to `v2`
- retire use of `pnpm` and code references
- upgrade `bootstrap` from `v4` to `v5`

### Homebridge Dependencies

Expand Down
6 changes: 0 additions & 6 deletions ui/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@
"styles": [
"src/scss/styles.scss"
],
"scripts": [
"node_modules/jquery/dist/jquery.min.js",
"node_modules/popper.js/dist/umd/popper.min.js",
"node_modules/mdbootstrap/js/bootstrap.min.js",
"node_modules/mdbootstrap/js/mdb.js"
],
"allowedCommonJsDependencies": [
"@/app/modules/status/status.component",
"ajv",
Expand Down
174 changes: 71 additions & 103 deletions ui/package-lock.json

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

7 changes: 2 additions & 5 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,17 @@
"@ng-bootstrap/ng-bootstrap": "17.0.1",
"@ngx-translate/core": "15.0.0",
"@popperjs/core": "2.11.8",
"@zajsf/bootstrap4": "17.2.4",
"@zajsf/bootstrap5": "17.2.4",
"@zajsf/core": "17.2.4",
"angular-gridster2": "18.0.1",
"bootstrap": "4.6.2",
"bootstrap": "5.3.3",
"chart.js": "4.4.5",
"dayjs": "1.11.13",
"emoji-js": "3.8.0",
"file-saver": "2.0.5",
"jquery": "3.7.1",
"json5": "2.2.3",
"lodash-es": "4.17.21",
"mdbootstrap": "4.20.0",
"mobile-detect": "1.4.5",
"ng-inline-svg-2": "15.0.1",
"ng2-charts": "6.0.1",
Expand All @@ -47,7 +46,6 @@
"ngx-md": "18.0.0",
"ngx-monaco-editor-v2": "18.1.0",
"ngx-toastr": "19.0.0",
"popper.js": "1.16.1",
"qrcode": "1.5.4",
"rxjs": "7.8.1",
"semver": "7.6.3",
Expand All @@ -71,7 +69,6 @@
"@types/node": "^22.7.7",
"@types/qrcode": "^1.5.5",
"@types/semver": "^7.5.8",
"@types/socket.io-client": "^3.0.0",
"@types/uuid": "^10.0.0",
"dragula": "^3.7.3",
"he": "^1.2.0",
Expand Down
Loading

0 comments on commit 398e6df

Please sign in to comment.