Skip to content

Commit 00f9a82

Browse files
chore: update node.js to v16
1 parent 2d171e6 commit 00f9a82

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14
1+
16

@commitlint/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"devDependencies": {
4040
"@commitlint/test": "^17.0.0",
4141
"@commitlint/utils": "^17.0.0",
42-
"@types/node": "12.20.55",
42+
"@types/node": "16.11.42",
4343
"@types/yargs": "^17.0.0",
4444
"fs-extra": "^10.0.0"
4545
},

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"@babel/preset-env": "^7.12.11",
8888
"@lerna/project": "^5.0.0",
8989
"@types/jest": "^28.0.0",
90-
"@types/node": "^12.20.27",
90+
"@types/node": "^16.0.0",
9191
"@typescript-eslint/eslint-plugin": "^5.0.0",
9292
"@typescript-eslint/parser": "^5.0.0",
9393
"cross-env": "^7.0.3",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2760,10 +2760,10 @@
27602760
resolved "https://registry.npmjs.org/@types/node/-/node-17.0.42.tgz#d7e8f22700efc94d125103075c074396b5f41f9b"
27612761
integrity sha512-Q5BPGyGKcvQgAMbsr7qEGN/kIPN6zZecYYABeTDBizOsau+2NMdSVTar9UQw21A2+JyA2KRNDYaYrPB0Rpk2oQ==
27622762

2763-
"@types/node@12.20.55", "@types/node@^12.20.27":
2764-
version "12.20.55"
2765-
resolved "https://registry.npmjs.org/@types/node/-/node-12.20.55.tgz#c329cbd434c42164f846b909bd6f85b5537f6240"
2766-
integrity sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==
2763+
"@types/node@16.11.42", "@types/node@^16.0.0":
2764+
version "16.11.42"
2765+
resolved "https://registry.npmjs.org/@types/node/-/node-16.11.42.tgz#d2a75c58e9b0902b82dc54bd4c13f8ef12bd1020"
2766+
integrity sha512-iwLrPOopPy6V3E+1yHTpJea3bdsNso0b0utLOJJwaa/PLzqBt3GZl3stMcakc/gr89SfcNk2ki3z7Gvue9hYGQ==
27672767

27682768
"@types/node@>=12":
27692769
version "17.0.33"

0 commit comments

Comments
 (0)