fix(dependency): autoprefixer version was invalid for tailwind (#32)

- tailwind had peer dependency version requirement greater than what we provided in our package.json
- bumps autoprefixer to ^10.4.14
This commit is contained in:
Iain Sproat
2023-08-04 17:30:16 +01:00
committed by GitHub
parent 67dd312a3c
commit dd4a41691c
2 changed files with 5697 additions and 5638 deletions
+1 -1
View File
@@ -44,7 +44,7 @@
"bugs": "https://github.com/TryGhost/Starter/issues",
"contributors": "https://github.com/TryGhost/Starter/graphs/contributors",
"devDependencies": {
"autoprefixer": "9.8.3",
"autoprefixer": "^10.4.14",
"cssnano": "4.1.10",
"gscan": "3.5.4",
"gulp": "4.0.2",
+5696 -5637
View File
File diff suppressed because it is too large Load Diff