Skip to content

Commit

Permalink
Use latest version of postcss-nesting
Browse files Browse the repository at this point in the history
  • Loading branch information
zepfietje committed Sep 26, 2024
1 parent 72c0ce4 commit 7b20268
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion docs-assets/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"autoprefixer": "^10.4.7",
"laravel-vite-plugin": "^0.7.2",
"postcss": "^8.4.14",
"postcss-nesting": "^12.0.1",
"postcss-nesting": "^13.0.0",
"tailwindcss": "^3.4.0",
"vite": "^4.5.5"
}
Expand Down
34 changes: 17 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"mime": "^4.0.4",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.4",
"postcss-nesting": "^12.0.1",
"postcss-nesting": "^13.0.0",
"prettier": "^3.1.1",
"prettier-plugin-blade": "v2.0.0",
"prettier-plugin-tailwindcss": "^0.6.8",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Normally, Filament v3 recommends that users style their plugins with a custom fi
"cssnano": "^6.0.1",
"postcss": "^8.4.27",
"postcss-cli": "^10.1.0",
"postcss-nesting": "^12.0.0"
"postcss-nesting": "^13.0.0"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion packages/support/src/Commands/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ protected static function updateNpmPackageArray(array $packages): array
'@tailwindcss/typography' => '^0.5.4',
'autoprefixer' => '^10.4.7',
'postcss' => '^8.4.14',
'postcss-nesting' => '^12.0.1',
'postcss-nesting' => '^13.0.0',
'tailwindcss' => '^3.1',
...Arr::except($packages, [
'axios',
Expand Down

0 comments on commit 7b20268

Please sign in to comment.