Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
update all package engines
Browse files Browse the repository at this point in the history
  • Loading branch information
sdadn committed Aug 22, 2023
1 parent 842eb4b commit 7ee425a
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "Webpack plugin that warns you when multiple versions of the same package exist in a build.",
"main": "lib/index.js",
"engines": {
"node": ">=10"
"node": "10 || 12 || 14",
"npm": "6 || 9"
},
"publishConfig": {
"access": "public"
Expand Down
3 changes: 2 additions & 1 deletion packages/eslint-config-terra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"url": "https://github.com/cerner/terra-toolkit/issues"
},
"engines": {
"node": ">=10.13.0"
"node": "^10.13.0 || 12 || 14",
"npm": "6 || 9"
},
"homepage": "https://github.com/cerner/terra-toolkit",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion packages/jest-config-terra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"url": "https://github.com/cerner/terra-toolkit/issues"
},
"engines": {
"node": ">=10.13.0"
"node": "^10.13.0 || 12 || 14",
"npm": "6 || 9"
},
"homepage": "https://github.com/cerner/terra-toolkit",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion packages/package-json-lint-config-terra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"url": "https://github.com/cerner/terra-toolkit/issues"
},
"engines": {
"node": ">=10.13.0"
"node": "^10.13.0 || 12 || 14",
"npm": "6 || 9"
},
"homepage": "https://github.com/cerner/terra-toolkit",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion packages/package-json-lint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"url": "https://github.com/cerner/terra-toolkit/issues"
},
"engines": {
"node": ">=10"
"node": "10 || 12 || 14",
"npm": "6 || 9"
},
"homepage": "https://github.com/cerner/terra-toolkit",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion packages/stylelint-config-terra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"linter"
],
"engines": {
"node": ">=10"
"node": "10 || 12 || 14",
"npm": "6 || 9"
},
"author": "Cerner Corporation",
"license": "Apache-2.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/terra-aggregate-translations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"access": "public"
},
"engines": {
"node": ">=10"
"node": "10|| 12 || 14",
"npm": "6 || 9"
},
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion packages/terra-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"url": "https://github.com/cerner/terra-toolkit/issues"
},
"engines": {
"node": ">=10.13.0"
"node": "^10.13.0 || 12 || 14",
"npm": "6 || 9"
},
"homepage": "https://github.com/cerner/terra-toolkit",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion packages/terra-enzyme-intl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"access": "public"
},
"engines": {
"node": ">=10"
"node": "10|| 12 || 14",
"npm": "6 || 9"
},
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion packages/terra-functional-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"access": "public"
},
"engines": {
"node": "^12.0.0 || ^14.0.0"
"node": "12 || 14",
"npm": "6 || 9"
},
"files": [
"bin",
Expand Down
3 changes: 2 additions & 1 deletion packages/terra-open-source-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"url": "https://github.com/cerner/terra-toolkit/issues"
},
"engines": {
"node": ">=10.13.0"
"node": "^10.13.0 || 12 || 14",
"npm": "6 || 9"
},
"homepage": "https://github.com/cerner/terra-toolkit",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion packages/terra-toolkit-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"url": "https://github.com/cerner/terra-toolkit/issues"
},
"engines": {
"node": ">=10.13.0"
"node": "^10.13.0 || 12 || 14",
"npm": "6 || 9"
},
"homepage": "https://github.com/cerner/terra-toolkit",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion packages/webpack-config-terra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"url": "https://github.com/cerner/terra-toolkit/issues"
},
"engines": {
"node": ">=10.13.0"
"node": "^10.13.0 || 12 || 14",
"npm": "6 || 9"
},
"homepage": "https://github.com/cerner/terra-toolkit",
"scripts": {
Expand Down

0 comments on commit 7ee425a

Please sign in to comment.