Skip to content

Commit 316119a

Browse files
committed
fix(deps): add @types/node for @commitlint
1 parent 880c910 commit 316119a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
"cross-spawn": "^7.0.1",
6464
"doctoc": "^2.1.0",
6565
"eslint": "^8.8.0",
66+
"@types/node": ">=12.x",
6667
"eslint-config-airbnb": "19.0.0",
6768
"eslint-config-airbnb-typescript": "^16.1.0",
6869
"eslint-config-prettier": "^8.3.0",

yarn.lock

+5
Original file line numberDiff line numberDiff line change
@@ -1642,6 +1642,11 @@
16421642
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.27.tgz#a151873af5a5e851b51b3b065c9e63390a9e0eb1"
16431643
integrity sha512-kVrqXhbclHNHGu9ztnAwSncIgJv/FaxmzXJvGXNdcCpV1b8u1/Mi6z6m0vwy0LzKeXFTPLH0NzwmoJ3fNCIq0g==
16441644

1645+
"@types/node@>=12.x":
1646+
version "17.0.15"
1647+
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.15.tgz#97779282c09c09577120a2162e71d8380003590a"
1648+
integrity sha512-zWt4SDDv1S9WRBNxLFxFRHxdD9tvH8f5/kg5/IaLFdnSNXsDY4eL3Q3XXN+VxUnWIhyVFDwcsmAprvwXoM/ClA==
1649+
16451650
"@types/normalize-package-data@^2.4.0":
16461651
version "2.4.0"
16471652
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e"

0 commit comments

Comments
 (0)