corso/website/package.json
dependabot[bot] 7e824f5426
⬆️ Bump del from 4.1.1 to 7.0.0 in /website (#1394)
Bumps [del](https://github.com/sindresorhus/del) from 4.1.1 to 7.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/sindresorhus/del/releases">del's releases</a>.</em></p>
<blockquote>
<h2>v7.0.0</h2>
<h3>Breaking</h3>
<ul>
<li>Require Node.js 14 (<a href="https://github-redirect.dependabot.com/sindresorhus/del/issues/143">#143</a>)  106d7d8</li>
<li>This package is now pure ESM. <strong>Please <a href="https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c">read this</a>.</strong></li>
<li>Moved from a default export to named exports:
<ul>
<li><code>require('del')</code> → <code>import {deleteAsync} from 'del'</code></li>
<li><code>require('del').sync</code> → <code>import {deleteSync} from 'del'</code></li>
</ul>
</li>
</ul>
<p><a href="https://github.com/sindresorhus/del/compare/v6.1.1...v7.0.0">https://github.com/sindresorhus/del/compare/v6.1.1...v7.0.0</a></p>
<h2>v6.1.1</h2>
<ul>
<li>Fix <code>ProgressData#deletedCount</code> (<a href="https://github-redirect.dependabot.com/sindresorhus/del/issues/142">#142</a>)  7b4c881</li>
</ul>
<p><a href="https://github.com/sindresorhus/del/compare/v6.1.0...v6.1.1">https://github.com/sindresorhus/del/compare/v6.1.0...v6.1.1</a></p>
<h2>v6.1.0</h2>
<ul>
<li>Add <a href="https://github.com/sindresorhus/del#onprogress"><code>onProgress</code></a> option (<a href="https://github-redirect.dependabot.com/sindresorhus/del/issues/141">#141</a>)  8742649</li>
</ul>
<p><a href="https://github.com/sindresorhus/del/compare/v6.0.0...v6.1.0">https://github.com/sindresorhus/del/compare/v6.0.0...v6.1.0</a></p>
<h2>v6.0.0</h2>
<h3>Breaking</h3>
<ul>
<li>Require Node.js 10  6c99805</li>
</ul>
<h3>Improvements</h3>
<ul>
<li>Update dependencies 6c99805</li>
</ul>
<p><a href="https://github.com/sindresorhus/del/compare/v5.1.0...v6.0.0">https://github.com/sindresorhus/del/compare/v5.1.0...v6.0.0</a></p>
<h2>v5.1.0</h2>
<p>Enhancements:</p>
<ul>
<li>Allow non-glob patterns with backslash on Windows (like v4) (<a href="https://github-redirect.dependabot.com/sindresorhus/del/issues/100">#100</a>)  01da91f</li>
<li>Make deletion more reliable on Windows by retrying when Windows is being difficult (<a href="https://github-redirect.dependabot.com/sindresorhus/del/issues/108">#108</a>)  1299747</li>
<li>Sort removed files, so the returned array is always stable (<a href="https://github-redirect.dependabot.com/sindresorhus/del/issues/102">#102</a>)  ca05c65</li>
</ul>
<p>Fixes:</p>
<ul>
<li>Fix the <code>cwd</code> option (<a href="https://github-redirect.dependabot.com/sindresorhus/del/issues/96">#96</a>)  ffbf4c4</li>
<li>Prevent race condition on macOS when deleting files (<a href="https://github-redirect.dependabot.com/sindresorhus/del/issues/95">#95</a>)  8efdbcd</li>
</ul>
<p><a href="https://github.com/sindresorhus/del/compare/v5.0.0...v5.1.0">https://github.com/sindresorhus/del/compare/v5.0.0...v5.1.0</a></p>
<hr />
<p>Shoutout to <a href="https://github.com/chrisblossom"><code>@​chrisblossom</code></a> for doing most of the work on this release 🙌</p>
<h2>v5.0.0</h2>
<p>This release changes the underlying globbing engine, so you are strongly recommended to use the <code>dryRun</code> option to ensure <code>del</code> still does what you expect before you run it on the real files.</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="5345ef67fa"><code>5345ef6</code></a> 7.0.0</li>
<li><a href="e02a96b5b3"><code>e02a96b</code></a> Meta tweaks</li>
<li><a href="106d7d8ff8"><code>106d7d8</code></a> Move to ESM (<a href="https://github-redirect.dependabot.com/sindresorhus/del/issues/143">#143</a>)</li>
<li><a href="5de56fd4af"><code>5de56fd</code></a> 6.1.1</li>
<li><a href="7b4c8815e7"><code>7b4c881</code></a> Fix <code>ProgressData#deletedCount</code> (<a href="https://github-redirect.dependabot.com/sindresorhus/del/issues/142">#142</a>)</li>
<li><a href="c12fddd5b2"><code>c12fddd</code></a> 6.1.0</li>
<li><a href="8742649ae0"><code>8742649</code></a> Add <code>onProgress</code> option (<a href="https://github-redirect.dependabot.com/sindresorhus/del/issues/141">#141</a>)</li>
<li><a href="7c756b3938"><code>7c756b3</code></a> Rename <code>master</code> branch to <code>main</code></li>
<li><a href="d0030badb8"><code>d0030ba</code></a> Move to GitHub Actions (<a href="https://github-redirect.dependabot.com/sindresorhus/del/issues/131">#131</a>)</li>
<li><a href="72007d759f"><code>72007d7</code></a> Fix readme typo (<a href="https://github-redirect.dependabot.com/sindresorhus/del/issues/129">#129</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/sindresorhus/del/compare/v4.1.1...v7.0.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=del&package-manager=npm_and_yarn&previous-version=4.1.1&new-version=7.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>
2022-11-01 19:46:33 +00:00

53 lines
1.2 KiB
JSON

{
"private": true,
"name": "techwind",
"version": "1.4.0",
"description": "Tailwind CSS Saas & Software Multipurpose Template",
"main": "gulpfile.js",
"author": "ShreeThemes",
"browserslist": [
"last 2 version",
"> 2%"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"browser-sync": "^2.26.7",
"clean-css": "^5.3.1",
"del": "7.0.0",
"gulp": "^4.0.2",
"gulp-cached": "1.1.1",
"gulp-cssnano": "2.1.3",
"gulp-file-include": "2.3.0",
"gulp-if": "^3.0.0",
"gulp-npm-dist": "^1.0.3",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "1.1.3",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "3.0.2",
"gulp-useref-plus": "0.0.8",
"postcss": "^8.4.18",
"sass": "1.55.0",
"tailwindcss": "^3.2.1"
},
"dependencies": {
"@iconscout/unicons": "^4.0.1",
"@midzer/tobii": "^2.3.3",
"animate.css": "^4.1.1",
"choices.js": "^10.1.0",
"feather-icons": "^4.28.0",
"gumshoejs": "^5.1.2",
"jarallax": "^2.0.4",
"js-datepicker": "^5.18.1",
"shufflejs": "^6.1.0",
"swiper": "8.4.4",
"tiny-slider": "^2.9.4",
"tobii": "^2.0.0-alpha",
"wow.js": "^1.2.2"
}
}