File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 "packageManager" : " pnpm@10.10.0" ,
5555 "devDependencies" : {
5656 "@biomejs/biome" : " ^2.1.1" ,
57- "@lerna-lite/cli" : " ^4.5.1 " ,
58- "@lerna-lite/publish" : " ^4.5.1 " ,
59- "@types/node" : " ^22.16.0 " ,
57+ "@lerna-lite/cli" : " ^4.6.0 " ,
58+ "@lerna-lite/publish" : " ^4.6.0 " ,
59+ "@types/node" : " ^22.16.2 " ,
6060 "@vitest/coverage-v8" : " ^3.2.4" ,
6161 "conventional-changelog-conventionalcommits" : " ^9.0.0" ,
6262 "happy-dom" : " ^18.0.1" ,
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 5757 },
5858 "devDependencies" : {
5959 "dts-bundle-generator" : " ^9.5.1" ,
60- "native-copyfiles" : " ^1.3.2 " ,
60+ "native-copyfiles" : " ^1.3.4 " ,
6161 "remove-glob" : " catalog:" ,
6262 "typescript" : " catalog:" ,
6363 "vite" : " catalog:"
You can’t perform that action at this time.
0 commit comments