Skip to content

Commit 1360ab8

Browse files
committed
Yarn: Upgrade Tailwind to 3.2.7
1 parent 7404ade commit 1360ab8

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

layouts/partials/header/css-tw-merri.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}}
1111
<link rel="stylesheet" href="{{ $css.RelPermalink }}" />
1212
{{ else }}
13-
<script src="https://cdn.tailwindcss.com/3.2.4"></script>
13+
<script src="https://cdn.tailwindcss.com/3.2.7"></script>
1414
{{ $rsc := resources.Get "js/tailwind/dev.js" | js.Build }}
1515
<script src="{{ $rsc.RelPermalink }}"></script>
1616
<style type="text/tailwindcss">

layouts/partials/header/css-tw-rale.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}}
1111
<link rel="stylesheet" href="{{ $css.RelPermalink }}" />
1212
{{ else }}
13-
<script src="https://cdn.tailwindcss.com/3.2.4"></script>
13+
<script src="https://cdn.tailwindcss.com/3.2.7"></script>
1414
{{ $rsc := resources.Get "js/tailwind/dev.js" | js.Build }}
1515
<script src="{{ $rsc.RelPermalink }}"></script>
1616
<style type="text/tailwindcss">

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"journalize": "^2.5.1",
4040
"postcss": "^8.4.12",
4141
"postcss-cli": "^10.0.0",
42-
"tailwindcss": "^3.1.8"
42+
"tailwindcss": "3.2.7"
4343
},
4444
"devDependencies": {
4545
"babel-eslint": "^10.1.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3267,10 +3267,10 @@ tabbable@^5.3.3:
32673267
resolved "https://registry.yarnpkg.com/tabbable/-/tabbable-5.3.3.tgz#aac0ff88c73b22d6c3c5a50b1586310006b47fbf"
32683268
integrity sha512-QD9qKY3StfbZqWOPLp0++pOrAVb/HbUi5xCc8cUo4XjP19808oaMiDzn0leBY5mCespIBM0CIZePzZjgzR83kA==
32693269

3270-
tailwindcss@^3.1.8:
3271-
version "3.2.6"
3272-
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.2.6.tgz#9bedbc744a4a85d6120ce0cc3db024c551a5c733"
3273-
integrity sha512-BfgQWZrtqowOQMC2bwaSNe7xcIjdDEgixWGYOd6AL0CbKHJlvhfdbINeAW76l1sO+1ov/MJ93ODJ9yluRituIw==
3270+
tailwindcss@3.2.7:
3271+
version "3.2.7"
3272+
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.2.7.tgz#5936dd08c250b05180f0944500c01dce19188c07"
3273+
integrity sha512-B6DLqJzc21x7wntlH/GsZwEXTBttVSl1FtCzC8WP4oBc/NKef7kaax5jeihkkCEWc831/5NDJ9gRNDK6NEioQQ==
32743274
dependencies:
32753275
arg "^5.0.2"
32763276
chokidar "^3.5.3"

0 commit comments

Comments
 (0)