mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Update dependency tailwindcss to v3.4.13
This commit is contained in:
parent
459a2c553e
commit
355793ebd1
4 changed files with 7 additions and 7 deletions
|
@ -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.1",
|
"react-select": "5.8.1",
|
||||||
"tailwindcss": "3.4.12"
|
"tailwindcss": "3.4.13"
|
||||||
},
|
},
|
||||||
"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.12",
|
"tailwindcss": "3.4.13",
|
||||||
"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.12",
|
"tailwindcss": "3.4.13",
|
||||||
"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",
|
||||||
|
|
|
@ -29832,10 +29832,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.12:
|
tailwindcss@3.4.13:
|
||||||
version "3.4.12"
|
version "3.4.13"
|
||||||
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.4.12.tgz#fd3b67c6d2c04d9d7bfa13e3fc70ccef9fef0455"
|
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.4.13.tgz#3d11e5510660f99df4f1bfb2d78434666cb8f831"
|
||||||
integrity sha512-Htf/gHj2+soPb9UayUNci/Ja3d8pTmu9ONTfh4QY8r3MATTZOzmv6UYWF7ZwikEIC8okpfqmGqrmDehua8mF8w==
|
integrity sha512-KqjHOJKogOUt5Bs752ykCeiwvi0fKVkr5oqsFNt/8px/tA8scFPIlkygsf6jXrfCqGHz7VflA6+yytWuM+XhFw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@alloc/quick-lru" "^5.2.0"
|
"@alloc/quick-lru" "^5.2.0"
|
||||||
arg "^5.0.2"
|
arg "^5.0.2"
|
||||||
|
|
Loading…
Add table
Reference in a new issue