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 Jan 3, 2025
1 parent 9110f3e commit 1f14564
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@commitlint/config-conventional": "^18.6.0",
"@taoliujun/eslint-config": "workspace:^",
"@tsconfig/node18": "^18.2.2",
"@types/node": "^20.10.5",
"@types/node": "^22.10.5",
"husky": "^8.0.3",
"lint-staged": "^15.2.1",
"typescript": "^5.3.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"homepage": "https://github.com/taoliujun/npm-packages/tree/master/packages/utils",
"license": "MIT",
"engines": {
"node": ">=18"
"node": ">=22.12.0"
},
"types": "./lib/types/index.d.ts",
"main": "./lib/cjs/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-plugin-noop-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"homepage": "https://github.com/taoliujun/npm-packages/tree/master/packages/webpack-plugin-noop-ts",
"license": "MIT",
"engines": {
"node": ">=18"
"node": ">=22.12.0"
},
"types": "./lib/types/index.d.ts",
"main": "./lib/cjs/index.js",
Expand Down
42 changes: 21 additions & 21 deletions pnpm-lock.yaml

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

0 comments on commit 1f14564

Please sign in to comment.