mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-26 13:35:16 +03:00
Update dependency tailwindcss to v3.4.11
This commit is contained in:
parent
43a392d734
commit
cf8691d07f
@ -84,7 +84,7 @@
|
|||||||
"react-colorful": "5.6.1",
|
"react-colorful": "5.6.1",
|
||||||
"react-hot-toast": "2.4.1",
|
"react-hot-toast": "2.4.1",
|
||||||
"react-select": "5.8.0",
|
"react-select": "5.8.0",
|
||||||
"tailwindcss": "3.4.10"
|
"tailwindcss": "3.4.11"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
|
@ -75,7 +75,7 @@
|
|||||||
"eslint-plugin-tailwindcss": "3.13.0",
|
"eslint-plugin-tailwindcss": "3.13.0",
|
||||||
"jsdom": "24.1.3",
|
"jsdom": "24.1.3",
|
||||||
"postcss": "8.4.39",
|
"postcss": "8.4.39",
|
||||||
"tailwindcss": "3.4.10",
|
"tailwindcss": "3.4.11",
|
||||||
"vite": "4.5.3",
|
"vite": "4.5.3",
|
||||||
"vite-plugin-css-injected-by-js": "3.3.0",
|
"vite-plugin-css-injected-by-js": "3.3.0",
|
||||||
"vite-plugin-svgr": "3.3.0",
|
"vite-plugin-svgr": "3.3.0",
|
||||||
|
@ -65,7 +65,7 @@
|
|||||||
"rollup-plugin-node-builtins": "2.1.2",
|
"rollup-plugin-node-builtins": "2.1.2",
|
||||||
"storybook": "7.6.20",
|
"storybook": "7.6.20",
|
||||||
"stylelint": "15.10.3",
|
"stylelint": "15.10.3",
|
||||||
"tailwindcss": "3.4.10",
|
"tailwindcss": "3.4.11",
|
||||||
"vite": "4.5.3",
|
"vite": "4.5.3",
|
||||||
"vite-plugin-commonjs": "0.10.1",
|
"vite-plugin-commonjs": "0.10.1",
|
||||||
"vite-plugin-svgr": "3.3.0",
|
"vite-plugin-svgr": "3.3.0",
|
||||||
|
@ -29752,10 +29752,10 @@ table@^6.0.9, table@^6.8.1:
|
|||||||
string-width "^4.2.3"
|
string-width "^4.2.3"
|
||||||
strip-ansi "^6.0.1"
|
strip-ansi "^6.0.1"
|
||||||
|
|
||||||
tailwindcss@3.4.10:
|
tailwindcss@3.4.11:
|
||||||
version "3.4.10"
|
version "3.4.11"
|
||||||
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.4.10.tgz#70442d9aeb78758d1f911af29af8255ecdb8ffef"
|
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.4.11.tgz#4d6df41acc05a1d0291b1319490db8df375ab709"
|
||||||
integrity sha512-KWZkVPm7yJRhdu4SRSl9d4AK2wM3a50UsvgHZO7xY77NQr2V+fIrEuoDGQcbvswWvFGbS2f6e+jC/6WJm1Dl0w==
|
integrity sha512-qhEuBcLemjSJk5ajccN9xJFtM/h0AVCPaA6C92jNP+M2J8kX+eMJHI7R2HFKUvvAsMpcfLILMCFYSeDwpMmlUg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@alloc/quick-lru" "^5.2.0"
|
"@alloc/quick-lru" "^5.2.0"
|
||||||
arg "^5.0.2"
|
arg "^5.0.2"
|
||||||
|
Loading…
Reference in New Issue
Block a user