Skip to content

Commit

Permalink
feat(engines): increase node from 10 to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Feb 18, 2023
1 parent 1ee2776 commit 603f058
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"zod": "3.20.6"
},
"devDependencies": {
"@tsconfig/node14": "1.0.3",
"@types/fs-extra": "11.0.1",
"@types/glob": "8.0.1",
"@types/jest": "29.4.0",
Expand All @@ -58,7 +59,7 @@
"typescript": "4.9.5"
},
"engines": {
"node": ">=10"
"node": ">=14"
},
"files": [
"dist"
Expand Down
9 changes: 2 additions & 7 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
{
"extends": "@tsconfig/node14/tsconfig.json",
"compilerOptions": {
"declaration": true,
"downlevelIteration": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"lib": ["es2017", "es6"],
"noUncheckedIndexedAccess": true,
"outDir": "./dist",
"skipLibCheck": true,
"strict": true,
"target": "es3"
"strict": true
},
"include": ["./package.json", "./src/**/*.ts"],
"exclude": ["./src/**/*.spec.ts"]
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@
resolved "https://registry.yarnpkg.com/@tsconfig/node12/-/node12-1.0.11.tgz#ee3def1f27d9ed66dac6e46a295cffb0152e058d"
integrity sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==

"@tsconfig/node14@^1.0.0":
"@tsconfig/node14@1.0.3", "@tsconfig/node14@^1.0.0":
version "1.0.3"
resolved "https://registry.yarnpkg.com/@tsconfig/node14/-/node14-1.0.3.tgz#e4386316284f00b98435bf40f72f75a09dabf6c1"
integrity sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==
Expand Down

0 comments on commit 603f058

Please sign in to comment.