mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Update dependency postcss to v8.4.24
This commit is contained in:
parent
1ed556f4ab
commit
610ba33513
6 changed files with 9 additions and 9 deletions
|
@ -71,7 +71,7 @@
|
|||
"eslint-plugin-react-hooks": "4.6.0",
|
||||
"eslint-plugin-react-refresh": "0.3.4",
|
||||
"eslint-plugin-tailwindcss": "3.11.0",
|
||||
"postcss": "8.4.23",
|
||||
"postcss": "8.4.24",
|
||||
"postcss-import": "^15.1.0",
|
||||
"prop-types": "15.8.1",
|
||||
"rollup-plugin-node-builtins": "2.1.2",
|
||||
|
|
|
@ -82,7 +82,7 @@
|
|||
"eslint-plugin-ghost": "3.0.0",
|
||||
"minimist": "1.2.8",
|
||||
"nock": "13.3.0",
|
||||
"postcss": "8.4.23",
|
||||
"postcss": "8.4.24",
|
||||
"rewire": "6.0.0",
|
||||
"serve-handler": "6.1.5",
|
||||
"webpack-cli": "3.3.12"
|
||||
|
|
|
@ -242,7 +242,7 @@
|
|||
"monobundle": "TryGhost/monobundle#2aca618f8880250fb99ad48d61f0ca7251f1e648",
|
||||
"nock": "13.3.0",
|
||||
"papaparse": "5.3.2",
|
||||
"postcss": "8.4.23",
|
||||
"postcss": "8.4.24",
|
||||
"postcss-cli": "10.1.0",
|
||||
"rewire": "6.0.0",
|
||||
"should": "13.2.3",
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
"eslint-plugin-react-hooks": "4.6.0",
|
||||
"eslint-plugin-react-refresh": "0.3.4",
|
||||
"eslint-plugin-tailwindcss": "3.11.0",
|
||||
"postcss": "8.4.23",
|
||||
"postcss": "8.4.24",
|
||||
"postcss-import": "^15.1.0",
|
||||
"prop-types": "15.8.1",
|
||||
"rollup-plugin-node-builtins": "2.1.2",
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
"minimist": "1.2.8",
|
||||
"nock": "13.3.0",
|
||||
"ora": "5.4.1",
|
||||
"postcss": "8.4.23",
|
||||
"postcss": "8.4.24",
|
||||
"rewire": "6.0.0",
|
||||
"serve-handler": "6.1.5",
|
||||
"tailwindcss": "3.3.2",
|
||||
|
|
|
@ -27307,10 +27307,10 @@ postcss-values-parser@^4.0.0:
|
|||
is-url-superb "^4.0.0"
|
||||
postcss "^7.0.5"
|
||||
|
||||
postcss@8.4.23, postcss@^8.1.4, postcss@^8.2.14, postcss@^8.2.15, postcss@^8.3.11, postcss@^8.3.5, postcss@^8.4.19, postcss@^8.4.23, postcss@^8.4.4:
|
||||
version "8.4.23"
|
||||
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.23.tgz#df0aee9ac7c5e53e1075c24a3613496f9e6552ab"
|
||||
integrity sha512-bQ3qMcpF6A/YjR55xtoTr0jGOlnPOKAIMdOWiv0EIT6HVPEaJiJB4NLljSbiHoC2RX7DN5Uvjtpbg1NPdwv1oA==
|
||||
postcss@8.4.24, postcss@^8.1.4, postcss@^8.2.14, postcss@^8.2.15, postcss@^8.3.11, postcss@^8.3.5, postcss@^8.4.19, postcss@^8.4.23, postcss@^8.4.4:
|
||||
version "8.4.24"
|
||||
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.24.tgz#f714dba9b2284be3cc07dbd2fc57ee4dc972d2df"
|
||||
integrity sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg==
|
||||
dependencies:
|
||||
nanoid "^3.3.6"
|
||||
picocolors "^1.0.0"
|
||||
|
|
Loading…
Reference in a new issue