Skip to content

Commit

Permalink
bump TailwindCSS to 3.1 (#1066)
Browse files Browse the repository at this point in the history
add new FirstParty TypeScript types to tailwind config
  • Loading branch information
geisi authored Jun 13, 2022
1 parent 353644e commit 2b0887a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Console/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ protected function installLivewireStack()
'@tailwindcss/forms' => '^0.5.0',
'@tailwindcss/typography' => '^0.5.0',
'alpinejs' => '^3.0.6',
'tailwindcss' => '^3.0.0',
'tailwindcss' => '^3.1.0',
] + $packages;
});

Expand Down Expand Up @@ -302,7 +302,7 @@ protected function installInertiaStack()
'@inertiajs/progress' => '^0.2.7',
'@tailwindcss/forms' => '^0.5.0',
'@tailwindcss/typography' => '^0.5.2',
'tailwindcss' => '^3.0.0',
'tailwindcss' => '^3.1.0',
'vue' => '^3.2.31',
'@vue/compiler-sfc' => '^3.2.31',
'vue-loader' => '^17.0.0',
Expand Down
1 change: 1 addition & 0 deletions stubs/inertia/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/** @type {import('tailwindcss').Config} */
const defaultTheme = require('tailwindcss/defaultTheme');

module.exports = {
Expand Down
1 change: 1 addition & 0 deletions stubs/livewire/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/** @type {import('tailwindcss').Config} */
const defaultTheme = require('tailwindcss/defaultTheme');

module.exports = {
Expand Down

0 comments on commit 2b0887a

Please sign in to comment.