fix: dependencies

This commit is contained in:
eneller
2026-02-28 13:30:08 +01:00
parent 7d73d35aa4
commit a704c7a4e2
4 changed files with 10 additions and 3 deletions

View File

@@ -35,6 +35,9 @@
"../node_modules/bootstrap-icons/font/bootstrap-icons.min.css", "../node_modules/bootstrap-icons/font/bootstrap-icons.min.css",
"src/styles.less" "src/styles.less"
], ],
"scripts": [
"../node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"
],
"polyfills": ["@angular/localize/init"] "polyfills": ["@angular/localize/init"]
}, },
"configurations": { "configurations": {

View File

@@ -20,6 +20,7 @@
"@ng-bootstrap/ng-bootstrap": "^20.0.0", "@ng-bootstrap/ng-bootstrap": "^20.0.0",
"@popperjs/core": "^2.11.8", "@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.8", "bootstrap": "^5.3.8",
"bootstrap-icons": "^1.13.1",
"rxjs": "~7.8.0", "rxjs": "~7.8.0",
"tslib": "^2.3.0" "tslib": "^2.3.0"
}, },
@@ -28,7 +29,6 @@
"@angular/cli": "^21.2.0", "@angular/cli": "^21.2.0",
"@angular/compiler-cli": "^21.2.0", "@angular/compiler-cli": "^21.2.0",
"@angular/localize": "^21.2.0", "@angular/localize": "^21.2.0",
"bootstrap-icons": "^1.13.1",
"jsdom": "^28.0.0", "jsdom": "^28.0.0",
"less": "^4.2.0", "less": "^4.2.0",
"prettier": "^3.8.1", "prettier": "^3.8.1",

View File

@@ -1,5 +1,10 @@
<main class="main"> <main class="main">
<router-outlet></router-outlet> <router-outlet></router-outlet>
<button type="button" class="btn">Base class</button>
</main> </main>
<nav> <nav>
<ul ngbNav class="nav-tabs custom-navbar bg-body-secondary"> <ul ngbNav class="nav-tabs custom-navbar bg-body-secondary">

3
package-lock.json generated
View File

@@ -33,6 +33,7 @@
"@ng-bootstrap/ng-bootstrap": "^20.0.0", "@ng-bootstrap/ng-bootstrap": "^20.0.0",
"@popperjs/core": "^2.11.8", "@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.8", "bootstrap": "^5.3.8",
"bootstrap-icons": "^1.13.1",
"rxjs": "~7.8.0", "rxjs": "~7.8.0",
"tslib": "^2.3.0" "tslib": "^2.3.0"
}, },
@@ -41,7 +42,6 @@
"@angular/cli": "^21.2.0", "@angular/cli": "^21.2.0",
"@angular/compiler-cli": "^21.2.0", "@angular/compiler-cli": "^21.2.0",
"@angular/localize": "^21.2.0", "@angular/localize": "^21.2.0",
"bootstrap-icons": "^1.13.1",
"jsdom": "^28.0.0", "jsdom": "^28.0.0",
"less": "^4.2.0", "less": "^4.2.0",
"prettier": "^3.8.1", "prettier": "^3.8.1",
@@ -4858,7 +4858,6 @@
"version": "1.13.1", "version": "1.13.1",
"resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.13.1.tgz", "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.13.1.tgz",
"integrity": "sha512-ijombt4v6bv5CLeXvRWKy7CuM3TRTuPEuGaGKvTV5cz65rQSY8RQ2JcHt6b90cBBAC7s8fsf2EkQDldzCoXUjw==", "integrity": "sha512-ijombt4v6bv5CLeXvRWKy7CuM3TRTuPEuGaGKvTV5cz65rQSY8RQ2JcHt6b90cBBAC7s8fsf2EkQDldzCoXUjw==",
"dev": true,
"funding": [ "funding": [
{ {
"type": "github", "type": "github",