Skip to content

Commit

Permalink
chore(deps): update all dependencies (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding authored May 7, 2024
1 parent 84e317b commit e104ecb
Show file tree
Hide file tree
Showing 5 changed files with 306 additions and 68 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@
},
"packageManager": "[email protected]",
"devDependencies": {
"@biomejs/biome": "^1.7.2",
"@biomejs/biome": "^1.7.3",
"@lerna-lite/cli": "^3.3.3",
"@lerna-lite/publish": "^3.3.3",
"@lerna-lite/watch": "^3.3.3",
"@playwright/test": "^1.43.1",
"@types/node": "^20.12.8",
"@playwright/test": "^1.44.0",
"@types/node": "^20.12.10",
"conventional-changelog-conventionalcommits": "^7.0.2",
"cross-env": "^7.0.3",
"npm-run-all2": "^6.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
},
"devDependencies": {
"@types/dompurify": "^3.0.5",
"sass": "^1.76.0",
"sass": "^1.77.0",
"typescript": "5.4.5",
"vite": "^5.2.10"
"vite": "^5.2.11"
}
}
6 changes: 3 additions & 3 deletions packages/demo/src/getting-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ <h5>CDN</h5>
<div style="background: #f7f7f7; padding: 10px">
<pre>
&lt;!-- Latest compiled and minified CSS --&gt;
&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;
&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;

&lt;!-- (ESM requires <span style="color:#d63384">type=&quot;module&quot;</span>) Latest compiled and minified JavaScript --&gt;
&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;
&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;

&lt;!-- (CJS requires <span style="color:#d63384">.cjs</span> extension) Latest compiled and minified JavaScript --&gt;
&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>
&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>
</div>

<quote>
Expand Down
4 changes: 2 additions & 2 deletions packages/multiple-select-vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"cssnano": "^7.0.1",
"esbuild": "^0.20.2",
"esbuild": "^0.21.1",
"fs-extra": "^11.2.0",
"glob": "^10.3.12",
"postcss": "^8.4.38",
"postcss-cli": "^11.0.0",
"sass": "^1.76.0",
"sass": "^1.77.0",
"typescript": "5.4.5"
}
}
Loading

0 comments on commit e104ecb

Please sign in to comment.