We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bf2b5e commit c8abec9Copy full SHA for c8abec9
lib/tasks/avo_tasks.rake
@@ -133,6 +133,7 @@ end
133
desc "Installs yarn dependencies for Avo"
134
task "avo:yarn_install" do
135
# tailwind.preset.js needs this dependencies in order to be required
136
+ # Ensure that versions remain updated and synchronized with those specified in package.json.
137
puts "[Avo->] Adding yarn dependencies"
- `yarn add tailwindcss @tailwindcss/forms @tailwindcss/typography @tailwindcss/container-queries --cwd #{Avo::Engine.root}`
138
+ `yarn add tailwindcss@^3.4.17 @tailwindcss/forms@^0.5.10 @tailwindcss/typography@^0.5.16 @tailwindcss/container-queries@^0.1.1 --cwd #{Avo::Engine.root}`
139
end
0 commit comments