You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This pull request updates several development dependencies in the
`package.json` file to their latest versions, ensuring improved
compatibility and access to recent bug fixes and features.
Dependency version upgrades:
* Upgraded `eslint` to version `^9.33.0` and `eslint-plugin-mark` to
`^0.1.0-canary.7` for improved linting capabilities.
* Updated `husky` to `^9.1.7` and `lint-staged` to `^16.1.5` for
enhanced pre-commit hook and staged file linting support.
Version specification adjustments:
* Changed `textlint` and `textlint-tester` from caret (`^`) to exact
version (`14.7.2`) to ensure consistent installs across environments.
0 commit comments