chore: update dependencies in package.json and package-lock.json
- Upgraded @tailwindcss/postcss, prettier, and tailwindcss to version 4.1.18 and 3.8.0 respectively. - Updated @jridgewell/gen-mapping and other related packages to their latest versions. - Removed deprecated entries and ensured consistency across package versions.
This commit is contained in:
@@ -6,10 +6,10 @@
|
||||
"build": "hugo --gc --minify --themesDir=../.. --source=docs"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/postcss": "^4.1.11",
|
||||
"@tailwindcss/postcss": "^4.1.18",
|
||||
"postcss-cli": "^11.0.1",
|
||||
"prettier": "^3.5.3",
|
||||
"prettier": "^3.8.0",
|
||||
"prettier-plugin-go-template": "^0.0.15",
|
||||
"tailwindcss": "^4.1.11"
|
||||
"tailwindcss": "^4.1.18"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user