Skip to content

Commit 166794f

Browse files
committed
chore: update devDependencies and ESLint version in package.json
- Reordered @emnapi dependencies to maintain consistency. - Upgraded eslint from ^9.39.4 to ^10.1.0. - Updated rimraf from ^5.0.10 to ^6.1.3. - Adjusted node engine compatibility to include ^24.
1 parent 596b2b8 commit 166794f

4 files changed

Lines changed: 132 additions & 688 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Requirements
44

5-
- Node.js `^20.19.0`, `^22.13.0`, or `>=24.0.0`
5+
- Node.js `^20`, `^22`, or `^24`
66
- npm
77

88
## Setup

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Reusable TypeScript type guards for narrowing `unknown` values in application an
1212
npm install @coderrob/typescript-type-guards
1313
```
1414

15-
The package and its development tooling require Node.js `^20.19.0`, `^22.13.0`, or `>=24.0.0`.
15+
The package and its development tooling require Node.js `^20`, `^22`, or `^24`.
1616

1717
## Usage
1818

0 commit comments

Comments
 (0)