Skip to content

Commit 79aca26

Browse files
committed
feat: support Node.js ^16.9
1 parent 91f368e commit 79aca26

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
22
"name": "@think-it-labs/typed-error",
3-
"version": "0.1.4",
3+
"version": "0.2.0",
44
"description": "JavaScript Error for TypeScript projects",
55
"private": false,
66
"main": "dist/index.js",
77
"typings": "dist/index.d.ts",
88
"license": "MIT",
99
"engines": {
10-
"node": ">=18"
10+
"node": ">=16.9"
1111
},
1212
"scripts": {
1313
"transpile": "tsc",
1414
"test": "jest"
1515
},
1616
"devDependencies": {
1717
"@types/jest": "^29.2.2",
18-
"@types/node": "^18.11.9",
18+
"@types/node": "^16.9",
1919
"jest": "^29.3.1",
2020
"ts-jest": "^29.0.3",
2121
"ts-node": "^10.9.1",

yarn.lock

+6-1
Original file line numberDiff line numberDiff line change
@@ -666,11 +666,16 @@
666666
expect "^29.0.0"
667667
pretty-format "^29.0.0"
668668

669-
"@types/node@*", "@types/node@^18.11.9":
669+
"@types/node@*":
670670
version "18.11.9"
671671
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.9.tgz#02d013de7058cea16d36168ef2fc653464cfbad4"
672672
integrity sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==
673673

674+
"@types/node@^16.9":
675+
version "16.18.6"
676+
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.6.tgz#87846192fd51b693368fad3e99123169225621d4"
677+
integrity sha512-vmYJF0REqDyyU0gviezF/KHq/fYaUbFhkcNbQCuPGFQj6VTbXuHZoxs/Y7mutWe73C8AC6l9fFu8mSYiBAqkGA==
678+
674679
"@types/prettier@^2.1.5":
675680
version "2.7.1"
676681
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.7.1.tgz#dfd20e2dc35f027cdd6c1908e80a5ddc7499670e"

0 commit comments

Comments
 (0)