Skip to content

Commit 58817e5

Browse files
committed
chore(deps): update to latest Biome 2.x stable
1 parent 7744d45 commit 58817e5

7 files changed

Lines changed: 51 additions & 51 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
},
5454
"packageManager": "pnpm@10.10.0",
5555
"devDependencies": {
56-
"@biomejs/biome": "^2.0.6",
56+
"@biomejs/biome": "^2.1.1",
5757
"@lerna-lite/cli": "^4.5.1",
5858
"@lerna-lite/publish": "^4.5.1",
5959
"@types/node": "^22.16.0",

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/svg+xml" href="favicon.svg" />
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
4+
<meta charset="UTF-8">
5+
<link rel="icon" type="image/svg+xml" href="favicon.svg">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<title>Excel-Builder-Vanilla demo with Vite + TS</title>
88
</head>
99
<body>

packages/demo/src/examples/example-standalone-iife.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
5-
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" />
6-
<link href="https://cdn.jsdelivr.net/npm/font-awesome@4.7.0/css/font-awesome.min.css" rel="stylesheet" />
4+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5+
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
6+
<link href="https://cdn.jsdelivr.net/npm/font-awesome@4.7.0/css/font-awesome.min.css" rel="stylesheet">
77
<title>Standalone example 1: Basic Grid</title>
88
</head>
99

packages/demo/src/examples/example13.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h2 class="bd-title">
9595
<td></td>
9696
<td></td>
9797
<td colspan="2" rowspan="5">
98-
<img id="pic1" src="" height="150" width="150" />
98+
<img id="pic1" src="" height="150" width="150">
9999
</td>
100100
</tr>
101101
<tr>

packages/demo/src/examples/example14.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h2 class="bd-title">
5252
<tr>
5353
<td>1</td>
5454
<td colspan="3" rowspan="3">
55-
<img id="pic1" src="" height="150" width="150" />
55+
<img id="pic1" src="" height="150" width="150">
5656
</td>
5757
</tr>
5858
<tr>
@@ -71,7 +71,7 @@ <h2 class="bd-title">
7171
<td>4</td>
7272
<td></td>
7373
<td colspan="4" rowspan="5">
74-
<img id="pic2" src="" height="250" width="250" />
74+
<img id="pic2" src="" height="250" width="250">
7575
</td>
7676
<td></td>
7777
<td></td>
@@ -96,7 +96,7 @@ <h2 class="bd-title">
9696
<td>8</td>
9797
<td></td>
9898
<td colspan="4" rowspan="5">
99-
<img id="pic3" src="" height="250" width="250" />
99+
<img id="pic3" src="" height="250" width="250">
100100
</td>
101101
<td></td>
102102
</tr>

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 mr-2 d-flex align-items-center" href="https://github.com/ghiscoding/excel-builder-vanilla">
4-
<img src="./github-mark-white.svg" alt="excel-builder-Vanilla" class="me-2" width="22" />
4+
<img src="./github-mark-white.svg" alt="excel-builder-Vanilla" class="me-2" width="22">
55
<span>Excel Builder Vanilla</span>
66
</a>
77
<div class="github-button-container">
88
<a href="https://github.com/ghiscoding/excel-builder-vanilla">
9-
<img src="https://img.shields.io/github/stars/ghiscoding/excel-builder-vanilla?style=social" />
9+
<img src="https://img.shields.io/github/stars/ghiscoding/excel-builder-vanilla?style=social">
1010
</a>
1111
</div>
1212
<button

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)