Skip to content

Commit e0ce237

Browse files
Update package.json to use caret (^) versioning for husky, lint-staged, and prettier dependencies for improved compatibility with future updates.
1 parent 0a75bad commit e0ce237

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

services/blog/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@
8484
"eslint-config-prettier": "8.8.0",
8585
"eslint-plugin-prettier": "5.0.0",
8686
"eslint-plugin-storybook": "0.11.2",
87-
"husky": "9.0.0",
88-
"lint-staged": "13.0.0",
89-
"prettier": "3.0.0",
87+
"husky": "^9.0.0",
88+
"lint-staged": "^13.0.0",
89+
"prettier": "^3.0.0",
9090
"prettier-plugin-tailwindcss": "0.7.2",
9191
"storybook": "8.5.3",
9292
"typescript": "5.9.3"

0 commit comments

Comments
 (0)