Skip to content

Commit ed47248

Browse files
committed
Update dependencies
1 parent 695e3e0 commit ed47248

File tree

4 files changed

+130
-173
lines changed

4 files changed

+130
-173
lines changed

.npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
engine-strict=true
2+
manage-package-manager-versions=true
3+
package-manager-strict=true
24
shell-emulator=true

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- The minimum required `node.js` version has been increased to `20.12.0`, except for version `21`.
13+
1014
## [0.4.0] — 2024–05–12
1115

1216
### Added

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"./lib/"
2222
],
2323
"engines": {
24-
"node": "^18.12 || >=20.9"
24+
"node": "^20.12 || >=22.11"
2525
},
26-
"packageManager": "pnpm@9.7.1",
26+
"packageManager": "pnpm@9.12.3",
2727
"scripts": {
28-
"prepare": "git config core.hooksPath .git-hooks || echo 'Not in a git repo'",
28+
"prepare": "git config core.hooksPath .git-hooks || true",
2929
"lint": "eslint",
3030
"pretest": "pnpm lint",
3131
"test": "node --test",
@@ -35,9 +35,9 @@
3535
"postpublish": "git push --follow-tags"
3636
},
3737
"devDependencies": {
38-
"@firefoxic/eslint-config": "^3.0.1",
39-
"@firefoxic/update-changelog": "^0.2.0",
40-
"eslint": "^9.9.0"
38+
"@firefoxic/eslint-config": "^4.0.0",
39+
"@firefoxic/update-changelog": "^1.0.0",
40+
"eslint": "^9.13.0"
4141
},
4242
"keywords": [
4343
"javascript",

0 commit comments

Comments
 (0)