Skip to content

Commit 1085838

Browse files
build(deps-dev): bump tailwindcss from 3.1.4 to 3.1.6 (#145)
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.1.4 to 3.1.6. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md) - [Commits](tailwindlabs/tailwindcss@v3.1.4...v3.1.6) --- 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 8d77f78 commit 1085838

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"postcss": "^8.4.14",
7171
"prettier": "^2.7.1",
7272
"semver": "^7.3.7",
73-
"tailwindcss": "^3.1.4",
73+
"tailwindcss": "^3.1.6",
7474
"ts-jest": "^27.1.5",
7575
"typescript": "^4.7.4",
7676
"vite": "^2.9.13",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8418,7 +8418,7 @@ resolve.exports@^1.1.0:
84188418
version "1.1.0"
84198419
resolved "https://registry.yarnpkg.com/resolve.exports/-/resolve.exports-1.1.0.tgz#5ce842b94b05146c0e03076985d1d0e7e48c90c9"
84208420

8421-
resolve@^1.1.7, resolve@^1.10.0, resolve@^1.14.2, resolve@^1.20.0, resolve@^1.22.0:
8421+
resolve@^1.1.7, resolve@^1.10.0, resolve@^1.14.2, resolve@^1.20.0, resolve@^1.22.0, resolve@^1.22.1:
84228422
version "1.22.1"
84238423
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.1.tgz#27cb2ebb53f91abb49470a928bba7558066ac177"
84248424
integrity sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==
@@ -9055,10 +9055,10 @@ symbol-tree@^3.2.4:
90559055
version "3.2.4"
90569056
resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.4.tgz#430637d248ba77e078883951fb9aa0eed7c63fa2"
90579057

9058-
tailwindcss@^3.1.4:
9059-
version "3.1.4"
9060-
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.1.4.tgz#64b09059805505902139fa805d97046080bd90b9"
9061-
integrity sha512-NrxbFV4tYsga/hpWbRyUfIaBrNMXDxx5BsHgBS4v5tlyjf+sDsgBg5m9OxjrXIqAS/uR9kicxLKP+bEHI7BSeQ==
9058+
tailwindcss@^3.1.6:
9059+
version "3.1.6"
9060+
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.1.6.tgz#bcb719357776c39e6376a8d84e9834b2b19a49f1"
9061+
integrity sha512-7skAOY56erZAFQssT1xkpk+kWt2NrO45kORlxFPXUt3CiGsVPhH1smuH5XoDH6sGPXLyBv+zgCKA2HWBsgCytg==
90629062
dependencies:
90639063
arg "^5.0.2"
90649064
chokidar "^3.5.3"
@@ -9081,7 +9081,7 @@ tailwindcss@^3.1.4:
90819081
postcss-selector-parser "^6.0.10"
90829082
postcss-value-parser "^4.2.0"
90839083
quick-lru "^5.1.1"
9084-
resolve "^1.22.0"
9084+
resolve "^1.22.1"
90859085

90869086
tapable@^1.0.0:
90879087
version "1.1.3"

0 commit comments

Comments
 (0)