Skip to content

Commit 71ca18c

Browse files
authored
chore(deps): update to latest Biome 2.x stable (#400)
1 parent 84127f1 commit 71ca18c

File tree

9 files changed

+52
-52
lines changed

9 files changed

+52
-52
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"pnpm": "10.x"
6262
},
6363
"devDependencies": {
64-
"@biomejs/biome": "^2.0.6",
64+
"@biomejs/biome": "^2.1.1",
6565
"@lerna-lite/cli": "^4.5.1",
6666
"@lerna-lite/publish": "^4.5.1",
6767
"@lerna-lite/watch": "^4.5.1",

packages/demo/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/png" href="/favicon.png" />
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
4+
<meta charset="UTF-8">
5+
<link rel="icon" type="image/png" href="/favicon.png">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<!-- <meta http-equiv="Content-Security-Policy" content="default-src 'self';style-src 'self' 'unsafe-inline' data:; img-src * 'self' data: https:; require-trusted-types-for 'script'; trusted-types dompurify;frame-src 'self' https://gist.github.com"> -->
88
<title>Multiple-Select-Vanilla demo with Vite + TS</title>
99
</head>

packages/demo/src/main.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
22
<div class="container-fluid">
33
<a class="navbar-brand ms-2" href="https://github.com/ghiscoding/multiple-select-vanilla">
4-
<img src="./favicon.png" alt="Multiple-Select-Vanilla" width="34" />
4+
<img src="./favicon.png" alt="Multiple-Select-Vanilla" width="34">
55
<span>Multiple Select Vanilla</span>
66
</a>
77
<div class="github-button-container">
88
<a href="https://github.com/ghiscoding/multiple-select-vanilla">
9-
<img src="https://img.shields.io/github/stars/ghiscoding/multiple-select-vanilla?style=social" />
9+
<img src="https://img.shields.io/github/stars/ghiscoding/multiple-select-vanilla?style=social">
1010
</a>
1111
</div>
1212
<button

packages/demo/src/methods/methods10.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@ <h2 class="bd-title">
2626
<div class="mb-3 row">
2727
<label class="col-sm-2">Option text </label>
2828
<div class="col-sm-10">
29-
<input id="refreshInput" class="form-control" type="text" required="required" placeholder="Enter text" />
29+
<input id="refreshInput" class="form-control" type="text" required="required" placeholder="Enter text">
3030
</div>
3131
</div>
3232

3333
<div class="mb-3 row">
3434
<label class="col-sm-2">Option attribute </label>
3535
<div class="col-sm-10">
3636
<label class="checkbox">
37-
<input id="refreshSelected" type="checkbox" />
37+
<input id="refreshSelected" type="checkbox">
3838
Selected
3939
</label>
4040
<label class="checkbox">
41-
<input id="refreshDisabled" type="checkbox" />
41+
<input id="refreshDisabled" type="checkbox">
4242
Disabled
4343
</label>
4444
</div>

packages/demo/src/options/options07.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h2 class="bd-title">
2626
<label class="col-sm-2">Max Rows </label>
2727

2828
<div class="col-sm-10">
29-
<input id="number" type="number" value="5" min="1" max="10" />
29+
<input id="number" type="number" value="5" min="1" max="10">
3030
</div>
3131
</div>
3232

packages/demo/src/options/options23.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h2 class="bd-title">
2424
<div>
2525
<div class="mb-3 row">
2626
<label class="col-sm-3 checkbox">
27-
<input type="checkbox" />
27+
<input type="checkbox">
2828
Case Sensitive
2929
</label>
3030

packages/demo/src/options/options35.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ <h2 class="bd-title">
2626
<div class="mb-3 row align-middle">
2727
<label class="col-sm-2 py-1 text-end">in/out parsing</label>
2828
<div class="col-sm-3">
29-
<input class="form-control in-log" readonly style="background-color: #f0f0f0" />
29+
<input class="form-control in-log" readonly style="background-color: #f0f0f0">
3030
</div>
3131
<div class="py-1 col-sm-1 w-35px">=&gt;</div>
3232
<div class="col-sm-3 text-start">
33-
<input class="form-control out-log" readonly style="background-color: #f0f0f0" />
33+
<input class="form-control out-log" readonly style="background-color: #f0f0f0">
3434
</div>
3535
</div>
3636

packages/demo/src/options/options42.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h2 class="bd-title">
2929
<label class="col-sm-2">Server Delay (ms) </label>
3030

3131
<div class="col-sm-10 d-flex align-items-center gap-2">
32-
<input id="serverdelay" type="number" value="1000" step="100" style="height: 34px; width: 100px;" />
32+
<input id="serverdelay" type="number" value="1000" step="100" style="height: 34px; width: 100px;">
3333
<button id="resetlazy" class="btn btn-outline-secondary btn-sm">Reset Lazy Load</button>
3434
</div>
3535
</div>

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)