Skip to content

Commit e104ecb

Browse files
authored
chore(deps): update all dependencies (#272)
1 parent 84e317b commit e104ecb

File tree

5 files changed

+306
-68
lines changed

5 files changed

+306
-68
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@
5757
},
5858
"packageManager": "[email protected]",
5959
"devDependencies": {
60-
"@biomejs/biome": "^1.7.2",
60+
"@biomejs/biome": "^1.7.3",
6161
"@lerna-lite/cli": "^3.3.3",
6262
"@lerna-lite/publish": "^3.3.3",
6363
"@lerna-lite/watch": "^3.3.3",
64-
"@playwright/test": "^1.43.1",
65-
"@types/node": "^20.12.8",
64+
"@playwright/test": "^1.44.0",
65+
"@types/node": "^20.12.10",
6666
"conventional-changelog-conventionalcommits": "^7.0.2",
6767
"cross-env": "^7.0.3",
6868
"npm-run-all2": "^6.1.2",

packages/demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
},
2828
"devDependencies": {
2929
"@types/dompurify": "^3.0.5",
30-
"sass": "^1.76.0",
30+
"sass": "^1.77.0",
3131
"typescript": "5.4.5",
32-
"vite": "^5.2.10"
32+
"vite": "^5.2.11"
3333
}
3434
}

packages/demo/src/getting-started.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ <h5>CDN</h5>
2929
<div style="background: #f7f7f7; padding: 10px">
3030
<pre>
3131
&lt;!-- Latest compiled and minified CSS --&gt;
32-
&lt;link href=&quot;<span style="color:#880000">https://cdn.jsdelivr.net/npm/multiple-select-vanilla@2.0.0/dist/styles/css/multiple-select.css</span>&quot; rel=&quot;<span style="color:#880000">stylesheet</span>&quot;&gt;
32+
&lt;link href=&quot;<span style="color:#880000">https://cdn.jsdelivr.net/npm/multiple-select-vanilla@3.1.4/dist/styles/css/multiple-select.css</span>&quot; rel=&quot;<span style="color:#880000">stylesheet</span>&quot;&gt;
3333

3434
&lt;!-- (ESM requires <span style="color:#d63384">type=&quot;module&quot;</span>) Latest compiled and minified JavaScript --&gt;
35-
&lt;script type=&quot;module&quot; src=&quot;<span style="color:#880000">https://cdn.jsdelivr.net/npm/multiple-select-vanilla@2.0.0/dist/browser/multiple-select.js</span>&quot;&gt;&lt;/script&gt;
35+
&lt;script type=&quot;module&quot; src=&quot;<span style="color:#880000">https://cdn.jsdelivr.net/npm/multiple-select-vanilla@3.1.4/dist/browser/multiple-select.js</span>&quot;&gt;&lt;/script&gt;
3636

3737
&lt;!-- (CJS requires <span style="color:#d63384">.cjs</span> extension) Latest compiled and minified JavaScript --&gt;
38-
&lt;script src=&quot;<span style="color:#880000">https://cdn.jsdelivr.net/npm/multiple-select-vanilla@2.0.0/dist/browser/multiple-select.cjs</span>&quot;&gt;&lt;/script&gt;</pre>
38+
&lt;script src=&quot;<span style="color:#880000">https://cdn.jsdelivr.net/npm/multiple-select-vanilla@3.1.4/dist/browser/multiple-select.cjs</span>&quot;&gt;&lt;/script&gt;</pre>
3939
</div>
4040

4141
<quote>

packages/multiple-select-vanilla/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@
6767
"copyfiles": "^2.4.1",
6868
"cross-env": "^7.0.3",
6969
"cssnano": "^7.0.1",
70-
"esbuild": "^0.20.2",
70+
"esbuild": "^0.21.1",
7171
"fs-extra": "^11.2.0",
7272
"glob": "^10.3.12",
7373
"postcss": "^8.4.38",
7474
"postcss-cli": "^11.0.0",
75-
"sass": "^1.76.0",
75+
"sass": "^1.77.0",
7676
"typescript": "5.4.5"
7777
}
7878
}

0 commit comments

Comments
 (0)