Skip to content

Commit 3866ea7

Browse files
chore(deps): update all non-major dependencies (#493)
* chore(deps): update all non-major dependencies * chore: fix Biome linting error --------- Co-authored-by: ghiscoding <gbeaulac@gmail.com>
1 parent 5ced772 commit 3866ea7

4 files changed

Lines changed: 221 additions & 226 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@
5656
"pnpm": "10.x"
5757
},
5858
"devDependencies": {
59-
"@biomejs/biome": "^2.4.12",
60-
"@lerna-lite/cli": "^5.1.0",
61-
"@lerna-lite/publish": "^5.1.0",
62-
"@lerna-lite/watch": "^5.1.0",
59+
"@biomejs/biome": "^2.4.13",
60+
"@lerna-lite/cli": "^5.2.1",
61+
"@lerna-lite/publish": "^5.2.1",
62+
"@lerna-lite/watch": "^5.2.1",
6363
"@playwright/test": "^1.59.1",
6464
"@types/node": "^25.6.0",
6565
"conventional-changelog-conventionalcommits": "^9.3.1",

packages/demo/src/options/options39.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h2 class="bd-title">
1818
<div class="demo-subtitle">
1919
In order for the select to be accessible, it should be linked to a label, use <code>labelId</code>option to associate your label to
2020
the select button (the label must be created by yourself and linked via the <code>for</code>attribute). Using this option will link
21-
the <code>id</code>and <code>aria-labelledby</code>of the <code>.ms-choice</code>select button with your custom label.
21+
the <code>id</code>and <code>aria-labelledby</code> from <code>.ms-choice</code>select button with your custom label.
2222
</div>
2323
<div class="demo-subtitle">Clicking the label will open the select dropdown.</div>
2424
</div>

packages/multiple-select-vanilla/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"cssnano": "^7.1.7",
7272
"esbuild": "^0.28.0",
7373
"native-copyfiles": "catalog:",
74-
"postcss": "^8.5.10",
74+
"postcss": "^8.5.12",
7575
"postcss-cli": "^11.0.1",
7676
"remove-glob": "catalog:",
7777
"sass": "catalog:",

0 commit comments

Comments
 (0)