From 76258173c8736a0bb8f72a75d46bb9d3b82464ff Mon Sep 17 00:00:00 2001 From: Lexus Drumgold Date: Mon, 10 Apr 2023 19:59:14 -0400 Subject: [PATCH] build(nvm)!: require `>=16.20.0` Signed-off-by: Lexus Drumgold --- __tests__/ts/v4/tsconfig.build.json | 2 +- __tests__/ts/v4/tsconfig.json | 2 +- __tests__/ts/v4/tsconfig.typecheck.json | 2 +- package.json | 2 +- tsconfig.build.json | 2 +- tsconfig.json | 2 +- tsconfig.typecheck.json | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/__tests__/ts/v4/tsconfig.build.json b/__tests__/ts/v4/tsconfig.build.json index cbdab7ea..df1a0511 100644 --- a/__tests__/ts/v4/tsconfig.build.json +++ b/__tests__/ts/v4/tsconfig.build.json @@ -2,7 +2,7 @@ "compilerOptions": { "noEmitOnError": true, "skipLibCheck": false, - "target": "es2020" + "target": "es2022" }, "exclude": ["**/__mocks__", "**/__tests__"], "extends": "./tsconfig.json", diff --git a/__tests__/ts/v4/tsconfig.json b/__tests__/ts/v4/tsconfig.json index 24b82aaa..533831af 100644 --- a/__tests__/ts/v4/tsconfig.json +++ b/__tests__/ts/v4/tsconfig.json @@ -14,7 +14,7 @@ "forceConsistentCasingInFileNames": true, "importsNotUsedAsValues": "error", "isolatedModules": true, - "lib": ["es2020"], + "lib": ["es2022"], "module": "esnext", "moduleResolution": "node", "newLine": "lf", diff --git a/__tests__/ts/v4/tsconfig.typecheck.json b/__tests__/ts/v4/tsconfig.typecheck.json index 60dd4c7a..579dfaec 100644 --- a/__tests__/ts/v4/tsconfig.typecheck.json +++ b/__tests__/ts/v4/tsconfig.typecheck.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es2020" + "target": "es2022" }, "extends": "./tsconfig.json" } diff --git a/package.json b/package.json index 3d0c3a8b..a8897147 100644 --- a/package.json +++ b/package.json @@ -141,7 +141,7 @@ "@flex-development/tutils": "6.0.0-alpha.10" }, "engines": { - "node": ">=14.21.1", + "node": ">=16.20.0", "yarn": "4.0.0-rc.39" }, "packageManager": "yarn@4.0.0-rc.39", diff --git a/tsconfig.build.json b/tsconfig.build.json index 9212d13e..145021eb 100644 --- a/tsconfig.build.json +++ b/tsconfig.build.json @@ -2,7 +2,7 @@ "compilerOptions": { "noEmitOnError": true, "skipLibCheck": false, - "target": "es2020" + "target": "es2022" }, "exclude": ["**/__mocks__", "**/__tests__"], "extends": "./tsconfig.json", diff --git a/tsconfig.json b/tsconfig.json index fb5e699b..3a431562 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,7 +13,7 @@ "exactOptionalPropertyTypes": true, "experimentalDecorators": false, "forceConsistentCasingInFileNames": true, - "lib": ["es2020"], + "lib": ["es2022"], "module": "esnext", "moduleResolution": "bundler", "newLine": "lf", diff --git a/tsconfig.typecheck.json b/tsconfig.typecheck.json index 60dd4c7a..579dfaec 100644 --- a/tsconfig.typecheck.json +++ b/tsconfig.typecheck.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es2020" + "target": "es2022" }, "extends": "./tsconfig.json" }