Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/oxlint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "tsc && vitest --dir ./test run"
},
"engines": {
"node": ">=20.0.0"
"node": "^20.19.0 || >=22.12.0"
},
"description": "Linter for the JavaScript Oxidation Compiler",
"author": "Boshen and oxc contributors",
Expand Down
2 changes: 1 addition & 1 deletion napi/minify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "tsc && vitest run --dir ./test"
},
"engines": {
"node": ">=14.0.0"
"node": "^20.19.0 || >=22.12.0"
},
"description": "Oxc Minifier Node API",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion napi/parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"bench": "vitest bench --run ./bench.bench.mjs"
},
"engines": {
"node": ">=20.0.0"
"node": "^20.19.0 || >=22.12.0"
},
"description": "Oxc Parser Node API",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion napi/transform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "tsc && vitest run --dir ./test"
},
"engines": {
"node": ">=14.0.0"
"node": "^20.19.0 || >=22.12.0"
},
"description": "Oxc Transformer Node API",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion npm/oxfmt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"url": "https://github.com/sponsors/Boshen"
},
"engines": {
"node": ">=8.*"
"node": "^20.19.0 || >=22.12.0"
},
"files": [
"bin/oxfmt",
Expand Down
2 changes: 1 addition & 1 deletion npm/oxlint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"url": "https://github.com/sponsors/Boshen"
},
"engines": {
"node": ">=8.*"
"node": "^20.19.0 || >=22.12.0"
},
"files": [
"bin/oxlint",
Expand Down
2 changes: 1 addition & 1 deletion npm/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,7 @@
"./regenerator/": "./regenerator/"
},
"engines": {
"node": ">=6.9.0"
"node": "^20.19.0 || >=22.12.0"
},
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion tasks/e2e/tests/nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"engines": {
"npm": ">=10.0.0",
"node": ">=20.0.0"
"node": "^20.19.0 || >=22.12.0"
},
"dependencies": {
"@nestjs/common": "^11.0.1",
Expand Down
Loading