Skip to content

Commit

Permalink
Revert "chore!: minimum node version v20"
Browse files Browse the repository at this point in the history
This reverts commit 20bf8bd.
  • Loading branch information
escapedcat committed Feb 27, 2024
1 parent 8bb94ca commit 2816783
Show file tree
Hide file tree
Showing 38 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion @alias/commitlint-config-angular/package.json
Expand Up @@ -28,7 +28,7 @@
},
"homepage": "https://commitlint.js.org/",
"engines": {
"node": ">=v20"
"node": ">=v18"
},
"dependencies": {
"@commitlint/config-angular": "^18.6.1"
Expand Down
2 changes: 1 addition & 1 deletion @alias/commitlint-config-lerna-scopes/package.json
Expand Up @@ -28,7 +28,7 @@
},
"homepage": "https://commitlint.js.org/",
"engines": {
"node": ">=v20"
"node": ">=v18"
},
"dependencies": {
"@commitlint/config-lerna-scopes": "^18.6.1"
Expand Down
2 changes: 1 addition & 1 deletion @alias/commitlint-config-nx-scopes/package.json
Expand Up @@ -28,7 +28,7 @@
},
"homepage": "https://commitlint.js.org/",
"engines": {
"node": ">=v20"
"node": ">=v18"
},
"dependencies": {
"@commitlint/config-nx-scopes": "^18.6.1"
Expand Down
2 changes: 1 addition & 1 deletion @alias/commitlint-config-patternplate/package.json
Expand Up @@ -28,7 +28,7 @@
},
"homepage": "https://commitlint.js.org/",
"engines": {
"node": ">=v20"
"node": ">=v18"
},
"dependencies": {
"@commitlint/config-patternplate": "^18.6.1"
Expand Down
2 changes: 1 addition & 1 deletion @alias/commitlint/package.json
Expand Up @@ -14,7 +14,7 @@
"pkg": "pkg-check --skip-main"
},
"engines": {
"node": ">=v20"
"node": ">=v18"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/cli/package.json
Expand Up @@ -17,7 +17,7 @@
"pkg": "pkg-check"
},
"engines": {
"node": ">=v20"
"node": ">=v18"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/config-angular-type-enum/package.json
Expand Up @@ -28,7 +28,7 @@
},
"homepage": "https://commitlint.js.org/",
"engines": {
"node": ">=v20"
"node": ">=v18"
},
"devDependencies": {
"@commitlint/utils": "^18.6.1"
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/config-angular/package.json
Expand Up @@ -29,7 +29,7 @@
},
"homepage": "https://commitlint.js.org/",
"engines": {
"node": ">=v20"
"node": ">=v18"
},
"devDependencies": {
"@commitlint/lint": "^18.6.1",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/config-conventional/package.json
Expand Up @@ -32,7 +32,7 @@
},
"homepage": "https://commitlint.js.org/",
"engines": {
"node": ">=v20"
"node": ">=v18"
},
"devDependencies": {
"@commitlint/lint": "^18.6.1",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/config-lerna-scopes/package.json
Expand Up @@ -37,7 +37,7 @@
}
},
"engines": {
"node": ">=v20"
"node": ">=v18"
},
"dependencies": {
"@lerna/project": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/config-nx-scopes/package.json
Expand Up @@ -36,7 +36,7 @@
}
},
"engines": {
"node": ">=v20"
"node": ">=v18"
},
"dependencies": {
"@commitlint/types": "^18.6.0"
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/config-patternplate/package.json
Expand Up @@ -28,7 +28,7 @@
},
"homepage": "https://commitlint.js.org/",
"engines": {
"node": ">=v20"
"node": ">=v18"
},
"dependencies": {
"@commitlint/config-angular": "^18.6.1",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/config-pnpm-scopes/package.json
Expand Up @@ -28,7 +28,7 @@
},
"homepage": "https://commitlint.js.org/",
"engines": {
"node": ">=v20"
"node": ">=v18"
},
"dependencies": {
"@pnpm/read-project-manifest": "^4.1.4",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/config-rush-scopes/package.json
Expand Up @@ -31,7 +31,7 @@
},
"homepage": "https://commitlint.js.org/",
"engines": {
"node": ">=v20"
"node": ">=v18"
},
"dependencies": {
"jsonc": "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/config-validator/package.json
Expand Up @@ -13,7 +13,7 @@
"pkg": "pkg-check --skip-import"
},
"engines": {
"node": ">=v20"
"node": ">=v18"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/core/package.json
Expand Up @@ -13,7 +13,7 @@
"pkg": "pkg-check --skip-import"
},
"engines": {
"node": ">=v20"
"node": ">=v18"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/cz-commitlint/package.json
Expand Up @@ -28,7 +28,7 @@
},
"engineStrict": true,
"engines": {
"node": ">=v20"
"node": ">=v18"
},
"author": "Curly Brackets <water.curly@outlook.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/ensure/package.json
Expand Up @@ -13,7 +13,7 @@
"pkg": "pkg-check"
},
"engines": {
"node": ">=v20"
"node": ">=v18"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/execute-rule/package.json
Expand Up @@ -13,7 +13,7 @@
"pkg": "pkg-check"
},
"engines": {
"node": ">=v20"
"node": ">=v18"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/format/package.json
Expand Up @@ -13,7 +13,7 @@
"pkg": "pkg-check --skip-import"
},
"engines": {
"node": ">=v20"
"node": ">=v18"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/is-ignored/package.json
Expand Up @@ -13,7 +13,7 @@
"pkg": "pkg-check"
},
"engines": {
"node": ">=v20"
"node": ">=v18"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/lint/package.json
Expand Up @@ -13,7 +13,7 @@
"pkg": "pkg-check --skip-import"
},
"engines": {
"node": ">=v20"
"node": ">=v18"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/load/package.json
Expand Up @@ -13,7 +13,7 @@
"pkg": "pkg-check --skip-import"
},
"engines": {
"node": ">=v20"
"node": ">=v18"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/message/package.json
Expand Up @@ -13,7 +13,7 @@
"pkg": "pkg-check"
},
"engines": {
"node": ">=v20"
"node": ">=v18"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/parse/package.json
Expand Up @@ -13,7 +13,7 @@
"pkg": "pkg-check"
},
"engines": {
"node": ">=v20"
"node": ">=v18"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/prompt-cli/package.json
Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://commitlint.js.org/",
"engines": {
"node": ">=v20"
"node": ">=v18"
},
"devDependencies": {
"@commitlint/test": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/prompt/package.json
Expand Up @@ -35,7 +35,7 @@
},
"homepage": "https://commitlint.js.org/",
"engines": {
"node": ">=v20"
"node": ">=v18"
},
"devDependencies": {
"@commitlint/config-angular": "^18.6.1",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/read/package.json
Expand Up @@ -13,7 +13,7 @@
"pkg": "pkg-check --skip-import"
},
"engines": {
"node": ">=v20"
"node": ">=v18"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/resolve-extends/package.json
Expand Up @@ -13,7 +13,7 @@
"pkg": "pkg-check"
},
"engines": {
"node": ">=v20"
"node": ">=v18"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/rules/package.json
Expand Up @@ -13,7 +13,7 @@
"pkg": "pkg-check"
},
"engines": {
"node": ">=v20"
"node": ">=v18"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/to-lines/package.json
Expand Up @@ -13,7 +13,7 @@
"pkg": "pkg-check"
},
"engines": {
"node": ">=v20"
"node": ">=v18"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/top-level/package.json
Expand Up @@ -13,7 +13,7 @@
"pkg": "pkg-check"
},
"engines": {
"node": ">=v20"
"node": ">=v18"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/travis-cli/package.json
Expand Up @@ -15,7 +15,7 @@
"pkg": "pkg-check --skip-main"
},
"engines": {
"node": ">=v20"
"node": ">=v18"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @commitlint/types/package.json
Expand Up @@ -12,7 +12,7 @@
"pkg": "pkg-check"
},
"engines": {
"node": ">=v20"
"node": ">=v18"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @packages/test-environment/package.json
Expand Up @@ -10,7 +10,7 @@
"lib/"
],
"engines": {
"node": ">=v20"
"node": ">=v18"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @packages/test/package.json
Expand Up @@ -10,7 +10,7 @@
"lib/"
],
"engines": {
"node": ">=v20"
"node": ">=v18"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion @packages/utils/package.json
Expand Up @@ -17,7 +17,7 @@
"pkg": "node pkg-check.js --skip-main"
},
"engines": {
"node": ">=v20"
"node": ">=v18"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -60,7 +60,7 @@
"@packages/*"
],
"engines": {
"node": ">=v20"
"node": ">=v18"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 2816783

Please sign in to comment.