mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
npm: Use tilde ranges for versions
This commit is contained in:
committed by
GitHub
parent
e06362a13c
commit
07d3d88035
+10
-10
@@ -9,17 +9,17 @@
|
|||||||
"author": "",
|
"author": "",
|
||||||
"license": "",
|
"license": "",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@awmottaz/prettier-plugin-void-html": "^1.8.0",
|
"@awmottaz/prettier-plugin-void-html": "~1.8.0",
|
||||||
"@tailwindcss/cli": "^4.1.0",
|
"@tailwindcss/cli": "~4.1.0",
|
||||||
"@tailwindcss/typography": "^0.5.16",
|
"@tailwindcss/typography": "~0.5.16",
|
||||||
"prettier": "^3.5.3",
|
"prettier": "~3.5.3",
|
||||||
"prettier-plugin-go-template": "^0.0.15",
|
"prettier-plugin-go-template": "~0.0.15",
|
||||||
"tailwindcss": "^4.1.0"
|
"tailwindcss": "~4.1.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@alpinejs/focus": "^3.14.9",
|
"@alpinejs/focus": "~3.14.9",
|
||||||
"@alpinejs/persist": "^3.14.9",
|
"@alpinejs/persist": "~3.14.9",
|
||||||
"@hotwired/turbo": "^8.0.13",
|
"@hotwired/turbo": "~8.0.13",
|
||||||
"alpinejs": "^3.14.9"
|
"alpinejs": "~3.14.9"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user