8000 Update of bootstrap · dynamic-forms/dynamic-forms@e7f6313 · GitHub
[go: up one dir, main page]

Skip to content

Commit e7f6313

Browse files
Update of bootstrap
1 parent b1357d9 commit e7f6313

File tree

6 files changed

+39
-35
lines changed

6 files changed

+39
-35
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## 20.0.0-next.0
44

5+
### General
6+
7+
* update of peer dependencies: bootstrap (5.3.5)
8+
59
### Features
610

711
* **core:** update to angular 20

libs/bootstrap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@angular/core": "^20.0.0-next.2",
2626
"@angular/forms": "^20.0.0-next.2",
2727
"@dynamic-forms/core": "20.0.0-next.0",
28-
"bootstrap": "^5.3.3",
28+
"bootstrap": "^5.3.5",
2929
"inputmask": "^5.0.8",
3030
"rxjs": "^7.4.0"
3131
},

libs/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@angular/common": "^20.0.0-next.2",
2525
"@angular/core": "^20.0.0-next.2",
2626
"@angular/forms": "^20.0.0-next.2",
27-
"bootstrap": "^5.3.3",
27+
"bootstrap": "^5.3.5",
2828
"inputmask": "^5.0.8",
2929
"rxjs": "^7.4.0"
3030
},

libs/material/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@angular/forms": "^20.0.0-next.2",
2727
"@angular/material": "^20.0.0-next.1",
2828
"@dynamic-forms/core": "20.0.0-next.0",
29-
"bootstrap": "^5.3.3",
29+
"bootstrap": "^5.3.5",
3030
"inputmask": "^5.0.8",
3131
"rxjs": "^7.4.0"
3232
},

package-lock.json

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"@angular/ssr": "^20.0.0-next.4",
8181
"@ngxs/storage-plugin": "^19.0.0",
8282
"@ngxs/store": "^19.0.0",
83-
"bootstrap": "^5.3.3",
83+
"bootstrap": "^5.3.5",
8484
"inputmask": "^5.0.9",
8585
"marked": "^15.0.7",
8686
"monaco-editor": "^0.50.0",
@@ -110,7 +110,7 @@
110110
"@types/uuid": "^10.0.0",
111111
"allure-playwright": "^3.2.1",
112112
"angular-eslint": "19.3.0",
113-
"eslint": "^9.23.0",
113+
"eslint": "^9.24.0",
114114
"eslint-config-prettier": "^10.1.1",
115115
"eslint-import-resolver-typescript": "^4.3.1",
116116
"eslint-plugin-import": "^2.31.0",

0 commit comments

Comments
 (0)
0