generated from nl-design-system/example
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: align @types/node with node version
Align @types/node with the version of node that is used in the repo. Add a comment to update @types/node when the node version in the repo is bumped. Prevent npm-check-updates and Dependabot from bumping @types/node major versions.
- Loading branch information
Showing
4 changed files
with
16 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,7 @@ | |
}, | ||
"packageManager": "[email protected]+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228", | ||
"engines": { | ||
"//": "Update @types/node when updating this node version", | ||
"node": "^20", | ||
"pnpm": "^9" | ||
}, | ||
|
@@ -23,7 +24,7 @@ | |
], | ||
"devDependencies": { | ||
"@changesets/cli": "2.27.8", | ||
"@types/node": "22.5.5", | ||
"@types/node": "20.14.13", | ||
"@typescript-eslint/eslint-plugin": "8.6.0", | ||
"@typescript-eslint/parser": "8.6.0", | ||
"eslint": "8.57.1", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.