Skip to content

Commit

Permalink
Merge pull request #75 from takielias/11.x
Browse files Browse the repository at this point in the history
11.x
  • Loading branch information
takielias authored Sep 19, 2024
2 parents e16d102 + bd67d20 commit f5ac548
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/TablarPreset.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,27 +121,27 @@ protected static function updatePackageArray(array $packages): array
{
return array_merge([
"jquery" => "3.7.*",
"bootstrap" => "5.3.1",
'@tabler/core' => '1.0.0-beta20',
"bootstrap" => "5.3.3",
'@tabler/core' => '1.0.0-beta21',
"@popperjs/core" => "^2.11.8",
"@tabler/icons" => "^2.32.0",
"@tabler/icons" => "^3.17.0",
"@tabler/icons-webfont" => "^2.32.0",
"apexcharts" => "^3.40.0",
"countup.js" => "^2.6.2",
"apexcharts" => "^3.53.0",
"countup.js" => "^2.8.0",
"dropzone" => "^6.0.0-beta.2",
"fslightbox" => "^3.4.1",
"jsvectormap" => "1.5.3",
"jsvectormap" => "^1.6.0",
"list.js" => "^2.3.1",
"litepicker" => "^2.0.12",
"nouislider" => "^15.7.0",
"nouislider" => "^15.8.1",
"plyr" => "^3.7.8",
"tinymce" => "^6.4.2",
"tom-select" => "^2.2.2",
"laravel-vite-plugin" => "^0.8.0",
"tinymce" => "^7.3.0",
"tom-select" => "^2.3.1",
"laravel-vite-plugin" => "^1.0",
"sass" => "~1.64.2",
"sass-loader" => "^13.3.1",
"vite" => "^4.0.0",
"axios" => "^1.1.2",
"sass-loader" => "^16.0.1",
"vite" => "^5.0.0",
"axios" => "^1.7.4",
], Arr::except($packages, [
'axios',
'postcss',
Expand Down

0 comments on commit f5ac548

Please sign in to comment.