Skip to content
This repository was archived by the owner on Feb 15, 2022. It is now read-only.

Commit bd846ba

Browse files
committed
Update dependency postcss to v8.3.6
1 parent bb4d81a commit bd846ba

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"autoprefixer": "^10.2.6",
2828
"concurrently": "^6.2.0",
2929
"next-transpile-modules": "^8.0.0",
30-
"postcss": "^8.3.5",
30+
"postcss": "8.3.6",
3131
"tailwindcss": "^2.2.2"
3232
},
3333
"scripts": {

yarn.lock

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1901,7 +1901,16 @@ [email protected]:
19011901
nanoid "^3.1.22"
19021902
source-map "^0.6.1"
19031903

1904-
postcss@^8.1.6, postcss@^8.2.1, postcss@^8.3.5:
1904+
1905+
version "8.3.6"
1906+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.6.tgz#2730dd76a97969f37f53b9a6096197be311cc4ea"
1907+
integrity sha512-wG1cc/JhRgdqB6WHEuyLTedf3KIRuD0hG6ldkFEZNCjRxiC+3i6kkWUUbiJQayP28iwG35cEmAbe98585BYV0A==
1908+
dependencies:
1909+
colorette "^1.2.2"
1910+
nanoid "^3.1.23"
1911+
source-map-js "^0.6.2"
1912+
1913+
postcss@^8.1.6, postcss@^8.2.1:
19051914
version "8.3.5"
19061915
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.5.tgz#982216b113412bc20a86289e91eb994952a5b709"
19071916
integrity sha512-NxTuJocUhYGsMiMFHDUkmjSKT3EdH4/WbGF6GCi1NDGk+vbcUTun4fpbOqaPtD8IIsztA2ilZm2DhYCuyN58gA==

0 commit comments

Comments
 (0)