Skip to content

Commit 48e460e

Browse files
committed
fix for node typescript incompatible error
1 parent c521954 commit 48e460e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

tests/e2e/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "redisinsight",
33
"version": "1.0.0",
44
"description": "End-to-end tests",
5-
"license": "SSPL",
5+
"license": "UNLICENSED",
66
"main": "index.js",
77
"scripts": {
88
"test:live": "testcafe --live chrome ",
@@ -53,6 +53,6 @@
5353
"testcafe-reporter-json": "2.2.0",
5454
"testcafe-reporter-spec": "2.1.1",
5555
"ts-node": "^10.5.0",
56-
"typescript": "5.0.4"
56+
"typescript": "4.1.5"
5757
}
5858
}

tests/e2e/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6028,10 +6028,10 @@ typed-array-length@^1.0.4:
60286028
for-each "^0.3.3"
60296029
is-typed-array "^1.1.9"
60306030

6031-
typescript@5.0.4:
6032-
version "5.0.4"
6033-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.4.tgz#b217fd20119bd61a94d4011274e0ab369058da3b"
6034-
integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==
6031+
typescript@4.1.5:
6032+
version "4.1.5"
6033+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.5.tgz#123a3b214aaff3be32926f0d8f1f6e704eb89a72"
6034+
integrity sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA==
60356035

60366036
typescript@^3.3.3:
60376037
version "3.9.10"

0 commit comments

Comments
 (0)