mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Update dependency postcss to v8.4.28
This commit is contained in:
parent
c9d687db60
commit
e1d92d642a
5 changed files with 8 additions and 8 deletions
|
@ -76,7 +76,7 @@
|
|||
"eslint-plugin-react-hooks": "4.6.0",
|
||||
"eslint-plugin-react-refresh": "0.4.3",
|
||||
"eslint-plugin-tailwindcss": "3.13.0",
|
||||
"postcss": "8.4.27",
|
||||
"postcss": "8.4.28",
|
||||
"postcss-import": "15.1.0",
|
||||
"prop-types": "15.8.1",
|
||||
"react-hot-toast": "2.4.1",
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
"eslint-plugin-react-refresh": "0.4.3",
|
||||
"eslint-plugin-tailwindcss": "3.13.0",
|
||||
"jsdom": "22.1.0",
|
||||
"postcss": "8.4.27",
|
||||
"postcss": "8.4.28",
|
||||
"tailwindcss": "3.3.3",
|
||||
"vite": "4.4.9",
|
||||
"vite-plugin-css-injected-by-js": "3.3.0",
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
"eslint-plugin-react-hooks": "4.6.0",
|
||||
"eslint-plugin-react-refresh": "0.4.3",
|
||||
"eslint-plugin-tailwindcss": "3.13.0",
|
||||
"postcss": "8.4.27",
|
||||
"postcss": "8.4.28",
|
||||
"postcss-import": "15.1.0",
|
||||
"prop-types": "15.8.1",
|
||||
"rollup-plugin-node-builtins": "2.1.2",
|
||||
|
|
|
@ -246,7 +246,7 @@
|
|||
"monobundle": "TryGhost/monobundle#44fdf2c8e304e797a04858bfd7339b2a1fa47441",
|
||||
"nock": "13.3.1",
|
||||
"papaparse": "5.3.2",
|
||||
"postcss": "8.4.27",
|
||||
"postcss": "8.4.28",
|
||||
"postcss-cli": "10.1.0",
|
||||
"rewire": "6.0.0",
|
||||
"should": "13.2.3",
|
||||
|
|
|
@ -24901,10 +24901,10 @@ postcss-values-parser@^4.0.0:
|
|||
is-url-superb "^4.0.0"
|
||||
postcss "^7.0.5"
|
||||
|
||||
postcss@8.4.27, postcss@^8.1.4, postcss@^8.2.14, postcss@^8.2.15, postcss@^8.3.11, postcss@^8.4.19, postcss@^8.4.23, postcss@^8.4.24, postcss@^8.4.27, postcss@^8.4.4:
|
||||
version "8.4.27"
|
||||
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.27.tgz#234d7e4b72e34ba5a92c29636734349e0d9c3057"
|
||||
integrity sha512-gY/ACJtJPSmUFPDCHtX78+01fHa64FaU4zaaWfuh1MhGJISufJAH4cun6k/8fwsHYeK4UQmENQK+tRLCFJE8JQ==
|
||||
postcss@8.4.28, postcss@^8.1.4, postcss@^8.2.14, postcss@^8.2.15, postcss@^8.3.11, postcss@^8.4.19, postcss@^8.4.23, postcss@^8.4.24, postcss@^8.4.27, postcss@^8.4.4:
|
||||
version "8.4.28"
|
||||
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.28.tgz#c6cc681ed00109072816e1557f889ef51cf950a5"
|
||||
integrity sha512-Z7V5j0cq8oEKyejIKfpD8b4eBy9cwW2JWPk0+fB1HOAMsfHbnAXLLS+PfVWlzMSLQaWttKDt607I0XHmpE67Vw==
|
||||
dependencies:
|
||||
nanoid "^3.3.6"
|
||||
picocolors "^1.0.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue