Skip to content

Commit

Permalink
Update Node.js to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 29, 2024
1 parent 5521469 commit dfdd535
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 12 deletions.
25 changes: 17 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "mizdra",
"license": "MIT",
"engines": {
"node": ">=16.0.0"
"node": ">=20.11.1"
},
"packageManager": "[email protected]",
"prettier": "@mizdra/prettier-config-mizdra",
Expand All @@ -44,7 +44,7 @@
"@types/less": "^3.0.5",
"@types/line-column": "^1.0.1",
"@types/minimatch": "^5.1.2",
"@types/node": "^18.0.6",
"@types/node": "^20.11.23",
"@types/yargs": "^17.0.13",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/happy-css-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"author": "mizdra",
"license": "MIT",
"engines": {
"node": ">=16.0.0"
"node": ">=20.11.1"
},
"dependencies": {
"@file-cache/core": "^1.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-happy-css-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"author": "mizdra <[email protected]>",
"license": "MIT",
"engines": {
"node": ">=16.0.0"
"node": ">=20.11.1"
},
"dependencies": {
"camelcase": "^6.3.0",
Expand Down

0 comments on commit dfdd535

Please sign in to comment.