Skip to content

Commit 87a7543

Browse files
committed
Change @types/node to v15.6.1, v16 not compatible with jest
1 parent ad4efe7 commit 87a7543

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@types/jest": "^26.0.24",
5151
"@types/jest-environment-puppeteer": "^4.4.1",
5252
"@types/lodash": "^4.14.171",
53-
"@types/node": "^16.3.1",
53+
"@types/node": "^15.6.1",
5454
"@types/puppeteer": "^5.4.4",
5555
"@types/react": "^17.0.0",
5656
"babel-loader": "^8.2.2",

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3460,7 +3460,7 @@
34603460
"@types/node" "*"
34613461
form-data "^3.0.0"
34623462

3463-
"@types/node@*", "@types/node@^16.3.1":
3463+
"@types/node@*":
34643464
version "16.3.1"
34653465
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.3.1.tgz#24691fa2b0c3ec8c0d34bfcfd495edac5593ebb4"
34663466
integrity sha512-N87VuQi7HEeRJkhzovao/JviiqKjDKMVKxKMfUvSKw+MbkbW8R0nA3fi/MQhhlxV2fQ+2ReM+/Nt4efdrJx3zA==
@@ -3470,6 +3470,11 @@
34703470
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.17.5.tgz#b59daf6a7ffa461b5648456ca59050ba8e40ed54"
34713471
integrity sha512-bjqH2cX/O33jXT/UmReo2pM7DIJREPMnarixbQ57DOOzzFaI6D2+IcwaJQaJpv0M1E9TIhPCYVxrkcityLjlqA==
34723472

3473+
"@types/node@^15.6.1":
3474+
version "15.14.2"
3475+
resolved "https://registry.yarnpkg.com/@types/node/-/node-15.14.2.tgz#7af8ab20156586f076f4760bc1b3c5ddfffd1ff2"
3476+
integrity sha512-dvMUE/m2LbXPwlvVuzCyslTEtQ2ZwuuFClDrOQ6mp2CenCg971719PTILZ4I6bTP27xfFFc+o7x2TkLuun/MPw==
3477+
34733478
"@types/normalize-package-data@^2.4.0":
34743479
version "2.4.1"
34753480
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"

0 commit comments

Comments
 (0)