Skip to content

Commit eaab450

Browse files
Bump tailwindcss from 3.1.2 to 3.1.3 (#1965)
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md) - [Commits](tailwindlabs/tailwindcss@v3.1.2...v3.1.3) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d536d0a commit eaab450

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"svelte": "^3.48.0",
111111
"svelte-jester": "^2.3.2",
112112
"svelte-preprocess": "^4.10.7",
113-
"tailwindcss": "^3.1.2"
113+
"tailwindcss": "^3.1.3"
114114
},
115115
"engines": {
116116
"node": "12.* || 14.* || >= 16"

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2064,10 +2064,10 @@ are-we-there-yet@~1.1.2:
20642064
delegates "^1.0.0"
20652065
readable-stream "^2.0.6"
20662066

2067-
arg@^5.0.1:
2068-
version "5.0.1"
2069-
resolved "https://registry.npmjs.org/arg/-/arg-5.0.1.tgz"
2070-
integrity sha512-e0hDa9H2Z9AwFkk2qDlwhoMYE4eToKarchkQHovNdLTCYMHZHeRjI71crOh+dio4K6u1IcwubQqo79Ga4CyAQA==
2067+
arg@^5.0.2:
2068+
version "5.0.2"
2069+
resolved "https://registry.yarnpkg.com/arg/-/arg-5.0.2.tgz#c81433cc427c92c4dcf4865142dbca6f15acd59c"
2070+
integrity sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==
20712071

20722072
argparse@^1.0.7:
20732073
version "1.0.10"
@@ -8912,12 +8912,12 @@ taffydb@^2.7.3:
89128912
resolved "https://registry.npmjs.org/taffydb/-/taffydb-2.7.3.tgz"
89138913
integrity sha1-KtNxaWKUmPylvIQkMJbTzeDsOjQ=
89148914

8915-
tailwindcss@^3.1.2:
8916-
version "3.1.2"
8917-
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.1.2.tgz#b5607d17adb6cbb11a13738cc5fdf3e5527dcd7a"
8918-
integrity sha512-yJ6L5s1U5AeS5g7HHy212zdQfjwD426FBfm59pet/JsyneuZuD4C2W7PpJEg4ppisiB21uLqtNagv8KXury3+Q==
8915+
tailwindcss@^3.1.3:
8916+
version "3.1.3"
8917+
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.1.3.tgz#b9ef2c1ae537c339679e8e89635af8e143d1c7eb"
8918+
integrity sha512-PRJNYdSIthrb8hjmAyymEyEN8Yo61TMXpzyFUpxULeeyRn3Y3gpvuw6FlRTKrJvK7thSGKRnhT36VovVx4WeMA==
89198919
dependencies:
8920-
arg "^5.0.1"
8920+
arg "^5.0.2"
89218921
chokidar "^3.5.3"
89228922
color-name "^1.1.4"
89238923
detective "^5.2.1"

0 commit comments

Comments
 (0)