Bump version to 1.5.4 - fix Select2 RC peer dependency compatibility

This commit is contained in:
Micha
2025-10-09 19:02:09 +02:00
parent 3e37ef14e4
commit 6011c7ba4b

View File

@@ -2,7 +2,7 @@
"name": "x-editable-bootstrap5", "name": "x-editable-bootstrap5",
"title": "X-editable-bootstrap5", "title": "X-editable-bootstrap5",
"description": "A maintained fork of x-editable for Bootstrap 5 support.", "description": "A maintained fork of x-editable for Bootstrap 5 support.",
"version": "1.5.2", "version": "1.5.4",
"homepage": "https://git.24unix.net/tracer/x-editable", "homepage": "https://git.24unix.net/tracer/x-editable",
"author": { "author": {
"name": "Micha Espey", "name": "Micha Espey",
@@ -42,7 +42,7 @@
"webpack": "^5.98.0" "webpack": "^5.98.0"
}, },
"peerDependencies": { "peerDependencies": {
"select2": "^4.0.0" "select2": ">=4.0.0 || 4.1.0-rc.0"
}, },
"devDependencies": { "devDependencies": {
"css-loader": "^7.1.2", "css-loader": "^7.1.2",