Merge branch 'main' into dependabot/npm_and_yarn/autoprefixer-10.4.13
This commit is contained in:
commit
b0e843d8aa
18
README.md
18
README.md
|
@ -7,14 +7,14 @@
|
|||
<a href="https://github.com/nusserstudios/tailbliss/actions/">
|
||||
<img alt="Tests Passing" src="https://github.com/nusserstudios/tailbliss/actions/workflows/codeql.yml/badge.svg" />
|
||||
</a>
|
||||
<a href="https://github.com/nusserstudios/tailbliss/graphs/contributors">
|
||||
<img alt="GitHub Contributors" src="https://img.shields.io/github/contributors/nusserstudios/tailbliss" />
|
||||
<a href="https://github.com/nusserstudios/tailbliss/contributors">
|
||||
<img alt="GitHub Contributors" src="https://img.shields.io/github/contributors/nusserstudios/tailbliss?color=0088ff" />
|
||||
</a>
|
||||
<a href="https://img.shields.io/github/contributors/nusserstudios/tailblississues">
|
||||
<img alt="Issues" src="https://img.shields.io/github/contributors/nusserstudios/tailbliss?color=0088ff" />
|
||||
<a href="https://github.com/nusserstudios/tailbliss/issues">
|
||||
<img alt="Issues" src="https://img.shields.io/github/issues/nusserstudios/tailbliss?color=0088ff" />
|
||||
</a>
|
||||
<a href="https://github.com/anuraghazra/github-readme-stats/pulls">
|
||||
<img alt="GitHub pull requests" src="https://img.shields.io/github/contributors/nusserstudios/tailbliss?color=0088ff" />
|
||||
<a href="https://github.com/nusserstudios/tailbliss/pulls">
|
||||
<img alt="GitHub pull requests" src="https://img.shields.io/github/issues-pr/nusserstudios/tailbliss?color=0088ff" />
|
||||
</a>
|
||||
<br />
|
||||
<br />
|
||||
|
@ -32,11 +32,11 @@
|
|||
<p align="center">
|
||||
<a href="https://tailbliss.netlify.app/">View Demo</a>
|
||||
·
|
||||
<a href="https://github.com/nusserstudios/tailbliss/issues/new/choose">Report Bug</a>
|
||||
<a href="https://github.com/nusserstudios/tailbliss/issues">Report Bug</a>
|
||||
·
|
||||
<a href="https://github.com/nusserstudios/tailbliss/issues/new/choose">Request Feature</a>
|
||||
<a href="https://github.com/nusserstudios/tailbliss/discussions/59">Request Feature</a>
|
||||
·
|
||||
<a href="https://github.com/nusserstudios/tailbliss/discussions">Ask Question</a>
|
||||
<a href="https://github.com/nusserstudios/tailbliss/discussions/categories/general">Ask Question</a>
|
||||
</p>
|
||||
</p>
|
||||
|
||||
|
|
|
@ -8,6 +8,8 @@
|
|||
"alpinejs": "^3.10.5",
|
||||
"autoprefixer": "^10.4.13",
|
||||
"concurrently": "^7.4.0",
|
||||
"autoprefixer": "^10.4.12",
|
||||
"concurrently": "^7.5.0",
|
||||
"postcss": "^8.4.18",
|
||||
"postcss-cli": "^10.0.0",
|
||||
"tailwindcss": "^3.2.1"
|
||||
|
|
|
@ -192,10 +192,10 @@ color-name@^1.1.4, color-name@~1.1.4:
|
|||
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
|
||||
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
|
||||
|
||||
concurrently@^7.4.0:
|
||||
version "7.4.0"
|
||||
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-7.4.0.tgz#bb0e344964bc172673577c420db21e963f2f7368"
|
||||
integrity sha512-M6AfrueDt/GEna/Vg9BqQ+93yuvzkSKmoTixnwEJkH0LlcGrRC2eCmjeG1tLLHIYfpYJABokqSGyMcXjm96AFA==
|
||||
concurrently@^7.5.0:
|
||||
version "7.5.0"
|
||||
resolved "https://registry.yarnpkg.com/concurrently/-/concurrently-7.5.0.tgz#4dd432d4634a8251f27ab000c4974e78e3906bd3"
|
||||
integrity sha512-5E3mwiS+i2JYBzr5BpXkFxOnleZTMsG+WnE/dCG4/P+oiVXrbmrBwJ2ozn4SxwB2EZDrKR568X+puVohxz3/Mg==
|
||||
dependencies:
|
||||
chalk "^4.1.0"
|
||||
date-fns "^2.29.1"
|
||||
|
|
Loading…
Reference in New Issue