mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 11:22:19 +03:00
Update dependency postcss to v8.4.25
This commit is contained in:
parent
5fc6659423
commit
0e5a98e43e
@ -78,7 +78,7 @@
|
||||
"eslint-plugin-react-hooks": "4.6.0",
|
||||
"eslint-plugin-react-refresh": "0.3.4",
|
||||
"eslint-plugin-tailwindcss": "3.11.0",
|
||||
"postcss": "8.4.24",
|
||||
"postcss": "8.4.25",
|
||||
"postcss-import": "^15.1.0",
|
||||
"prop-types": "15.8.1",
|
||||
"react-hot-toast": "^2.4.1",
|
||||
|
@ -82,7 +82,7 @@
|
||||
"eslint-plugin-ghost": "3.2.0",
|
||||
"minimist": "1.2.8",
|
||||
"nock": "13.3.0",
|
||||
"postcss": "8.4.24",
|
||||
"postcss": "8.4.25",
|
||||
"rewire": "6.0.0",
|
||||
"serve-handler": "6.1.5",
|
||||
"webpack-cli": "5.1.4"
|
||||
|
@ -74,7 +74,7 @@
|
||||
"eslint-plugin-react-refresh": "0.3.4",
|
||||
"eslint-plugin-tailwindcss": "3.11.0",
|
||||
"jsdom": "22.1.0",
|
||||
"postcss": "8.4.24",
|
||||
"postcss": "8.4.25",
|
||||
"tailwindcss": "3.3.2",
|
||||
"vite": "4.3.9",
|
||||
"vite-plugin-css-injected-by-js": "3.1.2",
|
||||
|
@ -62,7 +62,7 @@
|
||||
"eslint-plugin-react-hooks": "4.6.0",
|
||||
"eslint-plugin-react-refresh": "0.3.4",
|
||||
"eslint-plugin-tailwindcss": "3.11.0",
|
||||
"postcss": "8.4.24",
|
||||
"postcss": "8.4.25",
|
||||
"postcss-import": "^15.1.0",
|
||||
"prop-types": "15.8.1",
|
||||
"rollup-plugin-node-builtins": "2.1.2",
|
||||
|
@ -85,7 +85,7 @@
|
||||
"minimist": "1.2.8",
|
||||
"nock": "13.3.0",
|
||||
"ora": "5.4.1",
|
||||
"postcss": "8.4.24",
|
||||
"postcss": "8.4.25",
|
||||
"rewire": "6.0.0",
|
||||
"serve-handler": "6.1.5",
|
||||
"tailwindcss": "3.3.2",
|
||||
|
@ -247,7 +247,7 @@
|
||||
"monobundle": "TryGhost/monobundle#2aca618f8880250fb99ad48d61f0ca7251f1e648",
|
||||
"nock": "13.3.0",
|
||||
"papaparse": "5.3.2",
|
||||
"postcss": "8.4.24",
|
||||
"postcss": "8.4.25",
|
||||
"postcss-cli": "10.1.0",
|
||||
"rewire": "6.0.0",
|
||||
"should": "13.2.3",
|
||||
|
@ -27588,10 +27588,10 @@ postcss-values-parser@^4.0.0:
|
||||
is-url-superb "^4.0.0"
|
||||
postcss "^7.0.5"
|
||||
|
||||
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==
|
||||
postcss@8.4.25, 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.25"
|
||||
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.25.tgz#4a133f5e379eda7f61e906c3b1aaa9b81292726f"
|
||||
integrity sha512-7taJ/8t2av0Z+sQEvNzCkpDynl0tX3uJMCODi6nT3PfASC7dYCWV9aQ+uiCf+KBD4SEFcu+GvJdGdwzQ6OSjCw==
|
||||
dependencies:
|
||||
nanoid "^3.3.6"
|
||||
picocolors "^1.0.0"
|
||||
|
Loading…
Reference in New Issue
Block a user