Skip to content

Commit e194e18

Browse files
committed
fix: cypress and ts issue
1 parent db003dc commit e194e18

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"ts-node": "^10.9.2",
3232
"ts-patch": "^3.2.1",
3333
"ts-prune": "^0.10.3",
34-
"typescript": "^5.5.4",
34+
"typescript": "5.5.3",
3535
"typescript-transform-paths": "^3.5.0"
3636
},
3737
"lint-staged": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13543,10 +13543,10 @@ typescript-transform-paths@^3.5.0:
1354313543
dependencies:
1354413544
minimatch "^10.0.1"
1354513545

13546-
typescript@^5.5.4:
13547-
version "5.5.4"
13548-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
13549-
integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==
13546+
typescript@5.5.3:
13547+
version "5.5.3"
13548+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.3.tgz#e1b0a3c394190838a0b168e771b0ad56a0af0faa"
13549+
integrity sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==
1355013550

1355113551
uglify-js@^3.1.4:
1355213552
version "3.14.3"

0 commit comments

Comments
 (0)