Skip to content

Commit 0527e45

Browse files
build(deps-dev): bump tailwindcss from 3.2.0 to 3.2.1 (#6465)
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.2.0 to 3.2.1. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md) - [Commits](tailwindlabs/tailwindcss@v3.2.0...v3.2.1) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 447dd24 commit 0527e45

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
"sitemap-static": "^0.4.2",
134134
"static-site-generator-webpack-plugin": "^3.4.1",
135135
"style-loader": "^3.3.1",
136-
"tailwindcss": "^3.2.0",
136+
"tailwindcss": "^3.2.1",
137137
"tap-spot": "^1.1.2",
138138
"unist-util-visit": "^4.1.1",
139139
"webpack": "^5.74.0",

yarn.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11283,10 +11283,10 @@ table-layout@^1.0.1:
1128311283
typical "^5.2.0"
1128411284
wordwrapjs "^4.0.0"
1128511285

11286-
tailwindcss@^3.2.0:
11287-
version "3.2.0"
11288-
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.2.0.tgz#0164a930645e7e1df301df1e9d434a52602c918d"
11289-
integrity sha512-ARh/W0uH5UlWIC2nn02V0+5fyF0k6qZliyt4QYic2upOhPUE/Spu1EURNc9txJ3+4j8OEmdigqfDpw4d2tA4vA==
11286+
tailwindcss@^3.2.1:
11287+
version "3.2.1"
11288+
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.2.1.tgz#1bd828fff3172489962357f8d531c184080a6786"
11289+
integrity sha512-Uw+GVSxp5CM48krnjHObqoOwlCt5Qo6nw1jlCRwfGy68dSYb/LwS9ZFidYGRiM+w6rMawkZiu1mEMAsHYAfoLg==
1129011290
dependencies:
1129111291
arg "^5.0.2"
1129211292
chokidar "^3.5.3"
@@ -11298,6 +11298,7 @@ tailwindcss@^3.2.0:
1129811298
glob-parent "^6.0.2"
1129911299
is-glob "^4.0.3"
1130011300
lilconfig "^2.0.6"
11301+
micromatch "^4.0.5"
1130111302
normalize-path "^3.0.0"
1130211303
object-hash "^3.0.0"
1130311304
picocolors "^1.0.0"

0 commit comments

Comments
 (0)