build(deps): bump postcss from 8.3.1 to 8.3.2 in /website (#1006)
This commit is contained in:
parent
1dfad83a34
commit
fb5e4a3af8
|
@ -11,7 +11,7 @@
|
|||
"@docusaurus/preset-classic": "2.0.0-beta.0",
|
||||
"@mdx-js/react": "^1.6.22",
|
||||
"clsx": "^1.1.1",
|
||||
"postcss": "^8.3.1",
|
||||
"postcss": "^8.3.2",
|
||||
"rapidoc": "^9.0.0",
|
||||
"react": "^17.0.2",
|
||||
"react-before-after-slider": "^1.0.4",
|
||||
|
@ -9636,9 +9636,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/postcss": {
|
||||
"version": "8.3.1",
|
||||
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.1.tgz",
|
||||
"integrity": "sha512-9qH0MGjsSm+fjxOi3GnwViL1otfi7qkj+l/WX5gcRGmZNGsIcqc+A5fBkE6PUobEQK4APqYVaES+B3Uti98TCw==",
|
||||
"version": "8.3.2",
|
||||
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.2.tgz",
|
||||
"integrity": "sha512-y1FK/AWdZlBF5lusS5j5l4/vF67+vQZt1SXPVJ32y1kRGDQyrs1zk32hG1cInRTu14P0V+orPz+ifwW/7rR4bg==",
|
||||
"dependencies": {
|
||||
"colorette": "^1.2.2",
|
||||
"nanoid": "^3.1.23",
|
||||
|
@ -22424,9 +22424,9 @@
|
|||
"integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs="
|
||||
},
|
||||
"postcss": {
|
||||
"version": "8.3.1",
|
||||
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.1.tgz",
|
||||
"integrity": "sha512-9qH0MGjsSm+fjxOi3GnwViL1otfi7qkj+l/WX5gcRGmZNGsIcqc+A5fBkE6PUobEQK4APqYVaES+B3Uti98TCw==",
|
||||
"version": "8.3.2",
|
||||
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.3.2.tgz",
|
||||
"integrity": "sha512-y1FK/AWdZlBF5lusS5j5l4/vF67+vQZt1SXPVJ32y1kRGDQyrs1zk32hG1cInRTu14P0V+orPz+ifwW/7rR4bg==",
|
||||
"requires": {
|
||||
"colorette": "^1.2.2",
|
||||
"nanoid": "^3.1.23",
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
"@docusaurus/preset-classic": "2.0.0-beta.0",
|
||||
"@mdx-js/react": "^1.6.22",
|
||||
"clsx": "^1.1.1",
|
||||
"postcss": "^8.3.1",
|
||||
"postcss": "^8.3.2",
|
||||
"rapidoc": "^9.0.0",
|
||||
"react": "^17.0.2",
|
||||
"react-before-after-slider": "^1.0.4",
|
||||
|
|
Reference in New Issue