Skip to content

Commit

Permalink
chore(deps): update node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 27, 2024
1 parent c9307fd commit 2b9c956
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 28 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"prettier": "prettier --write ."
},
"engines": {
"node": ">=18.0.0"
"node": ">=22.11.0"
},
"dependencies": {
"chalk": "5.3.0",
Expand All @@ -37,7 +37,7 @@
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-run": "^3.0.2",
"@rollup/plugin-terser": "^0.4.4",
"@types/node": "^20.14.11",
"@types/node": "^22.10.0",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"@vitest/coverage-v8": "^2.0.3",
Expand Down
55 changes: 30 additions & 25 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion publish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"multifunction"
],
"engines": {
"node": ">=18.0.0"
"node": ">=22.11.0"
},
"dependencies": {
"chalk": "5.3.0",
Expand Down

0 comments on commit 2b9c956

Please sign in to comment.